PNG
   
IHDR          ;  IDATxܻn0K
)(pA7LeG{	§㻢|ذaÆ
6lذaÆ
6lذaÆ
6lom$^yذag5 bÆ
6lذaÆ
6lذa{
6lذaÆ
`}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6
h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu	іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL
lذaÆ
6l^ḵaÆ
6lذaÆ
6lذa;
_ذaÆ
6lذaÆ
6lذaÆ
R    IENDB`
	
	
	
	
	
	 
	
	
	
	 
		
	
		
		
		
	';
	
}
function softfooter(){
global $user, $conn, $dbtables, $logged_in, $globals, $l, $dmenus, $end_time, $start_time, $onload, $theme;
if(optGET('jsnohf')){
	return true;
}
$pageinfo = array();
if(!empty($globals['showntimetaken'])){
	$pageinfo[] = $l['page_time'].':'.substr($end_time-$start_time,0,5);
}
if(!empty($theme['copyright'])){
	echo unhtmlentities($theme['copyright']);
}
echo '';
echo ' 
 
 
 
	
		'.$l['times_are'].(empty($globals['pgtimezone']) ? '' : ' '.($globals['pgtimezone'] > 0 ? '+' : '').$globals['pgtimezone']).'. '.$l['time_is'].' '.datify(time(), false).'.
	 
		
	 
 
';
}
function error_handle($error, $table_width = '100%', $center = 1){
global $l, $theme;
	$str = '';
	//on error call the form
	if(!empty($error)){
		
		$str .= '
				  '.$l['following_errors_occured'].' :
					';
		
		foreach($error as $ek => $ev){		
			$str .= ''.$ev.' ';		
		}
		
		$str .= ' 
		 
		
		 ';
		
		if(empty($return)){
			echo $str;
		}else{
			return $str;	
		}		
		
	}
}
//This will just echo that everything went fine
function success_message($message, $table_width = '100%', $center = false){
global $l;
	//on error call the form
	if(!empty($message)){
		
		echo '
			
			
			'.$l['following_message'].' :
			';
		
		foreach($message as $mk => $mv){
		
			echo ''.$mv.' ';
		
		}
		
		
		echo ' 
			 
			 
			
'.(($center) ? '' : '' ).'
			 ';
		
		
	}
}
function majorerror($title, $text, $heading = ''){
global $theme, $globals, $user, $l;
softheader(((empty($title)) ? $l['fatal_error'] : $title), false);
?>
 
 1){
		
		// Show the Back Links if required
		if($pg != 1){			
			$_pages['<<'] = 1;			
			$_pages['<'] = ($pg - 1);		
		}
		
		for($i = ($pg - 4); $i < $pg; $i++){			
			if($i >= 1){			
				$_pages[$i] = $i;			
			}		
		}
		
		$_pages[$pg] = $pg;
				
		for($i = ($pg + 1); $i <= ($pg + 4); $i++){		
			if($i <= $pages){			
				$_pages[$i] = $i;			
			}		
		}
		
		
		if($pg != $pages){			
			$_pages['>'] = ($pg + 1);			
			$_pages['>>'] = $pages;		
		}	
	}
	$name = 'pgjmp_'.generateRandStr(4);
		
	if(empty($js['menu'])){
		echo '
			
		';
		
		$js['menu'] = true;
	}
		
	$links = ' 
	
	
	
	'.$l['entries_per_page'].'
	
	-- 
	10 
	25 
	50 
	100 
	'.$l['all'].' 
	 
	 
	'.$l['page_page'].' '.$pg.' '.$l['page_of'].' '.$pages.' ';
	
	foreach($_pages as $k => $lv){
		$links .= ''.$k.'  ';
	}
	
	$links .= ' ';
		
	$links .= '
	 
	
 	
	';
		
	echo $links;
}
?>