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_user.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_user_6 {

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


$IPBHTML .= <<<EOF
<form action="{$this->ipsclass->base_url}" method="post" name="jumpmenu">
	<input type="hidden" name="automodule" value="gallery" />
	<input type="hidden" name="cmd" value="user" />
	<input type="hidden" name="user" value="{$this->ipsclass->input['user']}" />
	<input type="hidden" name="op" value="ipbimages" />
	<input type="hidden" name="s" value="{$this->ipsclass->session_id}" />
	<p>{$this->ipsclass->lang['filter_forum']}
	<select name="f">
		<option value="">{$this->ipsclass->lang['no_forum_filter']}</option>
		{$options}
	</select>&nbsp;
	<input type="submit" value="{$this->ipsclass->lang['jmp_go']}" /></p>
</form>
EOF;

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

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


$IPBHTML .= <<<EOF
<tr> 
			<td class="formbuttonrow" colspan="{$span}" align="center">&nbsp;{$this->ipsclass->lang['showing']}</td>
		</tr>
		
	</table>
</div>
<table cellspacing="1" width="100%" align="left">
		<tr>
			<td nowrap="nowrap">{$info}</td>
		</tr>
	</table>
<script type="text/javascript" src='jscripts/ipb_galleryjs.js'></script>
<script type='text/javascript'>
//<![CDATA[
// Resize thumb divs...
var use_thumbs = parseInt("{$this->ipsclass->vars['gallery_create_thumbs']}");
var thumbs_x   = parseInt("{$this->ipsclass->vars['gallery_thumb_width']}");
var thumbs_y   = parseInt("{$this->ipsclass->vars['gallery_thumb_height']}");
html_resize_thumb_divs( use_thumbs, thumbs_x, thumbs_y );
//]]>
</script>
EOF;

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

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


$IPBHTML .= <<<EOF
<div class="subtitle">{$info['where']}</div>
<div class="formsubtitle" style="text-align:left;">{$info['description']}</div>
    <table cellspacing="1" class="ipbtable" width="100%">
		<tr>
			<td nowrap="nowrap">{$info['SHOW_PAGES']}</td>
		</tr>
	</table>
	<table cellspacing="1" width="100%">
	<tr><td align="right" colspan="3">{$info['upload']}&nbsp;{$info['multi_upload_button']}&nbsp;{$info['slideshow']}&nbsp;</td></tr>
EOF;

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

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


$IPBHTML .= <<<EOF
</td></tr></table>
EOF;

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

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


$IPBHTML .= <<<EOF
<table cellspacing="0" class="ipbtable" width="100%">
	<tr>
		<td class="nopad" valign="top" width="24%">
		
                          <div class="borderwrap">
				<div class="maintitle">{$this->ipsclass->lang['user_info']}</div>
                         
				<div class="formsubtitle">{$this->ipsclass->lang['user_stats']}</div>
				<p>
					&middot; <b>{$this->ipsclass->lang['total_imgs']}</b> {$info['total_images']}<br />
					&middot; <b>{$this->ipsclass->lang['total_comments']}</b> {$info['total_comments']}<br />
					&middot; <b>{$this->ipsclass->lang['dp_used']}</b> {$info['total_diskspace']}<br /> <i><!-- TOTAL_ALLOWED --></i>
					{$info['pub_albums']}
				</p>
				<!-- PRIVATE_ALBUMS -->
				<!-- CONTROLS -->
		</div>
		
		</td>
		<td width="1%" class="nopad">&nbsp;</td>
		<td class="nopad" valign="top" width="75%">
	
   <div class="borderwrap">
			<div class="maintitle">{$info['name']}</div>
EOF;

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

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


$IPBHTML .= <<<EOF
</p>
EOF;

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

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


$IPBHTML .= <<<EOF
<div class="formsubtitle">{$text}</div>
<p>
EOF;

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

//===========================================================================
// <ips:user_bar_public_albums:desc:>
//===========================================================================
function user_bar_public_albums($albums="",$mid="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
</p>
<div class="formsubtitle">{$this->ipsclass->lang['user_pub_albums']}</div>
<p>
	&middot; <a href="{$this->ipsclass->base_url}automodule=gallery&cmd=user&user={$mid}&op=ipbimages"><b>{$this->ipsclass->lang['where_all_ipb']}</b></a><br />
	{$albums}
EOF;

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

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


$IPBHTML .= <<<EOF
&middot; {$text} <br />
EOF;

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

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


$IPBHTML .= <<<EOF
<div class="subtitle">{$this->ipsclass->lang['album_all']}</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<div class="subtitle">{$this->ipsclass->lang['where_all']}</div>
   
 <table cellspacing="1" class="ipbtable" width="100%">
		<tr>
			<td nowrap="nowrap" width="75%">{$info['SHOW_PAGES']}</td>
			<td align="right" colspan="3">{$info['upload']}&nbsp;{$info['slideshow']}</td>
		</tr>
	</table>
	<table cellspacing="1" width="100%">
EOF;

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



}

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

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

?>