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.
 
 
 
 
 
 

29 lines
806 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. <p class="nav"> Please log in as guest/guest to report bugs. </p>
  16. </div>
  17. ${select('*|text()')}
  18. <!--! Add site-specific footer -->
  19. <div id="sitefooter">
  20. <!--! Place your footer content here... -->
  21. </div>
  22. </div>
  23. </body>
  24. </html>