source: branches/feature-module-update/data/Smarty/templates/upgrade/index.tpl @ 15078

Revision 15078, 791 bytes checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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.