source: branches/feature-module-paygent/html/install/temp/%%D4^D40^D40A7B24%%complete.tpl.php @ 15162

Revision 15162, 2.2 KB checked in by naka, 17 years ago (diff)

ペイジェント決済モジュール

Line 
1<?php /* Smarty version 2.6.13, created on 2007-07-31 11:54:50
2         compiled from complete.tpl */ ?>
3<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4smarty_core_load_plugins(array('plugins' => array(array('modifier', 'script_escape', 'complete.tpl', 7, false),array('modifier', 'escape', 'complete.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="80"></td></tr>
20<tr>
21    <td align="center" class="fs12">
22        <strong>EC CUBE ¥¤¥ó¥¹¥È¡¼¥ë¤¬´°Î»¤·¤Þ¤·¤¿¡£</strong><br>
23        <br>
24        <a href="<?php echo ((is_array($_tmp=$this->_tpl_vars['tpl_sslurl'])) ? $this->_run_mod_handler('script_escape', true, $_tmp) : smarty_modifier_script_escape($_tmp)); ?>
25admin/">´ÉÍý²èÌÌ</a>¤Ë¥í¥°¥¤¥ó¤Ç¤­¤Þ¤¹¡£
26    </td>
27</tr>
28<tr>
29    <td align="center" class="fs10">
30        Àè¤Û¤ÉÅÐÏ¿¤·¤¿ID¡¢¥Ñ¥¹¥ï¡¼¥É¤òÍѤ¤¤Æ¥í¥°¥¤¥ó¤·¤Æ¤¯¤À¤µ¤¤¡£
31    </td>
32</tr>
33<tr><td height="80"></td></tr>
34
35</table>
Note: See TracBrowser for help on using the repository browser.