source: branches/feature-module-update/data/Smarty/templates/admin/app/log.tpl @ 15631

Revision 15631, 3.8 KB checked in by adachi, 17 years ago (diff)

ECCUBEアプリ用管理ページを新規作成, 仮コミット

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/html; charset=UTF-8
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="register">
12<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->">
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                               
34                                <!--コンテンツタイトルここから-->
35                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
36                                    <tr>
37                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
38                                    </tr>
39                                    <tr>
40                                        <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>
41                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル--><!--{$tpl_subtitle}--></span></td>
42                                        <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>
43                                    </tr>
44                                    <tr>
45                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
46                                    </tr>
47                                    <tr>
48                                        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
49                                    </tr>
50                                </table>
51                                <!--コンテンツタイトルここまで-->
52                               
53                                <!--入力項目ここから-->
54                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
55                                    <tr>
56                                        <td bgcolor="#f2f1ec" width="160" class="fs12n">
57                                            <p>インストールログ</p>
58                                        </td>
59                                        <td bgcolor="#ffffff" width="518" class="fs10n">
60                                            <!--{assign var="key" value="install_log"}-->
61                                            <textarea name="<!--{$key}-->" cols="60" rows="8" class="area70" maxlength="" style=""><!--{$arrForm[$key]|escape}--></textarea>
62                                        </td>
63                                    </tr>
64                                </table>
65                                <!--入力項目ここまで-->
66                               
67                                </td>
68                                <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>
69                            </tr>
70                            <tr>
71                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
72                            </tr>
73                            <tr><td height="30"></td></tr>
74                        </table>
75                    </td>
76                </tr>
77                <!--メインエリア-->
78            </table>
79            <!--▲登録テーブルここまで-->
80        </td>
81    </tr>
82</form>
83</table>
84<!--★★メインコンテンツ★★-->
Note: See TracBrowser for help on using the repository browser.