source: templates/menu.html

Last change on this file was 1, checked in by george, 16 years ago

Prvnotní import původních kódů z wowresource.

File size: 1.4 KB
Line 
1<div id="content">
2 <div id="head">
3 <div id="logo">
4 <h1>WoW Server Status</h1>
5 </div>
6
7 <span id="selchar">
8 <a href="action.php?do=language&amp;lang=cs"><img src="./templates/img/cs.jpeg" alt="Česky" title="Česky" class="flag"></a>
9 <a href="action.php?do=language&amp;lang=en"><img src="./templates/img/en.jpeg" alt="Anglicky" title="Anglicky" class="flag"></a>
10 {acc}</span>
11 </div>
12
13<div id="menu">
14{mm1}{mm2}{mm3}{mm4}{mm5}{mm6}
15</div>
16 <div id="text"> [local]
17 </div>
18 <div id="other">
19 <div class="box"> {top_rating}
20 <ol>
21 {top_rating_data}
22 </ol>
23 </div>
24 <div class="box"> {top_online}
25 <ol>
26 {top_online_data}
27 </ol>
28 </div>
29 <div class="box">
30 <h3>AdSense</h3>
31 <script type="text/javascript"><!--
32google_ad_client = "pub-5272716156848636";
33google_ad_width = 250;
34google_ad_height = 250;
35google_ad_format = "250x250_as";
36google_ad_type = "text_image";
37//2007-08-30: WRS - Servery
38google_ad_channel = "3823115303";
39google_color_border = "e6e6e6";
40google_color_bg = "e6e6e6";
41google_color_link = "0000FF";
42google_color_text = "000000";
43google_color_url = "008000";
44//-->
45</script>
46<script type="text/javascript"
47 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
48</script>
49 </div>
50 </div>
51 <div id="foot"> {footer}
52 </div>
53</div>
Note: See TracBrowser for help on using the repository browser.