From a7e96967397f3cca9df5346afe13e32d58a327b7 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 13 Oct 2013 17:54:43 +0200 Subject: [PATCH] added small interface --- GITManagedWebpage.class.php | 118 ++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) diff --git a/GITManagedWebpage.class.php b/GITManagedWebpage.class.php index 3f6ba4a..2a3076f 100644 --- a/GITManagedWebpage.class.php +++ b/GITManagedWebpage.class.php @@ -345,6 +345,124 @@ Deny from all } } + public function showMngrWindow() { + $html = ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + $html .= ''; + + $current_branch = $this->getActiveBranch(); + $current_version = substr($this->getConfig('version_'.$current_branch), 0, 7); + $html .= <<