<?php

/* Smarty version 2.6.26, created on 2015-06-30 07:44:31
   compiled from C:%5Cwamp%5Cwww%5CGitHub%5CRise-Up%5Chtml/../data/Smarty/templates/admin/admin_popup_header.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'printXMLDeclaration', 'C:\\wamp\\www\\GitHub\\Rise-Up\\html/../data/Smarty/templates/admin/admin_popup_header.tpl', 1, false), array('function', 't', 'C:\\wamp\\www\\GitHub\\Rise-Up\\html/../data/Smarty/templates/admin/admin_popup_header.tpl', 60, false), array('modifier', 'script_escape', 'C:\\wamp\\www\\GitHub\\Rise-Up\\html/../data/Smarty/templates/admin/admin_popup_header.tpl', 29, false))), $this);
echo GC_Utils_Ex::printXMLDeclaration(array(), $this);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">

<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=<?php 
echo is_array($_tmp = @CHAR_CODE) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp);
?>
" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<link rel="stylesheet" href="<?php 
echo is_array($_tmp = $this->_tpl_vars['TPL_URLPATH']) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp);
?>
css/reset.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php 
echo is_array($_tmp = $this->_tpl_vars['TPL_URLPATH']) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp);
?>
css/admin_contents.css" type="text/css" media="all" />
<script type="text/javascript" src="<?php 
echo is_array($_tmp = @ROOT_URLPATH) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp);
?>
js/navi.js"></script>
예제 #2
0
 /**
  * 前方互換用
  *
  * @deprecated 2.12.0 GC_Utils_Ex::printXMLDeclaration を使用すること
  */
 function printXMLDeclaration()
 {
     trigger_error('前方互換用メソッドが使用されました。', E_USER_WARNING);
     GC_Utils_Ex::printXMLDeclaration();
 }
예제 #3
0
 /**
  * 前方互換用
  *
  * @deprecated 2.12.0 GC_Utils_Ex::printXMLDeclaration を使用すること
  */
 function printXMLDeclaration()
 {
     trigger_error(t("c_A method for upward compatibility was used._01"), E_USER_WARNING);
     GC_Utils_Ex::printXMLDeclaration();
 }