source: branches/comu/data/Smarty/templates/admin/system/module.tpl @ 12197

Revision 12197, 7.6 KB checked in by adati, 17 years ago (diff)

1.3.0正式版のマージ

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="300">ÀâÌÀ</td>
56                                        <td width="50">¸½¾õ</td>                                       
57                                        <td width="50">ºÇ¿·</td>                                       
58                                        <td width="80">¥ê¥ê¡¼¥¹Æü</td>
59                                        <td width="50">ÀßÄê</td>
60                                        <td width="50">¼Â¹Ô</td>
61                                    </tr>
62                                    <!--{section name=cnt loop=$arrUpdate}-->
63                                    <tr bgcolor="#ffffff" class="fs12">
64                                        <td ><!--{$arrUpdate[cnt].module_name}--></td>
65                                        <td ><!--{$arrUpdate[cnt].module_explain}-->(<!--{$arrUpdate[cnt].eccube_version}-->°Ê¹ß¤ËÂбþ)</td>
66                                        <td align="center"><!--{$arrUpdate[cnt].now_version|default:"-"}--></td>
67                                        <td align="center"><!--{$arrUpdate[cnt].latest_version}--></td>     
68                                        <td align="center"><!--{$arrUpdate[cnt].release_date|sfDispDBDate:false}--></td>
69                                        <td align="center">
70                                        <!--{if $arrUpdate[cnt].now_version == "" || $arrUpdate[cnt].now_version < $arrUpdate[cnt].latest_version}-->
71                                            <!--{if $arrUpdate[cnt].eccube_version <= $smarty.const.ECCUBE_VERSION}-->
72                                            <span class="icon_edit"><a href="#" onclick="fnModeSubmit('install','module_id','<!--{$arrUpdate[cnt].module_id}-->');">ŬÍÑ</a></span>
73                                            <!--{else}-->
74                                            -
75                                            <!--{/if}-->
76                                        <!--{else}-->
77                                            <span class="icon_delete"><a href="#" onclick="fnModeSubmit('uninstall','module_id','<!--{$arrUpdate[cnt].module_id}-->');">ºï½ü</a></span>
78                                        <!--{/if}-->                                   
79                                        </td>
80                                        <td align="center">
81                                        <!--{if $arrUpdate[cnt].now_version != ""}-->
82                                            <span class="icon_confirm"><a href="#" onclick="win01('<!--{$smarty.const.URL_DIR}-->load_module.php?module_id=<!--{$arrUpdate[cnt].module_id}-->','module<!--{$arrUpdate[cnt].module_id}-->','<!--{$arrUpdate[cnt].module_x}-->','<!--{$arrUpdate[cnt].module_y}-->'); return false;">¼Â¹Ô</a></span>
83                                        <!--{else}-->
84                                            -
85                                        <!--{/if}-->
86                                        </td>
87                                    </tr>
88                                    <!--{/section}-->
89                                </table>
90                                <!--{else}-->
91                                <table width="678" border="0" cellspacing="1" cellpadding="4" summary=" ">
92                                    <tr bgcolor="#ffffff" align="center" class="fs12n">
93                                        <td>¸½ºß¡¢¥â¥¸¥å¡¼¥ë¾ðÊó¤Ï¤´¤¶¤¤¤Þ¤»¤ó¡£</td>
94                                    </tr>
95                                </table>
96                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
97                                    <tr>
98                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
99                                    </tr>
100                                </table>
101                                <!--{/if}-->                           
102                           
103                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
104                                    <tr>
105                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
106                                        <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
107                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
108                                    </tr>
109                                    <tr>
110                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
111                                        <td bgcolor="#e9e7de" align="center">
112                                        <table border="0" cellspacing="0" cellpadding="0" summary=" ">
113                                            <tr>
114                                                <td><input type="submit" name="subm" value="ºÇ¿·¤Î¥¢¥Ã¥×¥Ç¡¼¥È¾ðÊó¤ò¼èÆÀ¤¹¤ë"/></td>
115                                            </tr>
116                                        </table>
117                                        </td>
118                                        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
119                                    </tr>
120                                    <tr>
121                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
122                                    </tr>
123                                </table>
124                               
125                                <!--{if $update_mess != ""}-->
126                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">                             
127                                    <tr>
128                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
129                                    </tr>
130                                </table>
131                                                   
132                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
133                                    <tr bgcolor="#ffffff" class="fs12">
134                                        <td>
135                                            ¢§¼Â¹Ô·ë²Ì<br>
136                                            <!--{$update_mess}-->
137                                        </td>
138                                    </tr>                               
139                                </table>
140                                <!--{/if}-->
141                               
142                                </td>
143                                <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>
144                            </tr>
145                            <tr>
146                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
147                            </tr>
148                            <tr><td height="30"></td></tr>
149                        </table>
150                    </td>
151                </tr>
152                <!--¥á¥¤¥ó¥¨¥ê¥¢-->
153            </table>
154            <!--¢¥ÅÐÏ¿¥Æ¡¼¥Ö¥ë¤³¤³¤Þ¤Ç-->
155        </td>
156    </tr>
157</form>
158</table>
159<!--¡ú¡ú¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä¡ú¡ú-->
Note: See TracBrowser for help on using the repository browser.