source: branches/feature-module-update/data/Smarty/templates/default/admin/products/trackback_edit.tpl @ 16582

Revision 16582, 7.4 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--★★メインコンテンツ★★-->
25<table width="878" border="0" cellspacing="0" cellpadding="0" summary=" ">
26<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" >
27<input type="hidden" name="mode" value="complete">
28<!--{foreach key=key item=item from=$arrTrackback}-->
29<!--{if $key ne "mode"}-->
30<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
31<!--{/if}-->
32<!--{/foreach}-->
33<!--{foreach key=key item=item from=$arrSearchHidden}-->
34<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->">
35<!--{/foreach}-->
36    <tr valign="top">
37        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402">
38            <!--▼SUB NAVI-->
39            <!--{include file=$tpl_subnavi}-->
40            <!--▲SUB NAVI-->
41        </td>
42        <td class="mainbg" >
43        <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" ">
44            <!--メインエリア-->
45            <tr>
46                <td align="center">
47                <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" ">
48
49                    <tr><td height="14"></td></tr>
50                    <tr>
51                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td>
52                    </tr>
53                    <tr>
54                        <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
55                        <td bgcolor="#cccccc">
56                       
57                            <!--▼登録テーブルここから-->
58                            <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
59                                <tr>
60                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
61                                </tr>
62                                <tr>
63                                    <td background="<!--{$TPL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td>
64                                    <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->トラックバック設定</span></td>
65                                    <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td>
66                                </tr>
67                                <tr>
68                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
69                                </tr>
70                                <tr>
71                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
72                                </tr>
73                            </table>
74
75
76                            <!--▼編集テーブルここから-->
77                            <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" " bgcolor="#cccccc">
78                                <tr class="fs12n">
79                                    <td bgcolor="#f2f1ec" width="160">商品名</td>
80                                    <td bgcolor="#ffffff" width="483"><!--{$arrTrackback.name|escape}--></td>
81                                </tr>
82                                <tr class="fs12n">
83                                    <td bgcolor="#f2f1ec" width="160">ブログ名</td>
84                                    <td bgcolor="#ffffff" width="483"><!--{$arrTrackback.blog_name|escape}--></td>
85                                </tr>
86                                <tr class="fs12n">
87                                    <td bgcolor="#f2f1ec" width="160">ブログ記事タイトル</td>
88                                    <td bgcolor="#ffffff" width="483"><!--{$arrTrackback.title|escape}--></td>
89                                </tr>
90                                <tr class="fs12n">
91                                    <td bgcolor="#f2f1ec" width="160">ブログ記事内容</td>
92                                    <td bgcolor="#ffffff" width="483"><!--{$arrTrackback.excerpt|escape}--></td>
93                                </tr>
94                                <tr class="fs12n">
95                                    <td bgcolor="#f2f1ec" width="160">ブログURL</td>
96                                    <td bgcolor="#ffffff" width="483"><!--{$arrTrackback.url|escape}--></td>
97                                </tr>
98                                <tr class="fs12n">
99                                    <td bgcolor="#f2f1ec">投稿日</td>
100                                    <td bgcolor="#ffffff"><!--{$arrTrackback.create_date|sfDispDBDate}--></td>
101                                </tr>
102                                <tr class="fs12n">
103                                    <td bgcolor="#f2f1ec">状態</td>
104                                    <td bgcolor="#ffffff">
105                                    <!--{assign var=key value="status"}-->
106                                    <span class="red12"><!--{$arrErr.status}--></span>
107                                    <select name="<!--{$key}-->" style="<!--{$arrErr.status|sfGetErrorColor}-->" >
108                                    <option value="">選択してください</option>
109                                    <!--{html_options options=$arrTrackBackStatus selected=$arrTrackback[$key]}-->
110                                    </select>
111                                    </td>
112                                </tr>
113                            </table>
114                            <!--▲編集テーブルここまで-->
115                            <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
116                                <tr>
117                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
118                                    <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
119                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
120                                </tr>
121                                <tr>
122                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
123                                    <td bgcolor="#e9e7de" align="center">
124                                    <table border="0" cellspacing="0" cellpadding="0" summary=" ">
125                                        <tr>
126                                            <td>
127                                                <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_search_back_on.jpg',this);" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_search_back.jpg',this);" src="<!--{$TPL_DIR}-->img/contents/btn_search_back.jpg" width="123" height="24" alt="検索画面に戻る" border="0" name="back" onclick="document.form1.action='./trackback.php'; fnModeSubmit('search','','');" ></a>
128                                                <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" onclick="fnModeSubmit('complete','','');" />
129                                            </td>
130                                        </tr>
131                                    </table>
132                                    </td>
133                                    <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
134                                </tr>
135                                <tr>
136                                    <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
137                                </tr>
138                            </table>
139                            <!-- ▲登録テーブルここまで -->
140
141                        </td>
142                        <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td>
143                    </tr>
144                    <tr>
145                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
146                    </tr>
147                    <tr><td height="30"></td></tr>
148                </table>
149                </td>
150            </tr>
151            <!--メインエリア-->
152        </table>
153        </td>
154    </tr>
155</form>
156</table>
157<!--★★メインコンテンツ★★-->     
Note: See TracBrowser for help on using the repository browser.