Changeset 18138


Ignore:
Timestamp:
2009/06/27 00:59:07 (15 years ago)
Author:
kishida
Message:

#412 [管理画面]デザイン管理のサブナビで不要なスペースが表示されている不具合の修正

Location:
branches/version-2_4/data/Smarty/templates/default/admin/design
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/data/Smarty/templates/default/admin/design/template.tpl

    r16717 r18138  
    1 <!--{* 
     1<!--{* 
    22/* 
    33 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     
    88<script type="text/javascript"><!-- 
    99function submitRegister() { 
    10     var form = document.form1; 
    11     var msg = "テンプレートを変更します。"; 
     10    var form = document.form1; 
     11    var msg = "テンプレートを変更します。"; 
    1212 
    13     if (window.confirm(msg)) { 
    14         form['mode'].value = 'register'; 
    15         form.submit(); 
    16     } 
     13    if (window.confirm(msg)) { 
     14        form['mode'].value = 'register'; 
     15        form.submit(); 
     16    } 
    1717} 
    1818// --> 
     
    2424<input type="hidden" name="template_code_temp" value=""> 
    2525<input type="hidden" name="uniqid" value="<!--{$uniqid}-->"> 
    26     <tr valign="top"> 
    27         <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402"> 
    28             <!--▼SUB NAVI--> 
    29             <!--{include file=$tpl_subnavi}--> 
    30             <!--▲SUB NAVI--> 
    31         </td> 
    32         <td class="mainbg"> 
    33             <!--▼登録テーブルここから--> 
    34             <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    35                 <!--メインエリア--> 
    36                 <tr> 
    37                     <td align="center"> 
    38                         <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    39                             <tr><td height="14"></td></tr> 
    40                             <tr> 
    41                                 <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td> 
    42                             </tr> 
    43                             <tr> 
    44                                 <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    45                                 <td bgcolor="#cccccc"> 
    46                                 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    47                                     <tr> 
    48                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> 
    49                                     </tr> 
    50                                     <tr> 
    51                                         <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> 
    52                                         <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->テンプレート設定</span></td> 
    53                                         <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
    54                                     </tr> 
    55                                     <tr> 
    56                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> 
    57                                     </tr> 
    58                                     <tr> 
    59                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> 
    60                                     </tr> 
    61                                 </table> 
    62                                  
    63                                 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    64                                 <tr bgcolor="#f2f1ec" class="fs12n"> 
    65                                     <td> 
    66                                         テンプレートを選択し、「この内容で登録する」ボタンを押すと、<br> 
    67                                         選択したテンプレートへデザインを変更することが出来ます。<br> 
    68                                     </td> 
    69                                 </tr> 
    70                                 <tr bgcolor="#ffffff" class="fs12n"> 
    71                                     <td> 
    72                                         <table width="650" bgcolor="#cccccc" border="0" cellspacing="1" cellpadding="5" summary=" "> 
    73                                             <tr bgcolor="#f2f1ec" align="center" class="fs12n"> 
    74                                                 <td width="">選択</td> 
    75                                                 <td width="">名前</td> 
    76                                                 <td width="">保存先</td> 
    77                                                 <td width="">ダウンロード</td> 
    78                                                 <td width="50">削除</td> 
    79                                             </tr> 
    80                                             <!--{foreach from=$templates item=tpl}--> 
    81                                             <!--{assign var=tplcode value=$tpl.template_code}--> 
    82                                             <tr bgcolor="#ffffff" align="center" class="fs12"> 
    83                                                 <td width="" ><input type="radio" name="template_code" value="<!--{$tplcode|escape}-->" <!--{if $tplcode == $tpl_select}-->checked<!--{/if}-->></td> 
    84                                                 <td width=""><!--{$tpl.template_name|escape}--></td> 
    85                                                 <td width="" align="left">data/Smarty/templates/<!--{$tplcode|escape}-->/</td> 
    86                                                 <td width=""><span class="icon_confirm"><a href="" onClick="fnModeSubmit('download','template_code_temp','<!--{$tplcode}-->');return false;">ダウンロード</a></span></td> 
    87                                                 <td width=""><span class="icon_delete"><a href="" onClick="fnModeSubmit('delete','template_code_temp','<!--{$tplcode}-->');return false;">削除</a></span></td> 
    88                                             </tr> 
    89                                             <!--{/foreach}--> 
     26    <tr valign="top"> 
     27        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402"> 
     28            <!--▼SUB NAVI--> 
     29            <!--{include file=$tpl_subnavi}--> 
     30            <!--▲SUB NAVI--> 
     31        </td> 
     32        <td class="mainbg"> 
     33            <!--▼登録テーブルここから--> 
     34            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     35                <!--メインエリア--> 
     36                <tr> 
     37                    <td align="center"> 
     38                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     39                            <tr><td height="14"></td></tr> 
     40                            <tr> 
     41                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td> 
     42                            </tr> 
     43                            <tr> 
     44                                <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     45                                <td bgcolor="#cccccc"> 
     46                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     47                                    <tr> 
     48                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> 
     49                                    </tr> 
     50                                    <tr> 
     51                                        <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> 
     52                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->テンプレート設定</span></td> 
     53                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
     54                                    </tr> 
     55                                    <tr> 
     56                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> 
     57                                    </tr> 
     58                                    <tr> 
     59                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> 
     60                                    </tr> 
     61                                </table> 
     62                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
     63                                <tr bgcolor="#f2f1ec" class="fs12n"> 
     64                                    <td> 
     65                                        テンプレートを選択し、「この内容で登録する」ボタンを押すと、<br /> 
     66                                        選択したテンプレートへデザインを変更することが出来ます。<br /> 
     67                                    </td> 
     68                                </tr> 
     69                                <tr bgcolor="#ffffff" class="fs12n"> 
     70                                    <td> 
     71                                        <table width="650" bgcolor="#cccccc" border="0" cellspacing="1" cellpadding="5" summary=" "> 
     72                                            <tr bgcolor="#f2f1ec" align="center" class="fs12n"> 
     73                                                <td width="">選択</td> 
     74                                                <td width="">名前</td> 
     75                                                <td width="">保存先</td> 
     76                                                <td width="">ダウンロード</td> 
     77                                                <td width="50">削除</td> 
     78                                            </tr> 
     79                                            <!--{foreach from=$templates item=tpl}--> 
     80                                            <!--{assign var=tplcode value=$tpl.template_code}--> 
     81                                            <tr bgcolor="#ffffff" align="center" class="fs12"> 
     82                                                <td width="" ><input type="radio" name="template_code" value="<!--{$tplcode|escape}-->" <!--{if $tplcode == $tpl_select}-->checked<!--{/if}-->></td> 
     83                                                <td width=""><!--{$tpl.template_name|escape}--></td> 
     84                                                <td width="" align="left">data/Smarty/templates/<!--{$tplcode|escape}-->/</td> 
     85                                                <td width=""><span class="icon_confirm"><a href="" onClick="fnModeSubmit('download','template_code_temp','<!--{$tplcode}-->');return false;">ダウンロード</a></span></td> 
     86                                                <td width=""><span class="icon_delete"><a href="" onClick="fnModeSubmit('delete','template_code_temp','<!--{$tplcode}-->');return false;">削除</a></span></td> 
     87                                            </tr> 
     88                                            <!--{/foreach}--> 
    9089 
    91                                         </table> 
    92                                     </td> 
    93                                 </tr> 
    94                                 </table> 
    95                                  
    96                                 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    97                                     <tr> 
    98                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
    99                                         <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td> 
    100                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
    101                                     </tr> 
    102                                     <tr> 
    103                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    104                                         <td bgcolor="#e9e7de" align="center"> 
    105                                         <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    106                                             <tr> 
    107                                                 <td> 
    108                                                     <a href="" onClick="submitRegister();return false;"> 
    109                                                     <img 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"> 
    110                                                     </a> 
    111                                                 </td> 
    112                                             </tr> 
    113                                         </table> 
    114                                         </td> 
    115                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    116                                     </tr> 
    117                                     <tr> 
    118                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td> 
    119                                     </tr> 
    120                                 </table> 
    121                                 </td> 
    122                                 <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    123                             </tr> 
    124                             <tr> 
    125                                 <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td> 
    126                             </tr> 
    127                             <tr><td height="30"></td></tr> 
    128                         </table> 
    129                     </td> 
    130                 </tr> 
    131                 <!--メインエリア--> 
    132             </table> 
    133             <!--▲登録テーブルここまで--> 
    134         </td> 
    135     </tr> 
     90                                        </table> 
     91                                    </td> 
     92                                </tr> 
     93                                </table> 
     94 
     95                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     96                                    <tr> 
     97                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     98                                        <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td> 
     99                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     100                                    </tr> 
     101                                    <tr> 
     102                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     103                                        <td bgcolor="#e9e7de" align="center"> 
     104                                        <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
     105                                            <tr> 
     106                                                <td> 
     107                                                    <a href="" onClick="submitRegister();return false;"> 
     108                                                    <img 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"> 
     109                                                    </a> 
     110                                                </td> 
     111                                            </tr> 
     112                                        </table> 
     113                                        </td> 
     114                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     115                                    </tr> 
     116                                    <tr> 
     117                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td> 
     118                                    </tr> 
     119                                </table> 
     120                                </td> 
     121                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     122                            </tr> 
     123                            <tr> 
     124                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td> 
     125                            </tr> 
     126                            <tr><td height="30"></td></tr> 
     127                        </table> 
     128                    </td> 
     129                </tr> 
     130                <!--メインエリア--> 
     131            </table> 
     132            <!--▲登録テーブルここまで--> 
     133        </td> 
     134    </tr> 
    136135</form> 
    137136</table> 
  • branches/version-2_4/data/Smarty/templates/default/admin/design/up_down.tpl

    r16680 r18138  
    1 <!--{* 
     1<!--{* 
    22/* 
    33 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     
    88<script type="text/javascript"><!-- 
    99function confirmSubmit(mode, msg) { 
    10     var form = document.form1; 
    11     form['mode'].value = mode; 
    12     if (window.confirm(msg)) { 
    13         form.submit(); 
    14     } else { 
    15         form['mode'].value = ''; 
    16     } 
     10    var form = document.form1; 
     11    form['mode'].value = mode; 
     12    if (window.confirm(msg)) { 
     13        form.submit(); 
     14    } else { 
     15        form['mode'].value = ''; 
     16    } 
    1717} 
    1818//--> 
     
    2323<input type="hidden" name="mode" value=""> 
    2424<input type="hidden" name="uniqid" value="<!--{$uniqid}-->"> 
    25     <tr valign="top"> 
    26         <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402"> 
    27             <!--▼SUB NAVI--> 
    28             <!--{include file=$tpl_subnavi}--> 
    29             <!--▲SUB NAVI--> 
    30         </td> 
    31         <td class="mainbg"> 
    32             <!--▼登録テーブルここから--> 
    33             <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    34                 <!--メインエリア--> 
    35                 <tr> 
    36                     <td align="center"> 
    37                         <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    38                             <tr><td height="14"></td></tr> 
    39                             <tr> 
    40                                 <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td> 
    41                             </tr> 
    42                             <tr> 
    43                                 <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    44                                 <td bgcolor="#cccccc"> 
    45                             <!--▼▼▼アップロード▼▼▼--> 
    46                                 <!--アップロードタイトルバーここから--> 
    47                                 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    48                                     <tr> 
    49                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> 
    50                                     </tr> 
    51                                     <tr> 
    52                                         <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> 
    53                                         <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->アップロード</span></td> 
    54                                         <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
    55                                     </tr> 
    56                                     <tr> 
    57                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> 
    58                                     </tr> 
    59                                     <tr> 
    60                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> 
    61                                     </tr> 
    62                                 </table> 
    63                                 <!--アップロードタイトルバーここまで--> 
    64                                 <!--アップロード入力フォームここから--> 
    65                                 <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
    66                                     <tr class="fs12n"> 
    67                                         <td colspan="2" bgcolor="#ffffff" align="left"> 
    68                                             テンプレートパッケージのアップロードを行います。<br/> 
    69                                             アップロードしたパッケージは、「テンプレート設定」で選択できるようになります。 
    70                                         </td> 
    71                                     </tr> 
    72                                     <!--{assign var=key value="template_code"}--> 
    73                                     <tr class="fs12n"> 
    74                                         <td bgcolor="#f2f1ec">テンプレートコード</td> 
    75                                         <td bgcolor="#ffffff"> 
    76                                             <span class="red"><!--{$arrErr[$key]}--></span> 
    77                                             <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"> 
    78                                         </td> 
    79                                     </tr> 
    80                                     <!--{assign var=key value="template_name"}--> 
    81                                     <tr class="fs12n"> 
    82                                         <td bgcolor="#f2f1ec">テンプレート名</td> 
    83                                         <td bgcolor="#ffffff"> 
    84                                             <span class="red"><!--{$arrErr[$key]}--></span> 
    85                                             <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"> 
    86                                         </td> 
    87                                     </tr> 
    88                                     <!--{assign var=key value="template_file"}--> 
    89                                     <tr class="fs12n"> 
    90                                         <td bgcolor="#f2f1ec">テンプレートファイル<br/> 
    91                                             <span class="red"><span class="fs14n">※ファイル形式は.tar/.tar.gzのみ</span></span> 
    92                                         </td> 
    93                                         <td bgcolor="#ffffff"> 
    94                                             <span class="red"><!--{$arrErr[$key]}--></span> 
    95                                             <input type="file" name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" size="64" <!--{if $arrErr[$key]}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
    96                                         </td> 
    97                                     </tr> 
    98                                 </table> 
    99                                 <!--アップロード入力フォームここまで--> 
    100                                 <!--アップロードボタンここから--> 
    101                                 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    102                                     <tr> 
    103                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
    104                                         <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td> 
    105                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
    106                                     </tr> 
    107                                     <tr> 
    108                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    109                                         <td bgcolor="#e9e7de" align="center"> 
    110                                         <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
    111                                             <tr> 
    112                                                 <td> 
    113                                                     <a href="" onClick="fnModeSubmit('upload', '', '');return false;"> 
    114                                                     <img onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_upload_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_upload.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_upload.jpg" width="123" height="24" alt="アップロード" border="0" name="subm"> 
    115                                                     </a> 
    116                                                 </td> 
    117                                             </tr> 
    118                                         </table> 
    119                                         </td> 
    120                                         <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
    121                                     </tr> 
    122                                     <tr> 
    123                                         <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td> 
    124                                     </tr> 
    125                                 </table> 
     25    <tr valign="top"> 
     26        <td background="<!--{$TPL_DIR}-->img/contents/navi_bg.gif" height="402"> 
     27            <!--▼SUB NAVI--> 
     28            <!--{include file=$tpl_subnavi}--> 
     29            <!--▲SUB NAVI--> 
     30        </td> 
     31        <td class="mainbg"> 
     32            <!--▼登録テーブルここから--> 
     33            <table width="737" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     34                <!--メインエリア--> 
     35                <tr> 
     36                    <td align="center"> 
     37                        <table width="706" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     38                            <tr><td height="14"></td></tr> 
     39                            <tr> 
     40                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_top.jpg" width="706" height="14" alt=""></td> 
     41                            </tr> 
     42                            <tr> 
     43                                <td background="<!--{$TPL_DIR}-->img/contents/main_left.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     44                                <td bgcolor="#cccccc"> 
     45                            <!--▼▼▼アップロード▼▼▼--> 
     46                                <!--アップロードタイトルバーここから--> 
     47                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     48                                    <tr> 
     49                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_top.gif" width="678" height="7" alt=""></td> 
     50                                    </tr> 
     51                                    <tr> 
     52                                        <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> 
     53                                        <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->アップロード</span></td> 
     54                                        <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
     55                                    </tr> 
     56                                    <tr> 
     57                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_bottom.gif" width="678" height="7" alt=""></td> 
     58                                    </tr> 
     59                                    <tr> 
     60                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td> 
     61                                    </tr> 
     62                                </table> 
     63                                <!--アップロードタイトルバーここまで--> 
     64                                <!--アップロード入力フォームここから--> 
     65                                <table width="678" border="0" cellspacing="1" cellpadding="8" summary=" "> 
     66                                    <tr class="fs12n"> 
     67                                        <td colspan="2" bgcolor="#ffffff" align="left"> 
     68                                            テンプレートパッケージのアップロードを行います。<br/> 
     69                                            アップロードしたパッケージは、「テンプレート設定」で選択できるようになります。 
     70                                        </td> 
     71                                    </tr> 
     72                                    <!--{assign var=key value="template_code"}--> 
     73                                    <tr class="fs12n"> 
     74                                        <td bgcolor="#f2f1ec">テンプレートコード</td> 
     75                                        <td bgcolor="#ffffff"> 
     76                                            <span class="red"><!--{$arrErr[$key]}--></span> 
     77                                            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"> 
     78                                        </td> 
     79                                    </tr> 
     80                                    <!--{assign var=key value="template_name"}--> 
     81                                    <tr class="fs12n"> 
     82                                        <td bgcolor="#f2f1ec">テンプレート名</td> 
     83                                        <td bgcolor="#ffffff"> 
     84                                            <span class="red"><!--{$arrErr[$key]}--></span> 
     85                                            <input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value|escape}-->" maxlength="" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54"> 
     86                                        </td> 
     87                                    </tr> 
     88                                    <!--{assign var=key value="template_file"}--> 
     89                                    <tr class="fs12n"> 
     90                                        <td bgcolor="#f2f1ec">テンプレートファイル<br/> 
     91                                            <span class="red"><span class="fs14n">※ファイル形式は.tar/.tar.gzのみ</span></span> 
     92                                        </td> 
     93                                        <td bgcolor="#ffffff"> 
     94                                            <span class="red"><!--{$arrErr[$key]}--></span> 
     95                                            <input type="file" name="<!--{$key}-->" style="<!--{$arrErr[$key]|sfGetErrorColor}-->" class="box54" size="64" <!--{if $arrErr[$key]}-->style="background-color:<!--{$smarty.const.ERR_COLOR|escape}-->"<!--{/if}-->> 
     96                                        </td> 
     97                                    </tr> 
     98                                </table> 
     99                                <!--アップロード入力フォームここまで--> 
     100                                <!--アップロードボタンここから--> 
     101                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     102                                    <tr> 
     103                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     104                                        <td><img src="<!--{$TPL_DIR}-->img/contents/tbl_top.gif" width="676" height="7" alt=""></td> 
     105                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="5" alt=""></td> 
     106                                    </tr> 
     107                                    <tr> 
     108                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     109                                        <td bgcolor="#e9e7de" align="center"> 
     110                                        <table border="0" cellspacing="0" cellpadding="0" summary=" "> 
     111                                            <tr> 
     112                                                <td> 
     113                                                    <a href="" onClick="fnModeSubmit('upload', '', '');return false;"> 
     114                                                    <img onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_upload_on.jpg',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/contents/btn_upload.jpg',this)" src="<!--{$TPL_DIR}-->img/contents/btn_upload.jpg" width="123" height="24" alt="アップロード" border="0" name="subm"> 
     115                                                    </a> 
     116                                                </td> 
     117                                            </tr> 
     118                                        </table> 
     119                                        </td> 
     120                                        <td bgcolor="#cccccc"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td> 
     121                                    </tr> 
     122                                    <tr> 
     123                                        <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/tbl_bottom.gif" width="678" height="8" alt=""></td> 
     124                                    </tr> 
     125                                </table> 
    126126 
    127                                 <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    128                                     <tr><td><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr> 
    129                                 </table> 
    130                                 <!--アップロードボタンここまで--> 
    131                             <!--▲▲▲アップロード▲▲▲--> 
    132                                 </td> 
    133                                 <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    134                             </tr> 
    135                             <tr> 
    136                                 <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td> 
    137                             </tr> 
    138                             <tr><td height="30"></td></tr> 
    139                         </table> 
    140                     </td> 
    141                 </tr> 
    142                 <!--メインエリア--> 
    143             </table> 
    144             <!--▲登録テーブルここまで--> 
    145         </td> 
    146     </tr> 
     127                                <table width="678" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     128                                    <tr><td><img src="<!--{$TPL_DIR}-->img/contents/main_bar.jpg" width="678" height="10" alt=""></td></tr> 
     129                                </table> 
     130                                <!--アップロードボタンここまで--> 
     131                            <!--▲▲▲アップロード▲▲▲--> 
     132                                </td> 
     133                                <td background="<!--{$TPL_DIR}-->img/contents/main_right.jpg"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="14" height="1" alt=""></td> 
     134                            </tr> 
     135                            <tr> 
     136                                <td colspan="3"><img src="<!--{$TPL_DIR}-->img/contents/main_bottom.jpg" width="706" height="14" alt=""></td> 
     137                            </tr> 
     138                            <tr><td height="30"></td></tr> 
     139                        </table> 
     140                    </td> 
     141                </tr> 
     142                <!--メインエリア--> 
     143            </table> 
     144            <!--▲登録テーブルここまで--> 
     145        </td> 
     146    </tr> 
    147147</form> 
    148148</table> 
Note: See TracChangeset for help on using the changeset viewer.