ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.25
Committed: Wed Sep 19 08:54:53 2007 UTC (16 years, 9 months ago) by elmex
Content type: text/html
Branch: MAIN
Changes since 1.24: +1 -1 lines
Log Message:
fixing xtremetop100?

File Contents

# User Rev Content
1 pippijn 1.4 <html>
2 pippijn 1.1 <head>
3     <title>[% title _ ' / ' _ subtitle %]</title>
4     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5     <meta name="description" content="Crossfire, the Multiplayer RPG"/>
6     <meta name="keywords" content="crossfire,perl,gce,gcrossedit,editor,game,rpg,mmorpg,mmo,roleplaying,play,schmorp,server,opengl,sdl,2d,maps"/>
7     <meta name="author" content="Pippijn van Steenhoven"/>
8 pippijn 1.9 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="news.rss"/>
9 pippijn 1.3 <link rel="stylesheet" href="/medieval.css" type="text/css" title="Medieval Style" media="screen"/>
10 root 1.10 <!--[if lt IE 7]>
11     <script src="/ie7/ie7-standard-p.js" type="text/javascript"></script>
12     <script src="/ie7/ie7-css3-selectors.js" type="text/javascript"></script>
13     <script src="/ie7/ie7-css-strict.js" type="text/javascript"></script>
14     <script src="/ie7/ie7-overflow.js" type="text/javascript"></script>
15     <![endif]-->
16 pippijn 1.1 </head>
17     <body>
18 elmex 1.7 <table class="mainlayout">
19 pippijn 1.4 <tr>
20 pippijn 1.15 <th class="topbar" colspan="4">Crossfire TRT</th>
21 pippijn 1.4 </tr>
22     <tr>
23 pippijn 1.18 <!--
24 root 1.12 <td class="sidebar left topalign">
25 pippijn 1.4 [% FOREACH item = leftbar -%]
26     <img src="/images/runes/[% item %].png" alt="[% item %]"/>
27     [% END -%]
28     </td>
29 pippijn 1.18 -->
30 pippijn 1.19 <td class="sidebar left topalign">
31 pippijn 1.18 <img src="/images/runes-trans.png" alt="Leftbar"/>
32     </td>
33 root 1.12 <td class="menucontainer topalign" width="15em">
34 pippijn 1.4 [% FOREACH item IN menu %]
35     <table>
36     <tr><th class="border-horiz">[% item.title %]</th></tr>
37 pippijn 1.17 <tr><td><img src="/images/crossfire.png" alt="Crossfire TRT" style="width: 100%;"/></td></tr>
38 pippijn 1.4 [% FOREACH subitem IN item.menu %]
39 pippijn 1.23 [% IF subitem.href == "/" _ curfile %]
40     <tr class="curitem"><td><img src="/images/beholder.png"/> [% subitem.title %]</td></tr>
41     [% ELSE %]
42     <tr><td><img src="/images/beholder.png"/> <a href="[% subitem.href %]">[% subitem.title %]</a></td></tr>
43     [% END %]
44 pippijn 1.4 [% END %]
45     </table>
46 pippijn 1.3 [% END %]
47 pippijn 1.22 <table class="topsites">
48 pippijn 1.21 <tr>
49     <td>
50     <a href="http://apexwebgaming.com/in/1035">
51     <img src="/images/topsite/vote_button_1.gif" width="80" height="31" alt="Vote at Apex Web Gaming" border="0" />
52     </a>
53     </td>
54     </tr>
55     <tr>
56     <td>
57     <a href="http://www.mmorpg100.com/in.php?id=528">
58     <img src="/images/topsite/mmorpg_100.png" width="88" height="53" alt="free mmorpg 100 online rpg chart" border="0" />
59     </a>
60     </td>
61     </tr>
62     <tr>
63     <td>
64 pippijn 1.20 <a href="http://www.xtremetop100.com/in.php?site=1132189454">
65 pippijn 1.21 <img src="/images/topsite/votenew.jpg" border="0" alt="MMORPG & MPOG Server" style="margin-top: -1px;">
66 pippijn 1.20 </a>
67 pippijn 1.21 </td>
68     </tr>
69     <tr>
70     <td>
71 pippijn 1.20 <a href="http://www.xtremetop100.com/">
72 elmex 1.25 <img src="/images/topsite/tracker.jpg" border="0" alt="MMORPG & MPOG Server" style="margin-top: -1px;">
73 pippijn 1.21 </a>
74     <!-- End XtremeTop100 code -->
75     </td>
76     </tr>
77     <tr>
78     <td>
79     <a href="http://mpogtop.com/in.php/1153574928" target="_blank">
80     <img src="/images/topsite/mpog4.jpg" alt="Come to MPOG TOP - multiplayer online games list MMORPG and vote for this site!" border="0">
81     </a>
82     </td>
83     </tr>
84     <tr>
85     <td>
86 elmex 1.24 <!-- Ultimate Top 200 Game Sites -->
87     <a href="http://www.ultimatetop200.com/index.php?do=votes&id=270">
88     <img border="0" src="http://www.ultimatetop200.com/img/default.jpg" alt="Ultimate Top 200 Game Sites " />
89 pippijn 1.21 </a>
90 elmex 1.24 <!-- /Ultimate Top 200 Game Sites -->
91 pippijn 1.21 </td>
92     </tr>
93     <tr>
94     <td>
95     <a href="http://www.gametoplist.com/in.php?id=143">
96     <img src="/images/topsite/button2.gif" border="0" />
97     </a>
98     </td>
99     </tr>
100     <tr>
101     <td>
102     <!-- Begin TopMmoRpgSites voting code -->
103     <a href="http://www.topmmorpgsites.com/mmorpg/" title="Top MMORPG / MPOG Sites" target="_blank">
104     <img src="/images/topsite/button88x56.jpg" border="0" alt="Top MMORPG / MPOG sites" />
105 pippijn 1.20 </a>
106 pippijn 1.21 <!-- End TopMmoRpgSites voting code -->
107     </td>
108     </tr>
109     <tr>
110     <td>
111     <!-- Begin mmorpgtoplist code -->
112 pippijn 1.20 <a href="http://www.mmorpgtoplist.com/in.php?site=1307">
113 pippijn 1.21 <img src="/images/topsite/vote.jpg" border="0" alt="MMORPG & MPOG Servers" style="margin-top: -1px;" />
114 pippijn 1.20 </a>
115 pippijn 1.21 <!-- End mmorpgtoplist code -->
116     </td>
117     </tr>
118     <tr>
119     <td>
120     <!-- Begin Gamesitestop100 voting code -->
121 pippijn 1.20 <a href="http://www.gamesitestop100.com/in.php?site=618" title="MMORPG & MPOG" target="_blank">
122     <img src="/images/topsite/votebutton.jpg" border="0" alt="Top 100 MMORPG & MPOG sites" />
123     </a>
124 pippijn 1.21 <!-- End Gamesitestop100 voting code -->
125     </td>
126     </tr>
127 pippijn 1.20 </table>
128 pippijn 1.4 </td>
129 root 1.13 <td class="window">
130 pippijn 1.4 <table class="window">
131     <tr>
132     <td rowspan="3" class="border-vert"></td>
133 pippijn 1.16 <th class="border-horiz">$subtitle</th>
134 pippijn 1.4 <td rowspan="3" class="border-vert"></td>
135     </tr>
136     <tr class="content">
137 elmex 1.8 <td class="content">
138 pippijn 1.4 [% BLOCK template -%] $contents [% END -%]
139     [% PROCESS template %]
140     </td>
141     </tr>
142     <tr>
143     <th class="border-horiz"></th>
144     </tr>
145     </table>
146     </td>
147     <td class="sidebar right topalign">
148 pippijn 1.18 <img src="/images/monsters-trans.png" alt="Rightbar"/>
149     </td>
150 pippijn 1.20 <!--
151 pippijn 1.18 <td class="sidebar right topalign">
152 pippijn 1.4 [% FOREACH item = rightbar -%]
153 pippijn 1.20 <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
154 pippijn 1.4 [% END -%]
155     </td>
156 pippijn 1.20 -->
157 pippijn 1.4 </tr>
158     </table>
159     </body>
160     </html>
161     <!--
162 pippijn 1.20 <div id="server">
163     <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!- -#include file="usercount.crossfire.schmorp.de"- -></b></p>
164     <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
165     </div>
166 pippijn 1.4 -->