File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_6/skin_help.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD */
/* CACHE FILE: Skin set id: 6 */
/* CACHE FILE: Generated: Sat, 12 Aug 2006 15:09:51 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE */
/* WRITTEN TO THE DATABASE AUTOMATICALLY */
/*--------------------------------------------------*/
class skin_help_6 {
var $ipsclass;
//===========================================================================
// <ips:display:desc:>
//===========================================================================
function display($text="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row2">$text</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:help_end:desc:>
//===========================================================================
function help_end() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="catend"></td>
</tr>
</table>
</div>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:no_results:desc:>
//===========================================================================
function no_results() {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row2" align="center"><b>{$this->ipsclass->lang['no_results']}</b></td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:row:desc:>
//===========================================================================
function row($entry="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<tr>
<td class="row1"><a href="{$this->ipsclass->base_url}act=Help&CODE=01&HID={$entry['id']}"><b>{$entry['title']}</b></a><br />{$entry['description']}</td>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
//===========================================================================
// <ips:start:desc:>
//===========================================================================
function start($one_text="",$two_text="",$three_text="") {
$IPBHTML = "";
//--starthtml--//
$IPBHTML .= <<<EOF
<form action="{$this->ipsclass->base_url}" method="post">
<input type="hidden" name="act" value="Help" />
<input type="hidden" name="CODE" value="02" />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> $one_text</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th>$two_text</th>
</tr>
<tr>
<td class="row2">{$this->ipsclass->lang['search_txt']} <input type="text" maxlength="60" size="30" name="search_q" /> <input class="gobutton" type="image" src="{$this->ipsclass->vars['img_url']}/login-button.gif" /></td>
</tr>
<tr>
<td class="catend"></td>
</tr>
</table>
</div>
</form>
<br />
<div class="borderwrap">
<div class="maintitle"><{CAT_IMG}> $three_text</div>
<table class='ipbtable' cellspacing="1">
<tr>
<th>$two_text</th>
</tr>
EOF;
//--endhtml--//
return $IPBHTML;
}
}
/*--------------------------------------------------*/
/*<changed bits>
</changed bits>*/
/* END OF FILE */
/*--------------------------------------------------*/
?>