<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery(".pestana_contenido").hide();
jQuery("ul.pestanas li:first").addClass("activa").show();
jQuery(".pestana_contenido:first").show();
jQuery("ul.pestanas li").click(function() {
jQuery("ul.pestanas li").removeClass("activa");
jQuery(this).addClass("activa");
jQuery(".pestana_contenido").hide();
var pestanaactiva = jQuery(this).find("a").attr("href");
jQuery(pestanaactiva).fadeIn();
return false;
});
});
</script>
<ul class="pestanas" align="center">
<li class="activa"><a href="#pestana1">{$lang->whos_online}</a></li>
<li class=""><a href="#pestana2">Quién estuvo en línea hoy</a></li>
<li class=""><a href="#pestana3">Grupos de usuarios</a></li>
<li class=""><a href="#pestana4">Información</a></li>
</ul>
<div class="pestanas_contenedor">
<div style="display: block;" id="pestana1" class="pestanas_contenido">
{$whosonline}
</div>
<div style="display: none;" id="pestana2" class="pestanas_contenido">
{$online_today} o la que sea la variable del plugin que uses.
</div>
<div style="display: none;" id="pestana3" class="pestanas_contenido">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead smalltext" colspan="9"><strong>Grupos de usuarios</strong></td>
</tr>
<tr>
<td class="trow2" align="center" width="16">
<img src="{$theme['imgdir']}/index_grupos.png" width="16" height="16" alt="Grupos de usuarios" title="Grupos de usuarios" />
</td>
<td class="trow1 smalltext" align="center"><span style="color: #ff0000;"><strong>Administradores</strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #000fff;"><strong>Moderadores globales</strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #007700;"><strong>Moderadores</strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #cb9e00;"><strong>Uploaders</strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #8F00ff;"><strong>Miembros VIP</strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #000000;"><strong>Miembros</strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #000000;"><strong><s>Suspendidos</s></strong></span></td>
<td class="trow1 smalltext" align="center"><span style="color: #920029;">Bots</span></a></td>
</tr>
</table>
</div>
<div style="display: none;" id="pestana4" class="pestanas_contenido">
{$forumstats}
</div>
</div>
{$birthdays}
<br class="clear" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />