HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
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&amp;CODE=01&amp;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}>&nbsp;$one_text</div>
		<table class='ipbtable' cellspacing="1">
			<tr>
				<th>$two_text</th>
			</tr>
			<tr>
				<td class="row2">{$this->ipsclass->lang['search_txt']}&nbsp;&nbsp;<input type="text" maxlength="60" size="30" name="search_q" />&nbsp;<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}>&nbsp;$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                                      */
/*--------------------------------------------------*/

?>