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.
 
 
 
 
 
 

31 lines
869 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. <link rel="stylesheet" type="text/css"
  10. href="${href.chrome('site/libcaca.css')}" />
  11. </head>
  12. <body py:match="body" py:attrs="select('@*')">
  13. <div class="corps">
  14. <div id="siteheader">
  15. <div class="nav" style="float:right; font-size:0.6em;">
  16. <p> Please log in as guest/guest to report bugs. </p>
  17. </div>
  18. </div>
  19. ${select('*|text()')}
  20. <!--! Add site-specific footer -->
  21. <div id="sitefooter">
  22. <!--! Place your footer content here... -->
  23. </div>
  24. </div>
  25. </body>
  26. </html>