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

Revision 15078, 8.2 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="<!--{$smarty.post.PHP_SELF|escape}-->" onSubmit="return window.confirm('登録しても宜しいですか');">
11<input type="hidden" name="mode" value="confirm">
12<input type="hidden" name="page_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                               
34                                <!--{if count($arrPageData) > 0 }-->
35                                    <!--{foreach name=page key=key item=item from=$arrPageData}-->
36                                    <input type="hidden" name="disp_flg<!--{$item.page_id}-->" value="<!--{$disp_flg[$item.page_id]}-->">
37                                    <!-- <!--{$item.page_name}--> ここから -->
38                                    <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
39                                        <tr>
40                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td>
41                                        </tr>
42                                        <tr>
43                                            <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>
44                                            <td bgcolor="#636469" width="638" class="fs14n"><span class="white" style="float:left"><!--コンテンツタイトル--><!--{$item.page_name}--> <!--{$item.url}--></span><a href="#" id="switch<!--{$item.page_id}-->" style="float:right " onClick="fnDispChange('disp<!--{$item.page_id}-->', 'switch<!--{$item.page_id}-->', 'disp_flg<!--{$item.page_id}-->');"><!--{if $disp_flg[$item.page_id] == ""}--><FONT Color="#FFFF99"> >> 非表示</FONT><!--{else}--><FONT Color="#FFFF99"> << 表示</FONT><!--{/if}--></a></td>
45                                            <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>
46                                        </tr>
47                                        <tr>
48                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td>
49                                        </tr>
50                                        <tr>
51                                            <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td>
52                                        </tr>
53                                    </table>
54                                   
55                                    <div id="disp<!--{$item.page_id}-->" style="display:<!--{$disp_flg[$item.page_id]}-->">
56                                        <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
57                                            <tr>
58                                                <td bgcolor="#f2f1ec" width="160" class="fs12n">メタタグ:Author</td>
59                                                <td bgcolor="#ffffff" width="557" class="fs10n">
60                                                <span class="red12"><!--{$arrErr[$item.page_id].author}--></span>
61                                                <input type="text" name="meta[<!--{$item.page_id}-->][author]" value="<!--{$item.author|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].author != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->' /><span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span></td>
62                                            </tr>
63                                            <tr>
64                                                <td bgcolor="#f2f1ec" width="160" class="fs12n">メタタグ:Description</td>
65                                                <td bgcolor="#ffffff" width="557" class="fs10n">
66                                                <span class="red12"><!--{$arrErr[$item.page_id].description}--></span>
67                                                <input type="text" name="meta[<!--{$item.page_id}-->][description]" value="<!--{$item.description|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].description != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->' /><span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span></td>
68                                            </tr>
69                                            <tr>
70                                                <td bgcolor="#f2f1ec" width="160" class="fs12n">メタタグ:Keywords</td>
71                                                <td bgcolor="#ffffff" width="557" class="fs10n">
72                                                <span class="red12"><!--{$arrErr[$item.page_id].keyword}--></span>
73                                                <input type="text" name="meta[<!--{$item.page_id}-->][keyword]" value="<!--{$item.keyword|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" size="60" class="box60" style='<!--{if $arrErr[$item.page_id].keyword != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->' /><span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span></td>
74                                            </tr>
75                                        </table>
76       
77                                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
78                                            <tr>
79                                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
80                                                <td><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td>
81                                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td>
82                                            </tr>
83                                            <tr>
84                                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
85                                                <td bgcolor="#e9e7de" align="center">
86                                                <table border="0" cellspacing="0" cellpadding="0" summary=" ">
87                                                    <tr>
88                                                        <td><input type="image" onMouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg',this)" src="<!--{$smarty.const.URL_DIR}-->img/contents/btn_regist.jpg" width="123" height="24" alt="この内容で登録する" border="0" name="subm" onclick="document.form1.page_id.value = <!--{$item.page_id}-->;"></td>
89                                                    </tr>
90                                                </table>
91                                                </td>
92                                                <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
93                                            </tr>
94                                            <tr>
95                                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td>
96                                            </tr>
97                                        </table>
98       
99                                        <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" ">
100                                            <tr><td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr>
101                                        </table>
102                                    </div>
103                                    <!-- <!--{$item.page_name}--> ここまで -->
104                                    <!--{/foreach}-->
105                                <!--{else}-->
106                                    <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" ">
107                                        <tr>
108                                            <td bgcolor="#ffffff" width="" height="300" class="fs12n" align="center">
109                                                表示するデータがありません
110                                            </td>
111                                        </tr>
112                                    </table>
113                                <!--{/if}-->
114
115                                </td>
116                                <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>
117                            </tr>
118                            <tr>
119                                <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td>
120                            </tr>
121                            <tr><td height="30"></td></tr>
122                        </table>
123                    </td>
124                </tr>
125                <!--メインエリア-->
126            </table>
127            <!--▲登録テーブルここまで-->
128        </td>
129    </tr>
130</form>
131</table>
132<!--★★メインコンテンツ★★-->
Note: See TracBrowser for help on using the repository browser.