<div id="container">
<a name="top" id="top"></a>
<div id="header">
{$welcomeblock}
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<div id="menu">
<ul>
<li class="active"><a href="index.php">Foro</a></li>
<li><a href="portal.php">Portal</a></li>
<li><a href="search.php">Buscar</a></li>
<li class="search">
<form method="post" action="search.php" style="margin: 0;">
<input type="text" class="textbox-search" id="focus" onFocus="Active(this)" onBlur="NotActive(this)" name="keywords" size="30" style="width: 150px;" />
<input type="image" class="button-search" src="m-zero/search.png" name="submit">
<input type="hidden" name="action" value="do_search" /><input type="hidden" name="postthread" value="1" checked="checked" />
<input type="hidden" name="showresults" value="threads" checked="checked" />
</form></li>
</ul>
</div>
<div class="menu_sub">
<a href="misc.php?action=help">Ayuda</a>
<a href="calendar.php">Calendario</a>
<a href="<archive_url>">{$lang->bottomlinks_litemode}</a>
<a href="#content">{$lang->bottomlinks_returncontent}</a>
<a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a>
</div>
{$pm_notice}{$imgflotante}
</div>
<div id="content">
{$bannedwarning}
{$bbclosedwarning}
{$unreadreports}
<navigation>
<br />
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong><center>Publicidad</center></strong></td>
</tr>
<tr>
<td class="trow1" align="center">
<div align="center">
<strong>
<div class="menu">
</div>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
var spinner=null;
function prostats_reload()
{
if(spinner){return false;}
this.spinner = new ActivityIndicator("body", {image: "images/spinner_big.gif"});
new Ajax.Request('xmlhttp.php?action=prostats_reload&my_post_key='+my_post_key, {method: 'post',postBody:"", onComplete:prostats_done});
return false;
}
function prostats_done(request)
{
if(this.spinner)
{
this.spinner.destroy();
this.spinner = '';
}
if(request.responseText.match(/<error>(.*)<\/error>/))
{
message = request.responseText.match(/<error>(.*)<\/error>/);
alert(message[1]);
}
else if(request.responseText)
{
$("prostats_table").innerHTML = request.responseText;
}
}
-->
</script>
<div id="prostats_table">
<table width="100%" border="0" cellspacing="{$theme[borderwidth]}" cellpadding="0" class="tborder">
<thead>
<tr><td colspan="{$num_columns}">
<table border="0" cellspacing="0" cellpadding="{$theme[tablespace]}" width="100%">
<tr class="thead">
<td><strong>{$lang->prostats_prostats}</strong></td>
<td style="text-align:{$ps_ralign};"><a href="" onclick="return prostats_reload();">{$lang->prostats_reload} <img src="{$mybb->settings['bburl']}/images/ps_reload.gif" style="vertical-align:middle;" alt="" /></a></td>
</tr>
</table>
</td>
</tr>
</thead>
<tbody>
{$trow_message_top}
<tr valign="top">
{$prostats_content}
</tr>
{$trow_message_down}
</tbody>
</table>
<br />
</div>