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_printpage.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_printpage_6 {

 var $ipsclass;
//===========================================================================
// <ips:choose_form:desc:>
//===========================================================================
function choose_form($fid="",$tid="",$title="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['tvo_title']}&nbsp;$title</div>
	<table class='ipbtable' cellspacing="1">
		<tr>
			<th>{$this->ipsclass->lang['please_choose']}</th>
		</tr>
		<tr>
			<td class="row1"><b><a href="{$this->ipsclass->base_url}act=Print&amp;client=printer&amp;f=$fid&amp;t=$tid">{$this->ipsclass->lang['o_print_title']}</a></b><br />{$this->ipsclass->lang['o_print_desc']}</td>
		</tr>
		<tr>
			<td class="row2"><b><a href="{$this->ipsclass->base_url}act=Print&amp;client=html&amp;f=$fid&amp;t=$tid">{$this->ipsclass->lang['o_html_title']}</a></b><br />{$this->ipsclass->lang['o_html_desc']}</td>
		</tr>
		<tr>
			<td class="row1"><b><a href="{$this->ipsclass->base_url}act=Print&amp;client=wordr&amp;f=$fid&amp;t=$tid">{$this->ipsclass->lang['o_word_title']}</a></b><br />{$this->ipsclass->lang['o_word_desc']}</td>
		</tr>
		<tr>
			<td class="formbuttonrow"><a href="{$this->ipsclass->base_url}showtopic=$tid">{$this->ipsclass->lang['back_topic']}</a></td>
		</tr>
		<tr>
			<td class="catend"><!-- no content --></td>
		</tr>
	</table>
</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<!--Copyright-->
EOF;
//startif
if ( $this->ipsclass->vars['ipb_copy_number'] == '' )
{
$IPBHTML .= <<<EOF
<p class="printcopy">{$this->ipsclass->lang['powered_by']}Invision Power Board (http://www.invisionboard.com)<br />&copy; Invision Power Services (http://www.invisionpower.com)</p>
EOF;
}//endif
$IPBHTML .= <<<EOF
	</div>
EOF;

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

//===========================================================================
// <ips:pp_header:desc:>
//===========================================================================
function pp_header($forum_name="",$topic_title="",$topic_starter="",$fid="",$tid="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<html>
	<head>
		<title>{$this->ipsclass->vars['board_name']} [{$this->ipsclass->lang['powered_by']}Invision Power Board]</title>
		<!--IPB.CSS-->
	</head>
	<body>
	<div id="print">
		<h1>{$this->ipsclass->lang['title']}</h1>
		<h2><a href="{$this->ipsclass->base_url}act=ST&amp;f=$fid&amp;t=$tid" title="{$this->ipsclass->lang['click_toview']}">{$this->ipsclass->lang['topic_here']}</a></h2>
		<h3>{$this->ipsclass->vars['board_name']} _ $forum_name _ $topic_title</h3>
EOF;

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

//===========================================================================
// <ips:pp_postentry:desc:>
//===========================================================================
function pp_postentry($poster="",$entry="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<div class="printpost">
			<h4>{$this->ipsclass->lang['by']}: {$entry['author_name']}</b> {$this->ipsclass->lang['on']} {$entry['post_date']}</h4>
			<p>{$entry['post']}
			<br />
			<!--IBF.ATTACHMENT_{$entry['pid']}-->
			</p>
		</div>
EOF;

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



}

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

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

?>