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_portal.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_portal_6 {

 var $ipsclass;
//===========================================================================
// <ips:csite_css_external:desc:>
//===========================================================================
function csite_css_external($css="",$img="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<style type="text/css" media="all">
	@import url({$this->ipsclass->vars['board_url']}/css.php?d={$css}_{$img}.css);
</style>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:csite_css_inline:desc:>
//===========================================================================
function csite_css_inline($css="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<style type="text/css">
	{$css}
</style>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:csite_skeleton_template:desc:>
//===========================================================================
function csite_skeleton_template($component_links='') {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<table class='ipbtable' cellspacing="0">
 <tr>
	 <td width="30%" class="nopad" valign="top">
		 <!-- LEFT -->
		 <!--::BASIC:SITENAV::-->
		 <!--::online_users_show::-->
		 <!--::blogs_show_last_updated_x::-->
		 <!--::gallery_show_random_image::-->
		 <!--::calendar_show_current_month::-->
		 <!--::poll_show_poll::-->
		 <!--::recent_topics_discussions_last_x::-->
		 <!--::BASIC:AFFILIATES::-->
		 <!--END LEFT-->
	 </td>
	 <!--SPACER-->
	 <td width="1%" class="nopad">&nbsp;</td>
	 <td width="70%" class="nopad" valign="top">
		 <!--MAIN-->
		 <!--::recent_topics_last_x::-->
		 <!--END MAIN-->
	 </td>
 </tr>
 <!--End Main Content-->
</table>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_affiliates:desc:>
//===========================================================================
function tmpl_affiliates($links="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<br />
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['aff_title']}</div>
	<div class="tablepad">
		$links
	</div>
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_articles:desc:>
//===========================================================================
function tmpl_articles($articles="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
$articles
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_articles_row:desc:>
//===========================================================================
function tmpl_articles_row($entry="",$bottom_string="",$top_string="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<div class="borderwrap">
<table class='ipbtable' cellspacing="0">
	<tr>
		<td class="maintitle" colspan="2"><{CAT_IMG}>&nbsp;<a href="{$this->ipsclass->base_url}showtopic={$entry['tid']}">{$entry['title']}</a></td>
	</tr>
	<tr>
		<td class="row1" colspan="2">$top_string</td>
	</tr>
	<tr>
		<td class="post1" width="5%" valign="top">{$entry['avatar']}</td>
		<td class="post1" width="95%" valign="top"><div style="height: 200px; overflow: auto;">{$entry['post']}
		<!--IBF.ATTACHMENT_{$entry['pid']}--></div></td>
	</tr>
	<tr>
		<td class="row1" colspan="2" align="right">
		$bottom_string
		&nbsp;&nbsp;<a href="{$this->ipsclass->base_url}act=Print&amp;client=printer&amp;f={$entry['forum_id']}&amp;t={$entry['tid']}"><img src='style_images/<#IMG_DIR#>/cs_print.gif' border='0' /></a>
		<a href="{$this->ipsclass->base_url}act=Forward&amp;f={$entry['forum_id']}&amp;t={$entry['tid']}"><img src='style_images/<#IMG_DIR#>/cs_email.gif' border='0' /></a>
		</td>
	</tr>
</table>
</div>
<br />
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_calendar_wrap:desc:>
//===========================================================================
function tmpl_calendar_wrap($content="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<br />
$content
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_comment_link:desc:>
//===========================================================================
function tmpl_comment_link($tid="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}showtopic=$tid&amp;view=getlastpost">{$this->ipsclass->lang['article_comment']}</a>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_latestposts:desc:>
//===========================================================================
function tmpl_latestposts($posts="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<br />
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['discuss_title']}</div>
	$posts
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_links_wrap:desc:>
//===========================================================================
function tmpl_links_wrap($link="",$name="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
&middot; <a href="$link">$name</a><br />
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_onlineusers:desc:>
//===========================================================================
function tmpl_onlineusers($breakdown="",$split="",$names="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<br />
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;<a href="{$this->ipsclass->base_url}act=Online">{$this->ipsclass->lang['online_title']}</a></div>
	<div class="tablepad">
		<span class="desc">$breakdown<br />$split<br />$names</span>
	</div>
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_poll_wrapper:desc:>
//===========================================================================
function tmpl_poll_wrapper($content="",$tid="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<br />
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;<a href="{$this->ipsclass->base_url}showtopic=$tid">{$this->ipsclass->lang['poll_title']}</a></div>
	$content
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_readmore_link:desc:>
//===========================================================================
function tmpl_readmore_link($tid="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
...<a href="{$this->ipsclass->base_url}showtopic=$tid">{$this->ipsclass->lang['article_readmore']}</a>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_recentarticles:desc:>
//===========================================================================
function tmpl_recentarticles($articles="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<br />
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['recent_title']}</div>
	$articles
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_sitenav:desc:>
//===========================================================================
function tmpl_sitenav($links="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['links_title']}</div>
	<div class="tablepad">
		$links
	</div>
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_skin_select_bottom:desc:>
//===========================================================================
function tmpl_skin_select_bottom() {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
</select>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_skin_select_top:desc:>
//===========================================================================
function tmpl_skin_select_top() {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<select name="skinid" onchange="window.location='{$this->ipsclass->vars['dynamiclite']}&s={$this->ipsclass->session_id}&setskin=1&skinid=' + this.value">
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_topic_row:desc:>
//===========================================================================
function tmpl_topic_row($tid="",$title="",$posts="",$views="",$mid="",$mname="",$date="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<div class="formsubtitle">
	<b><a href="{$this->ipsclass->base_url}showtopic=$tid">$title</a></b>
</div>
<div class="tablepad">
	<a href="{$this->ipsclass->base_url}showuser=$mid">$mname</a> &#064; $date
	<br />{$this->ipsclass->lang['recent_read']}: $views &nbsp; {$this->ipsclass->lang['recent_comments']}: $posts
</div>
EOF;

//--endhtml--//
return $IPBHTML;
}

//===========================================================================
// <ips:tmpl_wrap_avatar:desc:>
//===========================================================================
function tmpl_wrap_avatar($avatar="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
$avatar
EOF;

//--endhtml--//
return $IPBHTML;
}



}

/*--------------------------------------------------*/
/*<changed bits>

</changed bits>*/
/* END OF FILE                                      */
/*--------------------------------------------------*/

?>