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_gallery_img.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD           */
/* CACHE FILE: Skin set id: 2                     */
/* CACHE FILE: Generated: Sat, 16 Dec 2006 04:15:58 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE   */
/* WRITTEN TO THE DATABASE AUTOMATICALLY            */
/*--------------------------------------------------*/

class skin_gallery_img_6 {

 var $ipsclass;
//===========================================================================
// <ips:ecard:desc:>
//===========================================================================
function ecard($info="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<form method="post" id='postingform' action="{$this->ipsclass->base_url}" name="REPLIER" onsubmit='return ValidateForm()'>
	<input type="hidden" name="automodule" value="gallery" />
	<input type="hidden" name="cmd" value="ecard" />
	<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
	<input type="hidden" name="op" value="ecardpreview" />
	<div class="borderwrap">
		<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['ecard']} {$info['caption']}</div>
		<table width="100%" class='ipbtable'>
		<tr>
		  <td colspan="2" align="center" class="bgl">
		   <div style="width:100%;" align="center" class="borderwrap">
		   <table cellpadding="0" cellspacing="0" width="100%" class="darkrow3">
			  <tr>
				  <td align="right" width="20%"><strong>{$this->ipsclass->lang['receiver_name']}</strong></td>
				  <td align="left" width="80%"><input type="text" size='50' name="receiver_name" value="{$this->ipsclass->input['receiver_name']}" /></td>
			  </tr>
		  </table>
		  </div>
		  </td>
	    </tr>
	    <tr>
		  <td colspan="2" align="center" class="bgl">
		   <div style="width:100%;" align="center" class="borderwrap">
		   <table cellpadding="0" cellspacing="0" width="100%" class="darkrow3">
			  <tr>
				  <td align="right" width="20%"><strong>{$this->ipsclass->lang['receiver_email']}</strong></td>
				  <td align="left" width="80%"><input type="text" size='50' name="receiver_email" value="{$this->ipsclass->input['receiver_email']}" /></td>
			  </tr>
		  </table>
		  </div>
		  </td>
	    </tr>
	    <tr>
		  <td colspan="2" align="center" class="bgl">
		   <div style="width:100%;" align="center" class="borderwrap">
		   <table cellpadding="0" cellspacing="0" width="100%" class="darkrow3">
			  <tr>
				  <td align="right" width="20%"><strong>{$this->ipsclass->lang['ecard_subject']}</strong></td>
				  <td align="left" width="80%"><input type="text" size='50' name="subject" value="{$this->ipsclass->input['subject']}" /></td>
			  </tr>
		  </table>
		  </div>
		  </td>
	    </tr>
	    
	    <tr>
		  <td colspan="2" align="center" class="bgl">
		   <div style="width:100%;" align="center" class="borderwrap">
		   <table cellpadding="0" cellspacing="0" width="100%" class="darkrow3">
			  <tr>
				  <td align="right" width="20%"><strong>{$this->ipsclass->lang['ecard_colors']}</strong></td>
				  <td align="left" width="80%">{$info['bg']} {$info['border']} {$info['font']}</td>
			  </tr>
		  </table>
		  </div>
		  </td>
	    </tr>
		
		
		<tr>
         <td colspan="2" align="center" class="bgl">
         <div style="width:100%;" align="center" class="borderwrap">
         <table cellpadding="5" cellspacing="5" width="100%" class="darkrow3">
             <tr>
			<td align="right" valign="top" width="20%">
				<!--SMILIE TABLE-->
			</td>
			<td align="left" valign="top" width="80%">
                {$info['editor_html']}
            </td></tr>
   		 </table>
   		 </div>
		 </td>
		</tr>
		
