source: branches/comu-utf8/html/install/templates/welcome.tpl @ 15099

Revision 15099, 1.1 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
7<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
8<input type="hidden" name="mode" value="<!--{$tpl_mode}-->">
9
10<!--{foreach key=key item=item from=$arrHidden}-->
11<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
12<!--{/foreach}-->
13
14<tr><td height="60"></td></tr>
15<tr>
16    <td align="center" class="fs12">
17        <strong>EC CUBE インストールを開始します</strong>
18    </td>
19</tr>
20</table>
21
22<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
23    <tr><td height="30"></td></tr>
24    <tr>
25        <td align="center">
26        <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">
27        </td>
28    </tr>
29    <tr><td height="30"></td></tr>
30</from>
31</table>                               
Note: See TracBrowser for help on using the repository browser.