25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

27 satır
832 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.7em; color: #945973;">
  13. <p>Please <a href="/login" style="color: #945973; border-bottom: 1px dotted #10fb73;">log in as guest/guest</a> 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>