		<tr>
			<td class="formbuttonrow" colspan="2">
				<input type="submit" name="submit" value="{$this->ipsclass->lang['ecard_preview']}" />
			</td>
		</tr>
	  </table>
	</div>
</form>
EOF;

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

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


$IPBHTML .= <<<EOF
</body>
</html>
EOF;

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

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


$IPBHTML .= <<<EOF
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$info['lang']}</div>
<table cellspacing="1" width="100%">
	<tr>
		<td width="100%" class="row1"><center><h1>{$info['caption']}</h1>{$info['image']}</center>
			<span style="color: {$info['font']};">
				<p style="border-color: {$info['border']}; background: {$info['bg']}"><b>{$info['title']}</b><br /><br />{$info['msg']}</p>
			</span>
<b>{$info['sender']}</b>
		</td>
	</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<tr>
	<td class="row2" colspan="2">
	<b>{$this->ipsclass->lang['ecard_p_receiver']}</b> {$this->ipsclass->input['receiver_name']} ( {$this->ipsclass->input['receiver_email']} )</td>
</tr>
<tr>
	<td class="formbuttonrow" colspan="2">
	<form name="colorform" method="post" action="?act=module">
		<input type="hidden" name="module" value="gallery" />
		<input type="hidden" name="cmd" value="ecard" />
		<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
		<input type="hidden" name="op" value="ecard" />
		<input type="hidden" name="receiver_name" value="{$this->ipsclass->input['receiver_name']}" />
		<input type="hidden" name="receiver_email" value="{$this->ipsclass->input['receiver_email']}" />
		<input type="hidden" name="subject" value="{$this->ipsclass->input['subject']}" />
		<input type="hidden" name="Post" value="{$this->ipsclass->input['Post']}" />
		<input type="hidden" name="bg" value="{$this->ipsclass->input['bg']}" />
		<input type="hidden" name="border" value="{$this->ipsclass->input['border']}" />
		<input type="hidden" name="font" value="{$this->ipsclass->input['font']}" />
		<input type="submit" name="submit" value="{$this->ipsclass->lang['ecard_modify']}" />
	</form>&nbsp;
	<form name="colorform" method="post" action="?act=module">
		<input type="hidden" name="module" value="gallery" />
		<input type="hidden" name="cmd" value="ecard" />
		<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
		<input type="hidden" name="op" value="sendecard" />
		<input type="hidden" name="receiver_name" value="{$this->ipsclass->input['receiver_name']}" />
		<input type="hidden" name="receiver_email" value="{$this->ipsclass->input['receiver_email']}" />
		<input type="hidden" name="sender_name" value="{$this->ipsclass->input['sender_name']}" />
		<input type="hidden" name="sender_email" value="{$this->ipsclass->input['sender_email']}" />
		<input type="hidden" name="subject" value="{$this->ipsclass->input['subject']}" />
		<input type="hidden" name="Post" value="{$this->ipsclass->input['Post']}" />
		<input type="hidden" name="bg" value="{$this->ipsclass->input['bg']}" />
		<input type="hidden" name="border" value="{$this->ipsclass->input['border']}" />
		<input type="hidden" name="font" value="{$this->ipsclass->input['font']}" />
		<input type="submit" name="submit" value="{$this->ipsclass->lang['ecard_send']}" />
	</form>
	</td>
</tr>
</table>
</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<html>
	<head>
		<title></title>
	</head>
	<body>
EOF;

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

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


$IPBHTML .= <<<EOF
<table cellspacing="1" width="100%">
	<tr>
		<td width="20%" nowrap="nowrap"><!--GALLERY_MOD_COMMENTS--></td>
		<td align="right" width="80%">
			<!--IBF.QUICK_REPLY_CLOSED--> 
			{$info['favorite_button']}&nbsp;{$info['ecard_button']}&nbsp;{$info['comment_button']}</td>
	</tr>
	<tr>
		<td colspan="2">
		<!--IBF.QUICK_REPLY_OPEN-->
		</td>
	</tr>
</table>
EOF;

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

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


