|
Revision 11018, 0.7 kB
(checked in by dave, 7 months ago)
|
|
update template and rebuild HTML with links to forums.
|
| Line | |
|---|
| 1 | %(head_prefix)s |
|---|
| 2 | %(head)s |
|---|
| 3 | %(stylesheet)s |
|---|
| 4 | %(body_prefix)s |
|---|
| 5 | |
|---|
| 6 | <div id="upper" class="clear"> |
|---|
| 7 | <div id="wrap"> |
|---|
| 8 | <div id="header"> |
|---|
| 9 | <h1><a href="../index.html">BitTorrent<span>.org</span></a></h1> |
|---|
| 10 | </div> |
|---|
| 11 | <div id="nav"> |
|---|
| 12 | <ul> |
|---|
| 13 | <li><a href="../index.html">Home</a></li> |
|---|
| 14 | <li><a href="../introduction.html">For Users</a></li> |
|---|
| 15 | <li><a href="bep_0000.html"><span>For Developers</span></a></li> |
|---|
| 16 | <!-- <li><a href="./blog">Blog</a></li> --> |
|---|
| 17 | <li><a href="http://forum.bittorrent.org"> Forums </li> |
|---|
| 18 | <li><a href="../donate.html">Donate!</a></li> |
|---|
| 19 | </ul> |
|---|
| 20 | </div> <!-- nav --> |
|---|
| 21 | <!-- ### Begin Content ### --> |
|---|
| 22 | <div id="second"> |
|---|
| 23 | |
|---|
| 24 | %(body_pre_docinfo)s |
|---|
| 25 | %(docinfo)s |
|---|
| 26 | %(body)s |
|---|
| 27 | |
|---|
| 28 | </div> |
|---|
| 29 | <div id="footer"> |
|---|
| 30 | <hr/> |
|---|
| 31 | </div> |
|---|
| 32 | |
|---|
| 33 | %(body_suffix)s |
|---|