source: branches/feature-module-zeus/html/install/temp/%%8F^8F0^8F0B78F1%%welcome.tpl.php @ 15376

Revision 15376, 2.3 KB checked in by naka, 17 years ago (diff)
Line 
1<?php /* Smarty version 2.6.13, created on 2007-08-27 16:36:54
2         compiled from welcome.tpl */ ?>
3<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('modifier', 'script_escape', 'welcome.tpl', 7, false),array('modifier', 'escape', 'welcome.tpl', 7, false),)), $this); ?>
5<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
6<form name="form1" id="form1" method="post" action="<?php echo ((is_array($_tmp=((is_array($_tmp=$_SERVER['PHP_SELF'])) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
7">
8<input type="hidden" name="mode" value="<?php echo ((is_array($_tmp=$this->_tpl_vars['tpl_mode'])) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp)); ?>
9">
10
11<?php $_from = ((is_array($_tmp=$this->_tpl_vars['arrHidden'])) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp)); if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
12    foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['item']):
13?>
14<input type="hidden" name="<?php echo ((is_array($_tmp=$this->_tpl_vars['key'])) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp)); ?>
15" value="<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['item'])) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp)))) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
16">
17<?php endforeach; endif; unset($_from); ?>
18
19<tr><td height="60"></td></tr>
20<tr>
21    <td align="center" class="fs12">
22        <strong>EC CUBE ¥¤¥ó¥¹¥È¡¼¥ë¤ò³«»Ï¤·¤Þ¤¹</strong>
23    </td>
24</tr>
25</table>
26
27<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
28    <tr><td height="30"></td></tr>
29    <tr>
30        <td align="center">
31        <input type="image" onMouseover="chgImgImageSubmit('../img/install/next_on.jpg',this)" onMouseout="chgImgImageSubmit('../img/install/next.jpg',this)" src="../img/install/next.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next">
32        </td>
33    </tr>
34    <tr><td height="30"></td></tr>
35</from>
36</table>                               
Note: See TracBrowser for help on using the repository browser.