$IPBHTML .= <<<EOF
<div class='borderwrap'>
<div class='maintitle'>{$this->ipsclass->lang['photostrip']} {$info['name']}</div>
<div class='thumbwrap'>
<table width='100%' border='0' cellspacing='1' cellpadding='0'>
<tr>
{$info['images']}
</tr>
</table>
</div>
</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<td class='row2' align='center' valign='middle'>{$img}<br />&nbsp;</td>
EOF;

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

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


$IPBHTML .= <<<EOF
<td class='post2' align='center' width='20%' valign='bottom'>
{$info['img']}<br />
{$info['control']}
</td>
EOF;

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

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


$IPBHTML .= <<<EOF
<a href="javascript:ShowHide('qr_open','qr_closed');" title="{$this->ipsclass->lang['qr_open']}" accesskey="f"><{T_QREPLY}></a>
EOF;

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

//===========================================================================
// <ips:quick_reply_box_open:desc:>
//===========================================================================
function quick_reply_box_open($fid="",$tid="",$show="hide",$key="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<script type="text/javascript">
	<!--
		function emo_pop() {
			window.open('index.{$this->ipsclass->vars['php_ext']}?act=legends&amp;CODE=emoticons&amp;s={$this->ipsclass->session_id}','Legends','width=250,height=500,resizable=yes,scrollbars=yes'); 
		}
	//-->
</script>
<div id="qr_open" style="display: $show; position: relative;">
	<form name="REPLIER" action="{$this->ipsclass->base_url}" method="post">
		<input type="hidden" name="automodule" value="gallery" />
		<input type="hidden" name="cmd" value="postcomment" />
		<input type="hidden" name="op"  value="doaddcomment" />
		<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
		<!-- TITLE DIV -->
		<br /><a name="qr" />
		<div class="borderwrap">
			<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['qr_title']}</div>
			<!--<div class="tablepad" style="width=90%;" align="center">-->
			<div style="padding: 6px; width:99%" align="center">
				<textarea id="fastreplyarea" cols="70" rows="8" name="Post" class="textinput" tabindex="1"></textarea>
				<br />
				<br />
				<a href="javascript:emo_pop();">{$this->ipsclass->lang['show_emo']}</a> 
				&#124; <input type="checkbox" name="enableemo" value="yes" class="checkbox" checked="checked" />&nbsp;{$this->ipsclass->lang['qr_add_smilie']} &#124; <input type="checkbox" name="enablesig" value="yes" class="checkbox" checked="checked" />&nbsp;{$this->ipsclass->lang['qr_add_sig']}
				<br />
				<br />
				<input type="submit" name="submit" value="{$this->ipsclass->lang['qr_submit']}" tabindex="2" accesskey="s" />&nbsp;<input type="submit" name="preview" value="{$this->ipsclass->lang['qr_more_opts']}" />&nbsp;&nbsp;<input type="button" name="qrc" onclick="ShowHide('qr_open','qr_closed');" value="{$this->ipsclass->lang['qr_closeit']}" />
				
			</div>
		</div>
	</form>
</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<form method="post" action="index.php">
	<input type="hidden" name="automodule" value="gallery" />
	<input type="hidden" name="cmd" value="rate" />
	<input type="hidden" name="img" value="{$img}" />
	<input type="hidden" name="cat" value="{$this->ipsclass->input['cat']}" />
	<input type="hidden" name="album" value="{$this->ipsclass->input['album']}" />
	<input type="hidden" name="op" value="dorate" />
	<input type="radio" name="rating" value="5" title="{$this->ipsclass->lang['best']}"  checked />&nbsp;5&nbsp;<input type="radio" name="rating" value="4" />&nbsp;4&nbsp;<input type="radio" name="rating" value="3" />&nbsp;3&nbsp;<input type="radio" name="rating" value="2" />&nbsp;2&nbsp;<input type="radio" name="rating" value="1" title="{$this->ipsclass->lang['worst']}" />&nbsp;1&nbsp;<input type="submit" name="submit" value="{$this->ipsclass->lang['rateit']}" />
</form>
EOF;

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

