File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_1/skin_global_other.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD 3 */
/* CACHE FILE: Skin set id: 1 */
/* CACHE FILE: Generated: Tue, 18 Aug 2009 18:01:54 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE */
/* WRITTEN TO THE DATABASE AUTOMATICALLY */
/*--------------------------------------------------*/
class skin_global_other_1 {
/**
* Construct
*/
function __construct( ipsRegistry $registry )
{
/* Make object */
$this->registry = $registry;
$this->DB = $this->registry->DB();
$this->settings =& $this->registry->fetchSettings();
$this->request =& $this->registry->fetchRequest();
$this->lang = $this->registry->getClass('class_localization');
$this->member = $this->registry->member();
$this->memberData =& $this->registry->member()->fetchMemberData();
$this->cache = $this->registry->cache();
$this->caches =& $this->registry->cache()->fetchCaches();
}
/* -- captchaGD --*/
function captchaGD($captcha_unique_id) {
$IPBHTML = "";
$IPBHTML .= "<input type=\"hidden\" name=\"captcha_unique_id\" value=\"{$captcha_unique_id}\" />
<fieldset class=\"GLB-table-row\">
" . (($this->request['section'] == 'register') ? ("" . (($this->cache->getCache('_hasStep3')) ? ("
<h3 class='bar'>{$this->lang->words['reg_step4_spam']}</h3>
") : ("
<h3 class='bar'>{$this->lang->words['reg_step3_spam']}</h3>
")) . "") : ("")) . "
<legend><strong>{$this->lang->words['gbl_captcha_title']}</strong></legend>
<table class='ipbtable' cellspacing=\"0\">
<tr>
<td width=\"30%\"><strong>{$this->lang->words['glb_captcha_image']}</strong><br />{$this->lang->words['gbl_captcha_image_desc']}</td>
<td width=\"70%\"><strong>{$this->lang->words['glb_captcha_enter']}</strong><br />{$this->lang->words['glb_captcha_text']}</td>
</tr>
<tr>
<td style='padding-right:10px'>
<img id='gd-antispam' class='antispam_img' src='{$this->settings['base_url']}app=core&module=global&section=captcha&do=showimage&captcha_unique_id={$captcha_unique_id}' class='ipd' />
<br />
<a href='#' id='gd-image-link'>{$this->lang->words['captcah_new']}</a>
</td>
<td>
<input type=\"text\" style='font-size:18px' size=\"20\" maxlength=\"20\" value=\"\" name=\"captcha_string\" tabindex='0' />
</td>
</tr>
</table>
</fieldset>
<script type='text/javascript'>
ipb.global.initGD( 'gd-antispam' );
</script>";
return $IPBHTML;
}
/* -- captchaRecaptcha --*/
function captchaRecaptcha($html="") {
$IPBHTML = "";
$IPBHTML .= "<fieldset>
" . (($this->request['section'] == 'register') ? ("" . (($this->cache->getCache('_hasStep3')) ? ("
<h3 class='bar'>{$this->lang->words['reg_step4_spam']}</h3>
") : ("
<h3 class='bar'>{$this->lang->words['reg_step3_spam']}</h3>
")) . "") : ("")) . "
<legend><strong>{$this->lang->words['glb_captcha_image']}</strong></legend>
<table class='ipbtable' cellspacing=\"0\">
<tr>
<td style='padding:10px'>
{$html}
</td>
</tr>
</table>
</fieldset>";
return $IPBHTML;
}
/* -- displayBoardOffline --*/
function displayBoardOffline($message="") {
$IPBHTML = "";
$IPBHTML .= "<h2>{$this->lang->words['board_offline']}</h2>
<p class='message error'><strong>{$this->lang->words['board_offline_desc']}</strong><br /><br />{$message}</p>
" . ((!$this->memberData['member_id']) ? ("
<br />
<p class='submit'><a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=core&module=global&section=login", 'public','' ), "", "" ) . "' title='{$this->lang->words['attempt_login']}'><strong>{$this->lang->words['click_login']}</strong></a></p>
") : ("")) . "";
return $IPBHTML;
}
/* -- displayPopUpWindow --*/
function displayPopUpWindow($documentHeadItems, $css, $jsLoaderItems, $title="", $output="") {
$IPBHTML = "";
$this->minify = array();
$IPBHTML .= "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
<html xml:lang=\"en\" lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
<meta http-equiv=\"content-type\" content=\"text/html; charset={$this->settings['gb_char_set']}\" />
<title>{$title}</title>
<link rel=\"shortcut icon\" href=\"favicon.ico\" />
" . ((is_array( $css['import'] )) ? ("" . (($this->settings['use_minify']) ? ("
") : ("")) . "
".$this->__f__9590ae83cd3de2dc365f0e9c96e52c8c($documentHeadItems,$css,$jsLoaderItems,$title,$output)." " . (($this->settings['use_minify'] AND count($this->minify)) ? ("
<link rel=\"stylesheet\" type=\"text/css\" media='screen' href=\"{$this->settings['public_dir']}min/index.php?f=" . str_replace( $this->settings['public_dir'], 'public/', implode( ',', $this->minify ) ) . "\" />
") : ("")) . "") : ("")) . "
" . ((is_array( $css['inline'] ) AND count( $css['inline'] )) ? ("
".$this->__f__01510e1c048f73779257fa1b3b478468($documentHeadItems,$css,$jsLoaderItems,$title,$output)." ") : ("")) . "
<!--[if lte IE 7]>
<link rel=\"stylesheet\" type=\"text/css\" title='Main' media=\"screen\" href=\"{$this->settings['public_dir']}style_css/{$this->registry->output->skin['_csscacheid']}/ipb_ie.css\" />
<![endif]-->
" . $this->registry->getClass('output')->getTemplate('global')->includeRTL() . "
" . ((is_array( $metaTags ) AND count( $metaTags )) ? ("
".$this->__f__c7c2ede940b9831bb99642647ce67de8($documentHeadItems,$css,$jsLoaderItems,$title,$output)." ") : ("")) . "
<script type='text/javascript'>
/* SKINNOTE: Turn off for production */
jsDebug = " . (($this->memberData['members_display_name'] == 'brandon' || $this->memberData['members_display_name'] == 'mattm' || $this->memberData['member_id'] == 24 || $this->memberData['member_id'] == 16 || $this->memberData['member_id'] == 18) ? ("1") : ("0")) . "; /* Must come before JS includes */
USE_RTE = " . (($this->memberData['members_editor_choice'] == 'rte' && $this->memberData['_canUseRTE'] === TRUE) ? ("1") : ("0")) . ";
</script>
" . (($this->settings['use_minify']) ? ("" . (($this->settings['remote_load_js']) ? ("<script type='text/javascript' src='" . (($this->registry->output->isHTTPS) ? ("https") : ("http")) . "://ajax.googleapis.com/ajax/libs/prototype/1.6/prototype.js'></script>
<script type='text/javascript' src='" . (($this->registry->output->isHTTPS) ? ("https") : ("http")) . "://ajax.googleapis.com/ajax/libs/scriptaculous/1.8/scriptaculous.js?load=effects,dragdrop,builder'></script>") : ("
<script type='text/javascript' src='{$this->settings['public_dir']}min/index.php?g=js'></script>
")) . "
<script type='text/javascript' src='{$this->settings['public_dir']}min/index.php?f=public/js/ipb.js,public/js/ips.quickpm.js" . ((count($jsLoaderItems) AND is_array($jsLoaderItems)) ? (",public/js/ips." . implode('.js,public/js/ips.', array_unique( array_keys( $jsLoaderItems ) ) ) . ".js") : ("")) . ",cache/lang_cache/1/ipb.lang.js'></script>") : ("" . (($this->settings['remote_load_js']) ? ("<script type='text/javascript' src='" . (($this->registry->output->isHTTPS) ? ("https") : ("http")) . "://ajax.googleapis.com/ajax/libs/prototype/1.6/prototype.js'></script>") : ("
<script type='text/javascript' src='{$this->settings['public_dir']}js/3rd_party/prototype.js'></script>
")) . "
<script type='text/javascript' src='{$this->settings['public_dir']}js/ipb.js?load=quickpm" . ((count($jsLoaderItems) AND is_array($jsLoaderItems)) ? ("," . implode(',', array_unique( array_keys( $jsLoaderItems ) ) ) . "") : ("")) . "'></script>
" . (($this->settings['remote_load_js']) ? ("<script type='text/javascript' src='" . (($this->registry->output->isHTTPS) ? ("https") : ("http")) . "://ajax.googleapis.com/ajax/libs/scriptaculous/1.8/scriptaculous.js?load=effects,dragdrop,builder'></script>") : ("
<script type='text/javascript' src='{$this->settings['public_dir']}js/3rd_party/scriptaculous/scriptaculous-cache.js'></script>
")) . "
<script type=\"text/javascript\" src='{$this->settings['cache_dir']}lang_cache/{$this->member->language_id}/ipb.lang.js'></script>")) . "
<script type='text/javascript'>
Loader.boot();
</script>
" . ((count($documentHeadItems)) ? ("
".$this->__f__28a33fdd835bddd720bca1801588bd20($documentHeadItems,$css,$jsLoaderItems,$title,$output)." ") : ("")) . "
<script type='text/javascript'>
//<![CDATA[
/* ---- URLs ---- */
ipb.vars['base_url'] = '" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "", 'public','' ), "", "" ) . "';
ipb.vars['loading_img'] = '{$this->settings['img_url']}/loading.gif';
ipb.vars['active_app'] = '{$this->registry->getCurrentApplication()}';
ipb.vars['upload_url'] = '{$this->settings['upload_url']}';
/* ---- Member ---- */
ipb.vars['member_id'] = parseInt( {$this->memberData['member_id']} ),
ipb.vars['is_supmod'] = parseInt( " . intval($this->memberData['g_is_supmod']) . " ),
ipb.vars['is_admin'] = parseInt( {$this->memberData['g_access_cp']} ),
ipb.vars['secure_hash'] = '{$this->member->form_hash}';
ipb.vars['session_id'] = '{$this->member->session_id}';
ipb.vars['can_befriend'] = " . (($this->settings['friends_enabled'] AND $this->memberData['g_can_add_friends']) ? ("true") : ("false")) . ";
/* ---- cookies ----- */
ipb.vars['cookie_id'] = '{$this->settings['cookie_id']}';
ipb.vars['cookie_domain'] = '{$this->settings['cookie_domain']}';
ipb.vars['cookie_path'] = '{$this->settings['cookie_path']}';
/* ---- Rate imgs ---- */
ipb.vars['rate_img_on'] = '{$this->settings['img_url']}/bullet_star.png';
ipb.vars['rate_img_off'] = '{$this->settings['img_url']}/bullet_star_off.png';
ipb.vars['rate_img_rated'] = '{$this->settings['img_url']}/bullet_star_rated.png';
/* ---- Uploads ---- */
ipb.vars['swfupload_swf'] = '" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "js/3rd_party/swfupload/swfupload.swf", 'public_dir','true' ), "", "" ) . "';
ipb.vars['swfupload_enabled'] = " . (($this->settings['uploadFormType']) ? ("true") : ("false")) . ";
ipb.vars['use_swf_upload'] = ( '{$this->memberData['member_uploader']}' == 'flash' ) ? true : false;
ipb.vars['swfupload_debug'] = false; /* SKINNOTE: Turn off for production */
/* ---- other ---- */
ipb.vars['use_live_search'] = " . (($this->settings['live_search_disable'] || ! in_array( $this->settings['search_method'], array( 'index' ) )) ? ("false") : ("true")) . ";
ipb.vars['live_search_limit'] = 4;
ipb.vars['highlight_color'] = \"#ade57a\";
ipb.vars['charset'] = \"{$this->settings['gb_char_set']}\";
ipb.vars['use_rte'] = 1;
ipb.vars['image_resize'] = 40; /* SKINNOTE: Needs to read from setting */
ipb.vars['seo_enabled'] = " . intval($this->settings['use_friendly_urls']) . ";
" . (($this->settings['use_friendly_urls']) ? ("
ipb.vars['seo_params'] = " . json_encode($this->registry->getClass('output')->seoTemplates['__data__']) . ";
") : ("")) . "
/* Templates/Language */
ipb.templates['ajax_loading'] = \"<div id='ajax_loading'>\" + ipb.lang['loading'] + \"</div>\";
ipb.templates['close_popup'] = \"<img src='{$this->settings['img_url']}/close_popup.png' alt='x' />\";
ipb.templates['rss_shell'] = new Template(\"<ul id='rss_menu'>#{items}</ul>\");
ipb.templates['rss_item'] = new Template(\"<li><a href='#{url}' title='#{title}'>#{title}</a></li>\");
ipb.templates['resized_img'] = new Template(\"<span>{$this->lang->words['resized_image']}</span>\");
ipb.templates['m_add_friend'] = new Template(\"<a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=members&module=profile&section=friends&do=add&member_id=#{id}", 'public','' ), "", "" ) . "' title='{$this->lang->words['add_friend']}'>" . $this->registry->getClass('output')->getReplacement("add_friend") . "</a>\");
ipb.templates['m_rem_friend'] = new Template(\"<a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=members&module=profile&section=friends&do=remove&member_id=#{id}", 'public','' ), "", "" ) . "' title='{$this->lang->words['remove_friend']}'>" . $this->registry->getClass('output')->getReplacement("remove_friend") . "</a>\");
ipb.templates['autocomplete_wrap'] = new Template(\"<ul id='#{id}' class='ipb_autocomplete' style='width: 250px;'></ul>\");
ipb.templates['autocomplete_item'] = new Template(\"<li id='#{id}'><img src='#{img}' alt='' width='#{img_w}' height='#{img_h}' /> #{itemvalue}</li>\");
ipb.templates['page_jump'] = new Template(\"<div id='#{id}_wrap' class='ipbmenu_content'><h3 class='bar'>{$this->lang->words['global_page_jump']}</h3><input type='text' class='input_text' id='#{id}_input' size='8' /> <input type='submit' value='{$this->lang->words['jmp_go']}' class='input_submit add_folder' id='#{id}_submit' /></div>\");
//]]>
</script>
</head>
<body id='ipboard_body' style='padding: 20px'>
<div id='ipbwrapper'>
{$output}
</div>
</body>
</html>";
return $IPBHTML;
}
function __f__9590ae83cd3de2dc365f0e9c96e52c8c($documentHeadItems, $css, $jsLoaderItems, $title="", $output="")
{
$_ips___x_retval = '';
foreach( $css['import'] as $data )
{
if( $this->settings['use_minify'] AND stripos( $data['attributes'], 'screen' ) )
{
$this->minify[] = "{$data['content']}";
}
$_ips___x_retval .= "
" . ((!$this->settings['use_minify']) ? ("
<link rel=\"stylesheet\" type=\"text/css\" {$data['attributes']} href=\"{$data['content']}\" />
") : ("" . ((!stripos( $data['attributes'], 'screen' )) ? ("
<link rel=\"stylesheet\" type=\"text/css\" {$data['attributes']} href=\"{$this->settings['public_dir']}min/index.php?f=" . str_replace( $this->settings['public_dir'], 'public/', $data['content'] ) . "\" />
") : ("")) . "")) . "
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__01510e1c048f73779257fa1b3b478468($documentHeadItems, $css, $jsLoaderItems, $title="", $output="")
{
$_ips___x_retval = '';
foreach( $css['inline'] as $data )
{
$_ips___x_retval .= "
<style type=\"text/css\" {$data['attributes']}>
/* Inline CSS */
{$data['content']}
</style>
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__c7c2ede940b9831bb99642647ce67de8($documentHeadItems, $css, $jsLoaderItems, $title="", $output="")
{
$_ips___x_retval = '';
foreach( $metaTags as $tag => $content )
{
$_ips___x_retval .= "
<meta name=\"{$tag}\" content=\"$content\" />
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__5ff9b89561c6a84ca36ae45ab89be9f1($documentHeadItems, $css, $jsLoaderItems, $title="", $output="",$type='',$idx='')
{
$_ips___x_retval = '';
foreach( $documentHeadItems[ $type ] as $idx => $data )
{
$_ips___x_retval .= "
" . (($type == 'javascript') ? ("
<script type=\"text/javascript\" src=\"{$data}\" charset=\"<% CHARSET %>\"></script>
") : ("")) . "
" . (($type == 'rss') ? ("
<link rel=\"alternate feed\" type=\"application/rss+xml\" title=\"{$data['title']}\" href=\"{$data['url']}\" />
") : ("")) . "
" . (($type == 'rsd') ? ("
<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"{$data['title']}\" href=\"{$data['url']}\" />
") : ("")) . "
" . (($type == 'raw') ? ("
{$data}
") : ("")) . "
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__28a33fdd835bddd720bca1801588bd20($documentHeadItems, $css, $jsLoaderItems, $title="", $output="")
{
$_ips___x_retval = '';
foreach( $documentHeadItems as $type => $idx )
{
$_ips___x_retval .= "
".$this->__f__5ff9b89561c6a84ca36ae45ab89be9f1($documentHeadItems,$css,$jsLoaderItems,$title,$output,$type,$idx)."
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
/* -- Error --*/
function Error($message="",$code=0,$ad_email_one="",$ad_email_two="",$show_top_msg=0, $login="", $post="") {
$IPBHTML = "";
$IPBHTML .= "<script type=\"text/javascript\">
<!--
function contact_admin() {
// Very basic spam bot stopper
admin_email_one = '{$ad_email_one}';
admin_email_two = '{$ad_email_two}';
window.location = 'mailto:'+admin_email_one+'@'+admin_email_two+'?subject={$this->lang->words['mailto_erroronforums']}';
}
//-->
</script>
<h2>{$this->lang->words['error_title']}</h2>
" . (($show_top_msg == 1) ? ("
<p>{$this->lang->words['exp_text']}</p>
<br />
") : ("")) . "
<div class='message error'>
" . (($code) ? ("[#{$code}] ") : ("")) . "{$message}
</div>
<br />
{$login}
" . (($post) ? ("
<div class='general_box alt'>
{$post}
</div>
<br />
") : ("")) . "
<div class='general_box alt'>
<h3>{$this->lang->words['er_useful_links']}</h3>
<br />
<ul class='bullets'>
<li><a href=\"" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=core&module=global&section=lostpass&do=10", 'public','' ), "", "" ) . "\" title='{$this->lang->words['er_lost_pass']}'>{$this->lang->words['er_lost_pass']}</a></li>
<li><a href=\"" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=core&module=global&section=register&do=00", 'public','' ), "", "" ) . "\" title='{$this->lang->words['er_register']}'>{$this->lang->words['er_register']}</a></li>
<li><a href=\"" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=core&module=help", 'public','' ), "", "" ) . "\" rel=\"help\" title='{$this->lang->words['er_help_files']}'>{$this->lang->words['er_help_files']}</a></li>
<li><a href=\"javascript:contact_admin();\" title='{$this->lang->words['er_contact_admin']}'>{$this->lang->words['er_contact_admin']}</a></li>
</ul>
<br />
<p class=\"submit\">
<strong><a href=\"javascript:history.go(-1)\">{$this->lang->words['error_back']}</a></strong>
</p>
</div>";
return $IPBHTML;
}
/* -- error_log_in --*/
function error_log_in($q_string="") {
$IPBHTML = "";
$IPBHTML .= "<div class='general_box alt'>
<h3>{$this->lang->words['not_signed_in']}</h3>
<p class='field'>" . $this->registry->getClass('output')->getReplacement("signin_icon") . " <a href='" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "app=core&module=global&section=login", 'public','' ), "", "" ) . "' title='{$this->lang->words['submit_li']}'>{$this->lang->words['click_login']}</a>.</p>
</div>
<br />";
return $IPBHTML;
}
/* -- error_post_textarea --*/
function error_post_textarea($post="") {
$IPBHTML = "";
$IPBHTML .= "<h3>{$this->lang->words['err_title']}</h3>
<p>{$this->lang->words['err_expl']}</p>
<div class=\"fieldwrap\">
<h4>{$this->lang->words['err_title']}</h4>
<form name=\"mehform\">
<textarea cols=\"70\" rows=\"5\" name=\"saved\" tabindex=\"2\">{$post}</textarea>
</form>
<p class=\"formbuttonrow1\"><input class=\"button\" type=\"button\" tabindex=\"1\" value=\"{$this->lang->words['err_select']}\" onclick=\"document.mehform.saved.select()\" /></p>
</div>";
return $IPBHTML;
}
/* -- questionAndAnswer --*/
function questionAndAnswer($data) {
$IPBHTML = "";
$IPBHTML .= "<input type=\"hidden\" name=\"qanda_id\" value=\"{$data['qa_id']}\" />
<fieldset class='" . IPSLib::next( $this->registry->templateStriping["register"] ) . "'>
<h3 class='bar'>{$this->lang->words['qa_title']}</h3>
<ul>
<li class='field required'>
<label for='qna'>{$data['qa_question']}</label>
<input type=\"text\" class='input_text' size=\"20\" maxlength=\"100\" value=\"\" name=\"qa_answer\" id='qna' tabindex='0' /><br />
<span class='desc'>{$this->lang->words['qa_question_desc']}</span>
</li>
</ul>
</fieldset>";
return $IPBHTML;
}
/* -- redirectTemplate --*/
function redirectTemplate($documentHeadItems, $css, $jsLoaderItems, $text="",$url="", $full=false) {
$IPBHTML = "";
$IPBHTML .= "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">
<html xml:lang=\"en\" lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
<meta http-equiv=\"content-type\" content=\"text/html; charset=<% CHARSET %>\" />
<title>{$this->lang->words['stand_by']}</title>
" . (($full==true) ? ("
<meta http-equiv=\"refresh\" content=\"2; url=" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "$url", 'none','' ), "", "" ) . "\" />
") : ("
<meta http-equiv=\"refresh\" content=\"2; url=" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "$url", 'public','' ), "", "" ) . "\" />
")) . "
<link rel=\"shortcut icon\" href=\"{$this->settings['img_url']}/favicon.ico\" />
" . ((is_array( $css['import'] )) ? ("
".$this->__f__58286ef5de15ac26160f103bd0f8a622($documentHeadItems,$css,$jsLoaderItems,$text,$url,$full)." ") : ("")) . "
" . ((is_array( $css['inline'] ) AND count( $css['inline'] )) ? ("
".$this->__f__6d8487a8e8753a9de9c08db787a0cae4($documentHeadItems,$css,$jsLoaderItems,$text,$url,$full)." ") : ("")) . "
<!--[if lte IE 7]>
<link rel=\"stylesheet\" type=\"text/css\" title='Main' media=\"screen\" href=\"{$this->settings['public_dir']}style_css/{$this->registry->output->skin['_csscacheid']}/ipb_ie.css\" />
<![endif]-->
" . $this->registry->getClass('output')->getTemplate('global')->includeRTL() . "
<script type='text/javascript'>
jsDebug = 0; /* Must come before JS includes */
</script>
" . ((count($documentHeadItems)) ? ("
".$this->__f__e636f527122025044833605516080441($documentHeadItems,$css,$jsLoaderItems,$text,$url,$full)." ") : ("")) . "
<!--/CSS-->
<script type='text/javascript'>
//<![CDATA[
// Fix Mozilla bug: 209020
if ( navigator.product == 'Gecko' )
{
navstring = navigator.userAgent.toLowerCase();
geckonum = navstring.replace( /.*gecko\\/(\\d+)/, \"$1\" );
setTimeout(\"moz_redirect()\",1500);
}
function moz_redirect()
{
" . (($full==true) ? ("
var url_bit = \"" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "$url", 'none','' ), "", "" ) . "\";
") : ("
var url_bit = \"" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "$url", 'public','' ), "", "" ) . "\";
")) . "
window.location = url_bit.replace( new RegExp( \"&\", \"g\" ) , '&' );
}
//>
</script>
</head>
<body id='ipboard_body' class='redirector'>
<div id='ipbwrapper'>
<h1>{$this->settings['site_name']}</h1>
<h2>{$this->lang->words['thanks']}</h2>
<p class='message'>
<strong>{$text}</strong>
<br /><br />
{$this->lang->words['transfer_you']}
<br />
<span class='desc'>(<a href=\"" . (($full==true) ? ("" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "{$url}", 'none','' ), "", "" ) . "") : ("" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "{$url}", 'public','' ), "", "" ) . "")) . "\">{$this->lang->words['dont_wait']}</a>)</span>
</p>
</div>
</body>
</html>";
return $IPBHTML;
}
function __f__58286ef5de15ac26160f103bd0f8a622($documentHeadItems, $css, $jsLoaderItems, $text="",$url="", $full=false)
{
$_ips___x_retval = '';
foreach( $css['import'] as $data )
{
$_ips___x_retval .= "
<link rel=\"stylesheet\" type=\"text/css\" {$data['attributes']} href=\"{$data['content']}\">
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__6d8487a8e8753a9de9c08db787a0cae4($documentHeadItems, $css, $jsLoaderItems, $text="",$url="", $full=false)
{
$_ips___x_retval = '';
foreach( $css['inline'] as $data )
{
$_ips___x_retval .= "
<style type=\"text/css\" {$data['attributes']}>
/* Inline CSS */
{$data['content']}
</style>
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__01372f90999eec336252c762ca889085($documentHeadItems, $css, $jsLoaderItems, $text="",$url="", $full=false,$type='',$idx='')
{
$_ips___x_retval = '';
foreach( $documentHeadItems[ $type ] as $idx => $data )
{
$_ips___x_retval .= "
" . (($type == 'javascript') ? ("
<script type=\"text/javascript\" src=\"{$data}\" charset=\"<% CHARSET %>\"></script>
") : ("")) . "
" . (($type == 'rss') ? ("
<link rel=\"alternate\" type=\"application/rss+xml\" title=\"{$data['title']}\" href=\"{$data['url']}\" />
") : ("")) . "
" . (($type == 'rsd') ? ("
<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"{$data['title']}\" href=\"{$data['url']}\" />
") : ("")) . "
" . (($type == 'raw') ? ("
$data
") : ("")) . "
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
function __f__e636f527122025044833605516080441($documentHeadItems, $css, $jsLoaderItems, $text="",$url="", $full=false)
{
$_ips___x_retval = '';
foreach( $documentHeadItems as $type => $idx )
{
$_ips___x_retval .= "
".$this->__f__01372f90999eec336252c762ca889085($documentHeadItems,$css,$jsLoaderItems,$text,$url,$full,$type,$idx)."
";
}
$_ips___x_retval .= '';
return $_ips___x_retval;
}
}
/*--------------------------------------------------*/
/* END OF FILE */
/*--------------------------------------------------*/
?>