You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
736 B

  1. <html xmlns="http://www.w3.org/1999/xhtml"
  2. xmlns:py="http://genshi.edgewall.org/"
  3. py:strip="">
  4. <!--! Add site-specific style sheet -->
  5. <head py:match="head" py:attrs="select('@*')">
  6. ${select('*|comment()|text()')}
  7. <link rel="stylesheet" type="text/css"
  8. href="${href.chrome('site/main.css')}" />
  9. </head>
  10. <body py:match="body" py:attrs="select('@*')">
  11. <div id="siteheader">
  12. <div class="nav" style="float:right; font-size:0.6em;">
  13. <p> Please log in as guest/guest to report bugs. </p>
  14. </div>
  15. </div>
  16. ${select('*|text()')}
  17. <!--! Add site-specific footer -->
  18. <div id="sitefooter">
  19. <!--! Place your footer content here... -->
  20. </div>
  21. </body>
  22. </html>