//===========================================================================
// <ips:report_form:desc:>
//===========================================================================
function report_form($img="",$title="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<form action="{$this->ipsclass->base_url}automodule=gallery&cmd=mod&op=doreportimg" method="post" name="REPLIER">
<input type="hidden" name="img" value="{$img}">
	<div class="borderwrap">
		<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['report_img_page']}</div>
		<table cellspacing="1">
			<tr>
				<td class="row1"  width="30%" valign="top"><b>{$this->ipsclass->lang['report_img_title']}</b></td>
				<td class="row1" width="80%"><a href="{$this->ipsclass->base_url}automodule=gallery&cmd=si&img=$img">$title</a>
				</td>
			</tr>
			<tr>
				<td class="row1"  width="30%" valign="top">{$this->ipsclass->lang['report_img_msg']}</td>
				<td class="row1" width="80%"><textarea cols="60" rows="12" wrap="soft" name="message" class="textinput"></textarea>
				</td>
			</tr>
			<tr>
				<td class="formbuttonrow" colspan="2"><input type="submit" value="{$this->ipsclass->lang['report_submit']}" /></td>
			</tr>
		</table>
	</div>
</form>
EOF;

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

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


$IPBHTML .= <<<EOF
<script type="text/javascript">
<!--
var ipb_lang_tt_prompt = "{$this->ipsclass->lang['tt_prompt']}";
var ipb_lang_js_del_1  = "{$this->ipsclass->lang['js_del_1']}";
var ipb_lang_js_del_2  = "{$this->ipsclass->lang['js_del_2']}";
var lang_gobutton    = "{$this->ipsclass->lang['f_go']}";
var lang_suredelete  = "{$this->ipsclass->lang['del_confirm']}";
var lang_nodelete  = "{$this->ipsclass->lang['del_no_act']}";
-->
</script>
<script type="text/javascript" src="jscripts/ipb_galleryjs.js"></script>
<table cellspacing="1" width="100%">
	<tr>
		<td width="20%" nowrap="nowrap">&nbsp;</td>
		<td align="right" width="80%">{$info['favorite_button']}&nbsp;{$info['ecard_button']}&nbsp;{$info['comment_button']}</td>
	</tr>
</table>
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;{$info['caption']}</div>
	<table cellspacing="1" width="100%">
		<tr> 
			<th width="33%">{$this->ipsclass->lang['uploaded_by']} {$info['author']} {$this->ipsclass->lang['on']} {$info['date']}</th>
			<th align="right" width="33%">{$this->ipsclass->lang['views']} {$info['views']} &middot; {$this->ipsclass->lang['img_comments']} {$info['comments']}</th>          
		</tr>
		<tr>
			<td class="formsubtitle">{$info['description']}</td>
			<td class="formsubtitle" valign="top" rowspan="2" align="right">{$info['rate']}</td>
		</tr>
		<tr><td class="formsubtitle">
EOF;
//startif
if ( $info['copyright'] != '' )
{
$IPBHTML .= <<<EOF
<i>{$info['copyright']}</i><br />
EOF;
}//endif
//startif
if ( $info['credit_info'] !='' )
{
$IPBHTML .= <<<EOF
{$this->ipsclass->lang['credit_line']} {$info['credit_info']}
EOF;
}//endif
$IPBHTML .= <<<EOF
     </td></tr>
		<tr>
			<td colspan="2" class="row2">
				{$info['pin_button']}&nbsp;{$info['edit_button']}&nbsp;{$info['move_button']}&nbsp;{$info['delete_button']}{$info['report_button']}
			</td>
		</tr>
	</table>
</div>
<div class="fullimagewrap">
	{$info['image']}
</div>
<table cellspacing="1" width="100%">
	<tr>
		<td width="20%" nowrap="nowrap">&nbsp;</td>
		<td align="right" width="80%">{$info['favorite_button']}&nbsp;{$info['ecard_button']}&nbsp;{$info['comment_button']}</td>
	</tr>
</table>
EOF;

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



}

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

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

?>