summaryrefslogtreecommitdiffstats
path: root/application/layouts
diff options
context:
space:
mode:
authorSimon2011-03-14 12:46:27 +0100
committerSimon2011-03-14 12:46:27 +0100
commitec0e22ab2aa4ed397ec815a7df682eb14956adf0 (patch)
tree81b998fc0aeeab12d839990e53272dd9eecee39b /application/layouts
parentfiltertypen hinzugefügt, Zeit, Datum und Wochentage können in Filtern defin... (diff)
downloadpbs2-ec0e22ab2aa4ed397ec815a7df682eb14956adf0.tar.gz
pbs2-ec0e22ab2aa4ed397ec815a7df682eb14956adf0.tar.xz
pbs2-ec0e22ab2aa4ed397ec815a7df682eb14956adf0.zip
Layout angepasst
Diffstat (limited to 'application/layouts')
-rw-r--r--application/layouts/main.phtml19
1 files changed, 17 insertions, 2 deletions
diff --git a/application/layouts/main.phtml b/application/layouts/main.phtml
index 525de9e..74b5c36 100644
--- a/application/layouts/main.phtml
+++ b/application/layouts/main.phtml
@@ -73,10 +73,25 @@ echo $this->headScript()."\n";
<div id="footer" class="footer flexbox flex">
<div style='padding:5px;'>
- <a onclick="$('#debug').slideToggle();">display Debug</a> // <i>last edit: <?php echo date("m\/Y",filectime('index.php'));?> // version: 0.1.1</i>
+ <a onclick="$('#debug .v1').toggle();$('#debug .v2').toggle();">display Debug</a> //
+ <i>last edit: <?php echo date("m\/Y",filectime('index.php'));?></i> //
+ <i>version: 0.1.1</i>
</div>
</div>
<div id='debug'>
-<?php print_a('Session',$_SESSION,'GET',$_GET,'POST',$_POST); ?>
+ <div class='v1'>
+ <a onclick="$('#debug .v1').toggle();$('#debug .v2').toggle();">
+ <img src='/media/img/down.png' />
+ </a>
+ </div>
+ <div class='v2' style='display:none;'>
+ <div style='text-align:right;'>
+ <a onclick="$('#debug .v1').toggle();$('#debug .v2').toggle();">
+ <img src='/media/img/up.png' />
+ </a>
+ </div>
+ <?php print_a('Session',$_SESSION,'GET',$_GET,'POST',$_POST); ?>
+ </div>
+</div>
</body>
</html>