source: branches/comu/html/install/temp/%%0C^0C9^0C9EEED5%%step0.tpl.php @ 2

Revision 2, 3.0 KB checked in by root, 17 years ago (diff)

new import

Line 
1<?php /* Smarty version 2.6.13, created on 2007-01-09 23:52:42
2         compiled from step0.tpl */ ?>
3<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'step0.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=$_SERVER['PHP_SELF'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
7">
8<input type="hidden" name="mode" value="<?php echo $this->_tpl_vars['tpl_mode']; ?>
9">
10<input type="hidden" name="step" value="0">
11
12<?php $_from = $this->_tpl_vars['arrHidden']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
13    foreach ($_from as $this->_tpl_vars['key'] => $this->_tpl_vars['item']):
14?>
15<input type="hidden" name="<?php echo $this->_tpl_vars['key']; ?>
16" value="<?php echo ((is_array($_tmp=$this->_tpl_vars['item'])) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp)); ?>
17">
18<?php endforeach; endif; unset($_from); ?>
19
20<tr><td height="30"></td></tr>
21<tr><td align="left" class="fs12st">¢£¥¢¥¯¥»¥¹¸¢¸Â¤Î¥Á¥§¥Ã¥¯</td></tr>
22<tr>
23    <td bgcolor="#cccccc">
24    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
25        <tr>
26            <td bgcolor="#ffffff" class="fs12">
27            <?php echo $this->_tpl_vars['mess']; ?>
28
29            </td>
30        </tr>
31    </table>
32    </td>
33</tr>
34</table>
35
36<?php if (! $this->_tpl_vars['err_file']): ?>
37<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
38<tr><td height="15"></td></tr>
39<tr><td align="left" class="fs12">ɬÍפʥե¡¥¤¥ë¤Î¥³¥Ô¡¼¤ò³«»Ï¤·¤Þ¤¹¡£</td></tr>
40</table>
41<?php endif; ?>
42
43<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
44    <tr><td height="20"></td></tr>
45    <tr>
46        <td align="center">
47        <?php if (! $this->_tpl_vars['err_file']): ?>
48        <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
49        <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">
50        <?php else: ?>
51        <a href="#" onmouseover="chgImg('../img/install/back_on.jpg','back')" onmouseout="chgImg('../img/install/back.jpg','back')" onclick="document.form1['mode'].value='return_welcome';document.form1.submit();" /><img  width="105" src="../img/install/back.jpg"  height="24" alt="Á°¤ØÌá¤ë" border="0" name="back"></a>
52        <img src="../img/install/next_off.jpg" width="105" height="24" alt="¼¡¤Ø¿Ê¤à" border="0" name="next">       
53        <?php endif; ?>
54        </td>
55    </tr>
56    <tr><td height="30"></td></tr>
57</from>
58</table>                               
Note: See TracBrowser for help on using the repository browser.