Rev | Line | |
---|
[2682] | 1 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
[2683] | 2 | xmlns:py="http://genshi.edgewall.org/" |
---|
| 3 | py:strip=""> |
---|
[3650] | 4 | |
---|
[2683] | 5 | <!--! Add site-specific style sheet --> |
---|
| 6 | <head py:match="head" py:attrs="select('@*')"> |
---|
| 7 | ${select('*|comment()|text()')} |
---|
| 8 | <link rel="stylesheet" type="text/css" |
---|
[2686] | 9 | href="${href.chrome('site/main.css')}" /> |
---|
[3650] | 10 | <link rel="stylesheet" type="text/css" |
---|
| 11 | href="${href.chrome('site/libcaca.css')}" /> |
---|
[2683] | 12 | </head> |
---|
| 13 | |
---|
| 14 | <body py:match="body" py:attrs="select('@*')"> |
---|
[3651] | 15 | <div class="corps"> |
---|
[2683] | 16 | <div id="siteheader"> |
---|
[3007] | 17 | <div class="nav" id="loginguest"> |
---|
[3010] | 18 | <p>Please <a href="/login">log in as guest/guest</a> to report bugs.</p> |
---|
[2687] | 19 | </div> |
---|
[2683] | 20 | </div> |
---|
| 21 | |
---|
| 22 | ${select('*|text()')} |
---|
| 23 | |
---|
| 24 | <!--! Add site-specific footer --> |
---|
| 25 | <div id="sitefooter"> |
---|
| 26 | <!--! Place your footer content here... --> |
---|
| 27 | </div> |
---|
[3651] | 28 | </div> |
---|
[2683] | 29 | </body> |
---|
| 30 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.