File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_6/skin_stats.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_stats_6 {
var $ipsclass;
//===========================================================================
// <ips:close_strip:desc:>
//===========================================================================
function close_strip() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="catend" colspan="4"><!-- no content --></td>
</tr>
</table>
</div>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:group_strip:desc:>
//===========================================================================
function group_strip($group="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> $group</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%" valign="middle">{$this->ipsclass->lang['leader_name']}</th>
<th width="40%" align="center" valign="middle">{$this->ipsclass->lang['leader_forums']}</th>
<th align="center" width="25%" valign="middle">{$this->ipsclass->lang['leader_location']}</th>
<th align="center" width="5%" valign="middle"> </th>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:leader_row:desc:>
//===========================================================================
function leader_row($info="",$forums="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row1"><a href="{$this->ipsclass->base_url}showuser={$info['id']}">{$info['members_display_name']}</a></td>
<td align="center" class="row1">$forums</td>
<td align="center" class="row1">{$info['location']}</td>
<td align="center" class="row1">{$info['msg_icon']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:leader_row_forum_end:desc:>
//===========================================================================
function leader_row_forum_end() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
</select>
</form>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:leader_row_forum_entry:desc:>
//===========================================================================
function leader_row_forum_entry($id="",$name="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<option value="$id">$name</option>\\\\\\\n
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:leader_row_forum_start:desc:>
//===========================================================================
function leader_row_forum_start($id="",$count_string="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<form method="post" onsubmit="if(document.jmenu$id.f.value == -1){return false;}" action="{$this->ipsclass->base_url}act=SF" name="jmenu$id">
<select class="forminput" name="f" onchange="if(this.options[this.selectedIndex].value != -1){ document.jmenu$id.submit() }">
<option value="-1">$count_string</option>
<option value="-1">--------------------------------------------------------</option>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:page_title:desc:>
//===========================================================================
function page_title($title="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<table class='ipbtable' cellspacing="0">
<tr>
<td><span class="pagetitle">{$title}</td>
</tr>
</table>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:top_poster_footer:desc:>
//===========================================================================
function top_poster_footer() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="catend" colspan="5"><!-- no content --></td>
</tr>
</table>
</div>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:top_poster_header:desc:>
//===========================================================================
function top_poster_header() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> {$this->ipsclass->lang['todays_posters']}</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="30%" valign="middle">{$this->ipsclass->lang['member']}</th>
<th width="20%" align="center" valign="middle">{$this->ipsclass->lang['member_joined']}</th>
<th align="center" width="15%" valign="middle">{$this->ipsclass->lang['member_posts']}</th>
<th align="center" width="15%" valign="middle">{$this->ipsclass->lang['member_today']}</th>
<th align="center" width="20%" valign="middle">{$this->ipsclass->lang['member_percent']}</th>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:top_poster_no_info:desc:>
//===========================================================================
function top_poster_no_info() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td colspan="5" align="center" class="row1" valign="middle">{$this->ipsclass->lang['no_info']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:top_poster_row:desc:>
//===========================================================================
function top_poster_row($info="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row1" valign="middle"><a href="{$this->ipsclass->base_url}showuser={$info['id']}">{$info['members_display_name']}</a></td>
<td align="center" class="row1" valign="middle">{$info['joined']}</td>
<td align="center" class="row1" valign="middle">{$info['posts']}</td>
<td align="center" class="row1" valign="middle">{$info['tpost']}</td>
<td align="center" class="row1" valign="middle">{$info['today_pct']}%</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:who_end:desc:>
//===========================================================================
function who_end() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="formbuttonrow" colspan="2"><a href="javascript:bog_off();">{$this->ipsclass->lang['who_go']}</a></td>
</tr>
<tr>
<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
</div>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:who_header:desc:>
//===========================================================================
function who_header($fid="",$tid="",$title="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<script language="javascript">
<!--
function bog_off(){
var tid = "$tid";
var fid = "$fid";
opener.location= "{$this->ipsclass->base_url}" + "showtopic=" + tid;
self.close();
}
-->
</script>
<div class="borderwrap">
<div class="maintitle" align="center">{$this->ipsclass->lang['who_farted']} $title</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th width="70%" valign="middle">{$this->ipsclass->lang['who_poster']}</th>
<th width="30%" align="center" valign="middle">{$this->ipsclass->lang['who_posts']}</th>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:who_name_link:desc:>
//===========================================================================
function who_name_link($id="",$name="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}showuser=$id" target="_blank">$name</a>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:who_row:desc:>
//===========================================================================
function who_row($row="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row1" valign="middle">{$row['author_name']}</td>
<td align="center" class="row1" valign="middle">{$row['pcount']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/*<changed bits>
</changed bits>*/
/* END OF FILE */
/*--------------------------------------------------*/
?>