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}> {$this->ipsclass->lang['tvo_title']} $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&client=printer&f=$fid&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&client=html&f=$fid&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&client=wordr&f=$fid&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 />© 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&f=$fid&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 */
/*--------------------------------------------------*/
?>