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_comments.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_comments_6 {

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


$IPBHTML .= <<<EOF
<a href='javascript:delete_img("{$this->ipsclass->base_url}automodule=gallery&cmd=delcomment&comment={$pid}&img={$this->ipsclass->input['img']}")'><{P_DELETE}></a>
EOF;

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

//===========================================================================
// <ips:button_edit:desc:>
//===========================================================================
function button_edit($pid='',$img='') {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}automodule=gallery&cmd=editcomment&comment={$pid}&img={$this->ipsclass->input['img']}"><{P_EDIT}></a>
EOF;

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

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


$IPBHTML .= <<<EOF
</div>       
<table cellspacing="1" class="ipbtable" width="100%">
	<tr>
		<td width="20%" nowrap="nowrap">{$data['SHOW_PAGES']}</td>
	</tr>
</table>
EOF;

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

//===========================================================================
// <ips:CommentRow:desc:>
//===========================================================================
function CommentRow($post="",$author="",$is_mod='false') {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<!--Begin Msg Number {$post['pid']}-->
<a name="{$post['pid']}"></a>
<table class="ipbtable" cellspacing="1" width="100%">
	<tr>
		<td valign="middle" class="row2" width="1%"><a name="entry{$post['pid']}"></a><span class="{$post['name_css']}">{$author['name']}</span></td>
		<td class="row2" valign="top" width="99%">
			<!-- POSTED DATE DIV -->
			<div style="float: left;">
				<span class="postdetails">{$post['post_icon']} <img src='{$this->ipsclass->vars['img_url']}/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> {$post['post_date']}</span>
			</div>
			<!-- REPORT / DELETE / EDIT / QUOTE DIV -->
			<div align="right">
				<span class="postdetails">{$post['ip_address']} {$this->ipsclass->lang['posted_on']}
					<a title="{$this->ipsclass->lang['tt_link']}" href="#" onclick="gallery_link_to_post({$post['pid']}, {$post['img']} ); return false;">#{$post['post_count']}</a>
EOF;
//startif
if ( $is_mod == 'true' )
{
$IPBHTML .= <<<EOF
&nbsp;&#0124;&nbsp;<a href="#" title="Click to select this topic for bulk moderation" onclick="gallery_toggle_pid('{$post['pid']}'); return false;">{$post['pid_start_image']}</a>
EOF;
}//endif

$IPBHTML .= <<<EOF
				</span>
			</div>
		</td>
	</tr>
	<tr>
		<td valign="top" class="{$post['post_css']}">
        	<span class="postdetails">
        		{$author['avatar']}<br /><br />
        		{$author['title']}<br />
        		{$author['member_rank_img']}<br /><br />
        		{$author['member_group']}<br />
        		{$author['member_posts']}<br />
        		{$author['member_joined']}<br />
        		{$author['member_location']}
        		{$author['member_number']}<br />
EOF;
//startif
if ( $author['custom_fields'] != "" )
{
$IPBHTML .= <<<EOF
{$author['custom_fields']}
EOF;
}//endif
$IPBHTML .= <<<EOF
<br />
        		{$author['warn_text']} {$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
        	</span><br />
        	<img src="{$this->ipsclass->vars['img_url']}/spacer.gif" alt="" width="160" height="1" /><br /> 
       </td>
       <td width="100%" valign="top" class="{$post['post_css']}">
			<!-- THE POST {$post['pid']} -->
			<div class="postcolor">{$post['comment']} <!--IBF.ATTACHMENT_{$post['pid']}--></div>
				{$post['signature']}
			<!-- THE POST -->
		</td>
	</tr>
	<tr>
		<td class="formbuttonrow" nowrap="nowrap">
			<div style='text-align:left'>{$author['online_status_indicator']}{$author['addresscard']}{$author['message_icon']}<!--{$author['email_icon']}--></div>
		</td>
		<td class="formbuttonrow" nowrap="nowrap">
			<!-- PM / EMAIL / WWW / MSGR -->
			<div style="float: left;">
				{$post['report_link']}<a href="javascript:scroll(0,0);"><{P_UP}></a>
			</div>
			<!-- REPORT / UP -->
         	<div align="right">
         		{$post['delete_button']}{$post['edit_button']}<a href="#" onclick="multiquote_add({$post['pid']}); return false;" title="{$this->ipsclass->lang['mq_title']}">{$post['mq_start_image']}</a><a href="{$this->ipsclass->base_url}automodule=gallery&cmd=postcomment&img={$this->ipsclass->input['img']}&gal_pids={$post['pid']}" title="{$this->ipsclass->lang['tt_reply_to_post']}"><{P_QUOTE}></a>
         	</div>
         </td>
	</tr><tr>
	<td class="catend" colspan="2"><!-- no content --></td>
</tr>
</table>
EOF;

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

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


$IPBHTML .= <<<EOF
<script type="text/javascript" src="jscripts/ipb_topic.js"></script>
<script type="text/javascript" src="jscripts/ipb_galleryjs.js"></script>
<a name="top"></a>
<table cellspacing="1" width="100%" class="ipbtable">
	<tr>
		<td nowrap="nowrap">{$data['SHOW_PAGES']}</td>
	</tr>
</table>
<br />
<a name="comments"></a>
<div class="borderwrap">
	<div class="maintitle"><{CAT_IMG}>&nbsp;<b>{$this->ipsclass->lang['view_comments']}</b></div>
EOF;

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

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


$IPBHTML .= <<<EOF
<div class="borderwrap">
	<div class="tablepad">
	<form name="modform" method="post" action="index.php">
				<input type="hidden" name="automodule" value="gallery" />
				<input type="hidden" name="cmd" value="gallerymmod" />
                                <input type="hidden" name="type" value="comment" />
				<input type="hidden" value="" name="selectedgcids" />
                                <input type="hidden" name="img" value="{$this->ipsclass->input['img']}">
	<input type="hidden" value="{$this->ipsclass->input['cat']}" name="cat" />
				<select name="galleryact">
					<option value="delcomments">Delete Comments</option>
                                        <option value="approvecomments">Approve Comments</option>
                                        <option value="unapprovecomments">Unapprove Comments</option>
				</select>&nbsp;
				<input type="submit" name="gobutton" value="{$this->ipsclass->lang['mod_button']}" class="button" />
			</form>
		</div>
	</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<img src="{$this->ipsclass->vars['img_url']}/p_mq_add.gif" name="mad_$pid" alt="+" />
EOF;

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

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


$IPBHTML .= <<<EOF
<img src="{$this->ipsclass->vars['img_url']}/p_mq_remove.gif" name="mad_$pid" alt="-" />
EOF;

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

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


$IPBHTML .= <<<EOF
<img name="pid{$pid}" src="{$this->ipsclass->vars['img_url']}/topic_selected.gif" />
EOF;

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

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


$IPBHTML .= <<<EOF
<img name="pid{$pid}" src="{$this->ipsclass->vars['img_url']}/topic_unselected.gif" />
EOF;

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

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


$IPBHTML .= <<<EOF
<form action="{$this->ipsclass->base_url}automodule=gallery&cmd=mod&op=doreportcomment" method="post" name="REPLIER">
<input type="hidden" name="comment" value="{$data['pid']}" />
<input type="hidden" name="st" value="{$data['st']}" />
	<div class="borderwrap">
		<div class="maintitle"><{CAT_IMG}>&nbsp;{$this->ipsclass->lang['report_comment_page']}</div>
		<table class="ipbtable" cellspacing="1" width="100%">
			<tr>
				<td class="row1"  width="30%" valign="top">{$this->ipsclass->lang['report_comment_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:report_link:desc:>
//===========================================================================
function report_link($comment_id="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<a href="{$this->ipsclass->base_url}automodule=gallery&cmd=mod&op=reportcomment&comment={$comment_id}&st={$this->ipsclass->input['st']}"><{P_REPORT}></a>
EOF;

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



}

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

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

?>