source: branches/feature-module-update/html/install/templates/step0.tpl @ 15079

Revision 15079, 2.4 KB checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
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<input type="hidden" name="step" value="0">
10
11<!--{foreach key=key item=item from=$arrHidden}-->
12<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
13<!--{/foreach}-->
14
15<tr><td height="30"></td></tr>
16<tr><td align="left" class="fs12st">■アクセス権限のチェック</td></tr>
17<tr>
18    <td bgcolor="#cccccc">
19    <table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
20        <tr>
21            <td bgcolor="#ffffff" class="fs12">
22            <!--{$mess}-->
23            </td>
24        </tr>
25    </table>
26    </td>
27</tr>
28</table>
29
30<!--{if !$err_file}-->
31<table width="502" border="0" cellspacing="1" cellpadding="0" summary=" ">
32<tr><td height="15"></td></tr>
33<tr><td align="left" class="fs12">必要なファイルのコピーを開始します。</td></tr>
34</table>
35<!--{/if}-->
36
37<table width="500" border="0" cellspacing="1" cellpadding="8" summary=" ">
38    <tr><td height="20"></td></tr>
39    <tr>
40        <td align="center">
41        <!--{if !$err_file}-->
42        <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>
43        <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">
44        <!--{else}-->
45        <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>
46        <img src="../img/install/next_off.jpg" width="105" height="24" alt="次へ進む" border="0" name="next">       
47        <!--{/if}-->
48        </td>
49    </tr>
50    <tr><td height="30"></td></tr>
51</from>
52</table>                               
Note: See TracBrowser for help on using the repository browser.