source: branches/comu/data/Smarty/templates/upgrade/index.tpl @ 12197

Revision 12197, 757 bytes checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<p>¥¢¥Ã¥×¥Ç¡¼¥È²Äǽ¤Ê¥Õ¥¡¥¤¥ë°ìÍ÷¤Ç¤¹¡£</p>
7
8<table>
9<form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
10<input type="hidden" name="filename" value="">
11<input type="hidden" name="mode" value="">
12<tr>
13<td>¥Õ¥¡¥¤¥ë̾</td>
14<td>¹¹¿·Æü»þ</td>
15<td>¥Õ¥¡¥¤¥ë¥µ¥¤¥º</td>
16</tr>
17<!--{section name=cnt loop=$arrFile}-->
18<tr>
19<td><a href="#" onclick="fnModeSubmit('download', 'filename', '<!--{$arrFile[cnt].filename}-->');"><!--{$arrFile[cnt].filename|escape}--></a></td>
20<td><!--{$arrFile[cnt].date|escape}--></td>
21<td><!--{$arrFile[cnt].filesize|escape}--></td>
22</tr>
23<!--{/section}-->
24</form>
25</table>
Note: See TracBrowser for help on using the repository browser.