File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_6/skin_statistics.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD */
/* CACHE FILE: Skin set id: 6 */
/* CACHE FILE: Generated: Sat, 12 Aug 2006 15:09:52 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE */
/* WRITTEN TO THE DATABASE AUTOMATICALLY */
/*--------------------------------------------------*/
class skin_statistics_6 {
var $ipsclass;
//===========================================================================
// <ips:col_sep:desc:>
//===========================================================================
function col_sep() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
</table>
</td>
<td align='center' valign='top' width='47%'>
<table align='center' class='ipbtable' cellspacing='0' cellpadding='0'>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:nostats:desc:>
//===========================================================================
function nostats() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class='row2' colspan='2' align='center'>{$this->ipsclass->lang['none_available']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:page_foot:desc:>
//===========================================================================
function page_foot($c="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
</table>
</td>
</tr>
</table></div><br />
<div class='borderwrap'>
<div class='formsubtitle' style='paddong:5px' align='center'>
<!--Copyright-->{$c}<!--Copyright-->
</div>
</div>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:page_top:desc:>
//===========================================================================
function page_top() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<div class='borderwrapm'><div class='maintitle'><{CAT_IMG}> {$this->ipsclass->vars['board_name']} {$this->ipsclass->lang['statistics']}</div>
<table align='center' class='ipbtable' cellspacing='0' cellpadding='5'>
<tr>
<td align='center' valign='top' width='47%'>
<table align='center' class='ipbtable' cellspacing='0' cellpadding='0'>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:stats_cat:desc:>
//===========================================================================
function stats_cat($title="",$h1="",$h2="",$data="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td align='center' valign='top'>
<div class='borderwrapm'><div class='maintitle'>{$title}</div>
<table align='center' class='ipbtable' cellspacing='1' cellpadding='5'>
<tr>
<th align='center' width='80%' nowrap>{$h1}</td>
<th align='center' width='20%' nowrap>{$h2}</td>
</tr>{$data}
</table></div>
</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:stats_row:desc:>
//===========================================================================
function stats_row($data="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class='row2'>{$data['text']}</td>
<td class='row2' nowrap>{$data['stats']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/*<changed bits>
</changed bits>*/
/* END OF FILE */
/*--------------------------------------------------*/
?>