From 23a440f9c3d5b8ce12b8fcfb0a84bfe9af3ae2c6 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 9 Jul 2015 12:08:09 +0300 Subject: [PATCH] try show/hie button for more oversight --- index.php | 39 +++++++++++++++++++++++-------------- static/click_toggle.js | 28 +++++++++++++++++++++++++++ static/style.css | 44 ++++++++++++++++++++++++++++++++++++++++++ style.css | 24 ----------------------- 4 files changed, 97 insertions(+), 38 deletions(-) create mode 100644 static/click_toggle.js create mode 100644 static/style.css delete mode 100644 style.css diff --git a/index.php b/index.php index c83b8dd..f87706e 100644 --- a/index.php +++ b/index.php @@ -2,9 +2,10 @@ UAAP | Uberspace Account Administration Panel - + + - +

Account Administration Panel

@@ -21,18 +22,28 @@

-

Add an Email account

-
- - - - -
- - - -
-
+
+
+

Add an Email account

+

You can add a new Email account your primary and all other domains.
+ Please do not add your domain, just everything in front of the @-symbol.

+
+ more » + « less +
+ + + + +
+ + + +
+
+
+
+

Change password of an Email account

diff --git a/static/click_toggle.js b/static/click_toggle.js new file mode 100644 index 0000000..51945d2 --- /dev/null +++ b/static/click_toggle.js @@ -0,0 +1,28 @@ +/* ================================================================ +This copyright notice must be untouched at all times. + +The original version of this script and the associated (x)html +is available at http://www.stunicholls.com/various/more.html +Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. +This script and the associated (x)html may be modified in any +way to fit your requirements. +=================================================================== */ + + +clickMenu = function(menu,element,cname) { + var getEls = document.getElementById(menu).getElementsByTagName(element); + + for (var i=0; i