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.
 
 
 
 
 
 

26 satır
655 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/libcaca.css')}" />
  9. </head>
  10. <body py:match="body" py:attrs="select('@*')">
  11. <div class="corps">
  12. <div id="siteheader">
  13. &nbsp;
  14. </div>
  15. ${select('*|text()')}
  16. <!--! Add site-specific footer -->
  17. <div id="sitefooter">
  18. <!--! Place your footer content here... -->
  19. </div>
  20. </div>
  21. </body>
  22. </html>