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