source: branches/feature-module-update/data/Smarty/templates/admin/system/update.tpl @ 15078

Revision 15078, 6.8 KB checked in by nanasess, 17 years ago (diff)

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

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8<!--★★メインコンテンツ★★-->
9<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
10<form name="form1" id="form1" method="post" action="">
11<input type="hidden" name="mode" value="edit">
12<input type="hidden" name="module_id" value="">
13    <tr valign="top">
14        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/navi_bg.gif" height="402">
15            <!--▼SUB NAVI-->
16            <!--{include file=$tpl_subnavi}-->
17            <!--▲SUB NAVI-->
18        </td>
19        <td class="mainbg">
20            <!--▼登録テーブルここから-->
21            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
22                <!--メインエリア-->
23                <tr>
24                    <td align="center">
25                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
26                            <tr><td height="14"></td></tr>
27                            <tr>
28                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
29                            </tr>
30                            <tr>
31                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
32                                <td bgcolor="#cccccc">
33                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
34                                    <tr>
35                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
36                                    </tr>
37                                    <tr>
38                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
39                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->アップデート機能一覧</span></td>
40                                        <td background="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
41                                    </tr>
42                                    <tr>
43                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
44                                    </tr>
45                                    <tr>
46                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
47                                    </tr>
48                                </table>
49                               
50                                <!--{* 一覧が存在する場合のみ表示する *}-->
51                                <!--{if count($arrUpdate) > 0 }-->
52                                <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" ">
53                                    <tr bgcolor="#f2f1ec" align="center" class="fs12n">
54                                        <td width="170">機能名</td>
55                                        <td width="390">説明</td>
56                                        <td width="80">リリース日</td>
57                                        <td width="50">更新</td>
58                                    </tr>
59                                    <!--{section name=cnt loop=$arrUpdate}-->
60                                    <tr bgcolor="#ffffff" class="fs12">
61                                        <td ><!--{$arrUpdate[cnt].module_name}--></td>
62                                        <td ><!--{$arrUpdate[cnt].module_explain}--></td>           
63                                        <td align="center"><!--{$arrUpdate[cnt].release_date|sfDispDBDate:false}--></td>
64                                        <td align="center">
65                                        <!--{if $arrUpdate[cnt].now_version != $arrUpdate[cnt].latest_version}-->
66                                            <span class="icon_edit"><a href="#" onclick="fnModeSubmit('install','module_id','<!--{$arrUpdate[cnt].module_id}-->');">適用</a></span>
67                                        <!--{else}-->
68                                            <span class="icon_delete"><a href="#" onclick="fnModeSubmit('uninstall','module_id','<!--{$arrUpdate[cnt].module_id}-->');">削除</a></span>
69                                        <!--{/if}-->                                   
70                                        </td>   
71                                    </tr>
72                                    <!--{/section}-->
73                                </table>
74                                <!--{else}-->
75                                <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" ">
76                                    <tr bgcolor="#ffffff" align="center" class="fs12n">
77                                        <td>現在、アップデート情報はございません。</td>
78                                    </tr>
79                                </table>
80                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
81                                    <tr>
82                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
83                                    </tr>
84                                </table>
85                                <!--{/if}-->                           
86                           
87                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
88                                    <tr>
89                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
90                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
91                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
92                                    </tr>
93                                    <tr>
94                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
95                                        <td bgcolor="#e9e7de" align="center">
96                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
97                                            <tr>
98                                                <td><input type="submit" name="subm" value="最新のアップデート情報を取得する"/></td>
99                                            </tr>
100                                        </table>
101                                        </td>
102                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
103                                    </tr>
104                                    <tr>
105                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
106                                    </tr>
107                                </table>
108                               
109                                <!--{if $update_mess != ""}-->
110                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">                             
111                                    <tr>
112                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
113                                    </tr>
114                                </table>
115                                                   
116                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
117                                    <tr bgcolor="#ffffff" class="fs12">
118                                        <td>
119                                            ▼実行結果<br>
120                                            <!--{$update_mess}-->
121                                        </td>
122                                    </tr>                               
123                                </table>
124                                <!--{/if}-->
125                               
126                                </td>
127                                <td background="<!--{$smarty.const.URL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
128                            </tr>
129                            <tr>
130                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
131                            </tr>
132                            <tr><td height="30"></td></tr>
133                        </table>
134                    </td>
135                </tr>
136                <!--メインエリア-->
137            </table>
138            <!--▲登録テーブルここまで-->
139        </td>
140    </tr>
141</form>
142</table>
143<!--★★メインコンテンツ★★-->
Note: See TracBrowser for help on using the repository browser.