forked from bittorrent/bittorrent.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.txt
39 lines (34 loc) · 825 Bytes
/
template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
%(head_prefix)s
%(head)s
%(stylesheet)s
%(body_prefix)s
<div id="upper" class="clear">
<div id="wrap">
<div id="header">
<h1><a href="./index.html">BitTorrent<span>.org</span></a></h1>
</div>
<div id="nav">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./introduction.html">For Users</a></li>
<li><a href="./beps/bep_0000.html><span>For Developers</span></a></li>
<li><a href="http://forum.bittorrent.org"> Forums </a></li>
</ul>
</div> <!-- nav -->
<!-- ### Begin Content ### -->
<div id="second">
%(body_pre_docinfo)s
%(docinfo)s
%(body)s
</div>
<div id="footer">
<hr/>
<p>Copyright 2006 BitTorrent.org</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-4341621-1";
urchinTracker();
</script>
%(body_suffix)s