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_post.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_post_6 {

 var $ipsclass;
//===========================================================================
// <ips:edit_form_top:desc:>
//===========================================================================
function edit_form_top($data="",$cat="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<script type="text/javascript" src="jscripts/ipb_editor.js"></script>
<script type="text/javascript" src="jscripts/ipb_editor_std.js"></script>

<form method="post" id='postingform' action="?automodule=gallery" name="REPLIER" enctype="multipart/form-data" onsubmit='return ValidateForm()'>
	<input type="hidden" name="cmd" value="editimg" />
	<input type="hidden" name="op" value="doedit" />
	<input type="hidden" name="cat" value="{$cat}"  />
	<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
	<div class="borderwrap">
	<table cellspacing="0" width="100%" class='ipbtable'>
		<tr>
			<td class="maintitle" colspan="2"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang[$data]}</td>
		</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<form method="post" action="{$this->ipsclass->base_url}" name="REPLIER" enctype="multipart/form-data" onsubmit='return ValidateForm()'>
	<input type="hidden" name="automodule" value="gallery" />
	<input type="hidden" name="cmd" value="editcomment" />
	<input type="hidden" name="op"  value="doeditcomment" />
	<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
	<input type="hidden" name="comment" value="{$this->ipsclass->input['comment']}" />
	<div class="borderwrap">
	<table cellspacing="0" width="100%"  class="ipbtable">
		<tr>
			<td class="maintitle" colspan="2"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang[$data]}</td>
		</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<input type="checkbox" name="add_edit" class="checkbox" value="1" $checked />&nbsp;{$this->ipsclass->lang['append_edit']}<br />
EOF;

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

//===========================================================================
// <ips:get_post_options:desc:>
//===========================================================================
function get_post_options($emo="",$sig="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<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%" valign='top'><strong>{$this->ipsclass->lang['po_options']}</strong></td>
				<td align="left" width="80%">
				 <input type="checkbox" name="enableemo" class="checkbox" value="yes" $emo />&nbsp;{$this->ipsclass->lang['enable_emo']}<br />
				 <input type="checkbox" name="enablesig" class="checkbox" value="yes" $sig />&nbsp;{$this->ipsclass->lang['enable_sig']}
				 <!-- APPEND_EDIT -->
				</td>
			</tr>
     	</table>
     	</div>
     	</td>
	</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<form method="post" action="{$this->ipsclass->base_url}" name="REPLIER" enctype="multipart/form-data">
	<input type="hidden" name="automodule" value="gallery" />
	<input type="hidden" name="cmd" value="moveimg" />
	<input type="hidden" name="op" value="domove" />
	<input type="hidden" name="img" value="{$this->ipsclass->input['img']}" />
	<div class="borderwrap">
	<table cellspacing="1" cellpadding="5" width="100%">
		<tr>
			<td class="maintitle" colspan="2"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang[$data]}</td>
		</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<select name="$name">$options</select>
EOF;

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

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


$IPBHTML .= <<<EOF
<input type="file" name="{$name}" value="{$value}" size="71" />
EOF;

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

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


$IPBHTML .= <<<EOF
<textarea name="{$name}" cols="57" rows="6">{$value}</textarea>
EOF;

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

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


$IPBHTML .= <<<EOF
<input type="text" name="{$name}" value="{$value}" size="60" />
EOF;

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

//===========================================================================
// <ips:post_description_field:desc:>
//===========================================================================
function post_description_field($editor_html='',$value='') {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<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%">
                {$editor_html}
            </td></tr>
   </table></div>
</td></tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<tr>
			<td class="formbuttonrow" colspan="2">
				<input type="submit" name="submit" value="{$this->ipsclass->lang[$data]}" tabindex="4" class="button" accesskey="s" />
			</td>
		</tr>
	</table>
	</div>
</form><br />
EOF;

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

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


$IPBHTML .= <<<EOF
<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%">{$title}<br />{$desc}</td>
				<td align="left" width="80%">{$control}</td>
			</tr>
     	</table>
     	</div>
     	</td>
	</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<tr>
        <td colspan="2" align="center" class="bgl">
         <div style="width:100%;" align="center" class="borderwrap">
         <table cellpadding="0" cellspacing="0" width="100%" class="darkrow1">
    		<tr>
				<tr>
				<td colspan="2" width="100%">
				<b>{$title}</b><br /><small>{$desc}</small>
			</td>
			</tr>
     	</table>
     	</div>
     	</td>
	</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<form method="post" id='postingform' action="{$this->ipsclass->base_url}" name="REPLIER" enctype="multipart/form-data" onsubmit='return ValidateForm()'>
    <input type="hidden" name="automodule" value="gallery" />
	<input type="hidden" name="cmd" value="dopost" />
	<input type="hidden" name="cat" value="{$this->ipsclass->input['cat']}" />
	<input type="hidden" name="album" value="{$this->ipsclass->input['album']}" />

	<div class="borderwrap">
	<table cellspacing="0" width="100%" class="ipbtable">
		<tr>
			<td class="maintitle" colspan="2"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang[$data]}</td>
		</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<!--nothing-->
EOF;

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

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


$IPBHTML .= <<<EOF
<form method="post" action="{$this->ipsclass->base_url}" name="REPLIER" enctype="multipart/form-data" onsubmit='return ValidateForm()'>
	<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']}" />
	<div class="borderwrap">
	<table cellspacing="0" width="100%"  class="ipbtable">
		<tr>
			<td class="maintitle" colspan="2"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang[$data]}</td>
		</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<!--THE SMILIES-->
EOF;

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



}

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

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

?>