ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/template.html
Revision: 1.14
Committed: Sun Sep 16 11:06:56 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/html
Branch: MAIN
Changes since 1.13: +2 -1 lines
Log Message:
usercount

File Contents

# Content
1 <html>
2 <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 <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="news.rss"/>
9 <link rel="stylesheet" href="/medieval.css" type="text/css" title="Medieval Style" media="screen"/>
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 </head>
17 <body>
18 <table class="mainlayout">
19 <tr>
20 <th class="topbar" colspan="2">Users on Server: <span style="color: yellow;"><!--#include file="usercount.crossfire.schmorp.de"--></span></th>
21 <th class="topbar" colspan="2">Crossfire TRT</th>
22 </tr>
23 <tr>
24 <td class="sidebar left topalign">
25 [% FOREACH item = leftbar -%]
26 <img src="/images/runes/[% item %].png" alt="[% item %]"/>
27 [% END -%]
28 </td>
29 <td class="menucontainer topalign" width="15em">
30 <img src="/images/crossfire.png" alt="Crossfire TRT" style="width: 100%;"/>
31 [% FOREACH item IN menu %]
32 <table>
33 <tr><th class="border-horiz">[% item.title %]</th></tr>
34 [% FOREACH subitem IN item.menu %]
35 <tr><td><img src="/images/beholder.png"/> <a href="[% subitem.href %]">[% subitem.title %]</a></td></tr>
36 [% END %]
37 </table>
38 [% END %]
39 </td>
40 <td class="window">
41 <table class="window">
42 <tr>
43 <td rowspan="3" class="border-vert"></td>
44 <th class="border-horiz">About/News</th>
45 <td rowspan="3" class="border-vert"></td>
46 </tr>
47 <tr class="content">
48 <td class="content">
49 [% BLOCK template -%] $contents [% END -%]
50 [% PROCESS template %]
51 </td>
52 </tr>
53 <tr>
54 <th class="border-horiz"></th>
55 </tr>
56 </table>
57 </td>
58 <td class="sidebar right topalign">
59 [% FOREACH item = rightbar -%]
60 <img src="/images/monsters/[% item %].png" alt="[% item %]"/>
61 [% END -%]
62 </td>
63 </tr>
64 </table>
65 </body>
66 </html>
67 <!--
68 <div id="server">
69 <p>Users<br/>on the<br/><a href="index.html">Server</a><br/><br/><b><!- -#include file="usercount.crossfire.schmorp.de"- -></b></p>
70 <img src="/images/server_gauge.png" height="100%" alt="server gauge"/>
71 </div>
72 -->