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_online.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_online_6 {

 var $ipsclass;
//===========================================================================
// <ips:Page_end:desc:>
//===========================================================================
function Page_end($show_mem="",$sort_order="",$sort_key="",$links="") {
$IPBHTML = "";
//--starthtml--//


$IPBHTML .= <<<EOF
<!-- End content Table -->
		<tr>
			<td colspan="4" class="formbuttonrow" align="center" valign="middle">
				<form method="post" action="{$this->ipsclass->base_url}act=Online&amp;CODE=listall">
					<b>{$this->ipsclass->lang['s_by']}&nbsp;</b>
					<select class="forminput" name="sort_key">{$sort_key}</select>
					<select class="forminput" name="show_mem">&nbsp;{$show_mem}</select>
					<select class="forminput" name="sort_order">&nbsp;{$sort_order}</select>
					<input type="submit" value="{$this->ipsclass->lang['s_go']}" class="forminput" />
				</form>
			</td>
		</tr>
	</table>
</div>
<br />
<div>$links</div>
EOF;

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

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


$IPBHTML .= <<<EOF
<script language='Javascript' type='text/javascript'>
		<!--
		function PopUp(url, name, width,height,center,resize,scroll,posleft,postop) {
			if (posleft != 0) { x = posleft }
			if (postop  != 0) { y = postop  }
		
			if (!scroll) { scroll = 1 }
			if (!resize) { resize = 1 }
		
			if ((parseInt (navigator.appVersion) >= 4 ) && (center)) {
			  X = (screen.width  - width ) / 2;
			  Y = (screen.height - height) / 2;
			}
			if (scroll != 0) { scroll = 1 }
		
			var Win = window.open( url, name, 'width='+width+',height='+height+',top='+Y+',left='+X+',resizable='+resize+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no');
	     }
		//-->
	</script>
<div align='left'>$links</div>
<br />
<div class="borderwrap">
	<div class="maintitle">&nbsp;&nbsp;{$this->ipsclass->lang['page_title']}</div>
		<table class='ipbtable' cellspacing="1">
			<tr>
				<th width="30%">{$this->ipsclass->lang['member_name']}</th>
				<th width="30%">{$this->ipsclass->lang['where']}</th>
				<th align="center" width="20%">{$this->ipsclass->lang['time']}</th>
				<th width="10%">&nbsp;</th>
			</tr>
EOF;

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

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


$IPBHTML .= <<<EOF
<!-- Entry for {$session['member_id']} -->
			<tr>
				<td class="row1">{$session['member_name']}</td>
				<td class="row1">{$session['where_line']}</td>
				<td class="row1" align="center">{$session['running_time']}</td>
				<td class="row1" align="center">{$session['msg_icon']}</td>
			</tr>
<!-- End of Entry -->
EOF;

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



}

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

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

?>