]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/default.php
poke template: make use of global.css
[friendica.git] / view / theme / smoothly / default.php
index c639750442ea2c05a06c738dee16642369e9508d..9ac49820aad7cfd205a59deb16788f22d701d621 100644 (file)
@@ -3,18 +3,42 @@
 <head>
   <title><?php if(x($page,'title')) echo $page['title'] ?></title>
   <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
+  <script type="text/javascript">
+       function ScrollToBottom(){
+       window.scrollTo(0,document.body.scrollHeight);
+       }
+  </script>
   <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
 </head>
 <body>
+       <header>
+               <?php if(x($page, 'header')) echo $page['header']; ?>
+       </header>
+
        <?php if(x($page,'nav')) echo $page['nav']; ?>
+
        <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
+
        <section><?php if(x($page,'content')) echo $page['content']; ?>
-               <div id="page-footer" >
-               <center><br /><a href="#top"><img src="view/theme/smoothly/totop.png" alt="back to top" title="Back to top" /></a></center>
-               </div>
+               <div id="page-footer"></div>
        </section>
+
        <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>
-       <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>
+
+       <footer id="footer">
+       <?php if(x($page, 'footer')) echo $page['footer']; ?>
+       </footer>
+
+       <tools id="tools">
+       <?php if (x($page, 'tools')) echo $page['tools']; ?>
+       <div id="scrollup" >
+       <a class="item-scrollup" href="javascript:scrollTo(0,100000)"><img src="view/theme/smoothly/images/down.png" alt="to bottom" title="to bottom" /></a>
+       <a class="item-scrollup" href="javascript:scrollTo(0,0)"><img src="view/theme/smoothly/images/up.png" alt="to top" title="to top" /></a>
+       <a class="item-scrollup" href="logout"><img src="view/theme/smoothly/images/power.png" alt="power" title="power" /></a>
+       </div>
+       </tools>
+
+       <?php if (x($page, 'bottom')) echo $page['bottom']; ?>
 </body>
 </html>