| Revision 4201,
600 bytes
checked in by sam, 3 years ago
(diff) |
|
Get rid of the "log in as guest" message.
|
| 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/libcaca.css')}" /> |
|---|
| 10 | </head> |
|---|
| 11 | |
|---|
| 12 | <body py:match="body" py:attrs="select('@*')"> |
|---|
| 13 | <div class="corps"> |
|---|
| 14 | |
|---|
| 15 | ${select('*|text()')} |
|---|
| 16 | |
|---|
| 17 | <!--! Add site-specific footer --> |
|---|
| 18 | <div id="sitefooter"> |
|---|
| 19 | <!--! Place your footer content here... --> |
|---|
| 20 | </div> |
|---|
| 21 | </div> |
|---|
| 22 | </body> |
|---|
| 23 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.