<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="distribution" content="Global" />
<meta name="author" content="Vean" />
<meta name="robots" content="index,follow" />
<meta name="description" content="Dreamland RL!." />
<meta name="keywords" content="ots, open tibia server, ..." />
{$head}
<title>{$title}</title>
<link rel="stylesheet" type="text/css" href="{$path}/templates/worgen/main.css" />
</head>
<body>
<div id="vt_page">
<div id="vt_header"></div>
<div id="vt_container">
<div id="vt_menu">
<div id="vt_news_menu">
<div class="header">News</div>
<ul>
<li><a href="{$path}">Latest News</a></li>
<li><a href="{$path}/index.php/bugtracker">Bug Tracker</a></li>
</ul>
</div>
<div id="vt_account_menu">
<div class="header">Account</div>
<ul>
{if $logged == 1}
<li><a href="{$path}/index.php/account/">Manage Account</a></li>
{else}
<li><a href="{$path}/index.php/account/create">Create Account</a></li>
<li><a href="{$path}/index.php/account/login">Login</a></li>
{/if}
</ul>
</div>
<div id="vt_community_menu">
<div class="header">Community</div>
<ul>
<li><a href="{$path}/index.php/forum">Forum</a></li>
<li><a href="{$path}/index.php/character/view">Characters</a></li>
<li><a href="{$path}/index.php/guilds">Guilds</a></li>
<li><a href="{$path}/index.php/p/v/fragers">Top fraggers</a></li>
<li><a href="{$path}/index.php/video">Videos</a></li>
<li><a href="{$path}/index.php/houses/main">Houses</a></li>
<li><a href="{$path}/index.php/p/v/deaths">Latest Deaths</a></li>
<li><a href="{$path}/index.php/p/v/gallery">Gallery</a></li>
<li><a href="{$path}/index.php/profile/community">Community</a></li>
</ul>
</div>
</div>
<div id="vt_content">
{$main}
</div>
<div id="vt_panel">
<div class="top">
<div class="bot">
<div id="vt_panel_buttons">
<a href="" class="button">
Client Download

<span>Dreamland game client</span>
</a>
<a href="" class="button">
SMS Shop
<span>check out our gifts

</span>
</a>
<a href="" class="button">
Server Forum
<span>Suggest things for the server & post bugs you find, etc</span>
</a>
</div>
<div class="vt_panel_module">
<div class="header">Server Status</div>
{foreach from=$worlds key=id item=world}
<div>
<b>World:</b> {$world} <br />
<b>Status:</b>
{if $serverOnline[$id]}
<span style="color: green;font-weight: bold;">OnLiNe</span><br />
<b>UpTiMe:</b> {$serverUptime[$id]} <br />
<b>PlAyErS:</b> {$serverPlayers[$id]}/{$serverMax[$id]}<br /><br />
{else}
<span style="color: red;font-weight: bold;">OfFlInE :s</span>
{/if}
</div>
{/foreach}
</div>
</div>
</div>
</div>
</div>
<div id="vt_footer">
<div class="column first">
<a href=""><img src="{$path}/templates/worgen/images/authornote.png" alt="Designed by Vean" /></a>
</div>
<div class="column second">
<p>Copyrights © 2010 by Worgen. <a href="{$path}/index.php/credits">Credits</a>.</p>
<p><small>Page rendered in: {$renderTime} {$admin}</small></p>
</div>
<div class="column third">
<a href=""><img src="{$path}/templates/worgen/images/html_valid.png" alt="HTML Valid" /></a>
<a href=""><img src="{$path}/templates/worgen/images/css_valid.png" alt="CSS Valid" /></a>
</div>
</div>
</div>
</body>
</html>