Last change
on this file since 609 was
159,
checked in by Sam Hocevar, 14 years ago
|
Update website templates to Trac 0.11.
|
File size:
1.1 KB
|
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 | </head> |
---|
11 | |
---|
12 | <body py:match="body" py:attrs="select('@*')"> |
---|
13 | <!--! Add site-specific header --> |
---|
14 | <div class="nav" style="float:right;"> |
---|
15 | <ul> |
---|
16 | <li class="first"><a href="${href.wiki()}">Home</a></li> |
---|
17 | <li><a href="${href.wiki('Downloads')}">Downloads</a></li> |
---|
18 | <li><a href="${href.wiki('Screenshots')}">Screenshots</a></li> |
---|
19 | <li><a href="${href.wiki('Development')}">Development</a></li> |
---|
20 | <li class="last"><a href="${href.report(1)}">Bug reports</a></li> |
---|
21 | </ul> |
---|
22 | <p> Please log in as guest/guest to submit tickets. </p> |
---|
23 | </div> |
---|
24 | |
---|
25 | ${select('*|text()')} |
---|
26 | |
---|
27 | <!--! Add site-specific footer --> |
---|
28 | <div id="sitefooter"> |
---|
29 | <!--! Place your footer content here... --> |
---|
30 | </div> |
---|
31 | </body> |
---|
32 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.