Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/data/Smarty/templates/default/admin/products/trackback_edit.tpl

    r16582 r18609  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2008 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    2222 */ 
    2323*}--> 
    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"> 
     24?<form name="form1" id="form1" method="post" action="?" > 
     25<input type="hidden" name="mode" value="complete" /> 
    2826<!--{foreach key=key item=item from=$arrTrackback}--> 
    2927<!--{if $key ne "mode"}--> 
    30 <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->"> 
     28<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->" /> 
    3129<!--{/if}--> 
    3230<!--{/foreach}--> 
    3331<!--{foreach key=key item=item from=$arrSearchHidden}--> 
    34 <input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->"> 
     32<input type="hidden" name="<!--{$key}-->" value="<!--{$item|escape}-->" /> 
    3533<!--{/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=" "> 
    4834 
    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> 
     35<div id="products" class="contents-main"> 
     36  <h2>トラックバック設定</h2> 
    7437 
    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> 
     38<!--▼編集テーブルここから--> 
     39<table> 
     40  <tr> 
     41    <th>商品名</th> 
     42    <td><!--{$arrTrackback.name|escape}--></td> 
     43  </tr> 
     44  <tr> 
     45    <th>ブログ名</th> 
     46    <td><!--{$arrTrackback.blog_name|escape}--></td> 
     47  </tr> 
     48  <tr> 
     49    <th>ブログ記事タイトル</th> 
     50    <td><!--{$arrTrackback.title|escape}--></td> 
     51  </tr> 
     52  <tr> 
     53    <th>ブログ記事内容</th> 
     54    <td><!--{$arrTrackback.excerpt|escape}--></td> 
     55  </tr> 
     56  <tr> 
     57    <th>ブログURL</th> 
     58    <td><!--{$arrTrackback.url|escape}--></td> 
     59  </tr> 
     60  <tr> 
     61    <th>投稿日</th> 
     62    <td><!--{$arrTrackback.create_date|sfDispDBDate}--></td> 
     63  </tr> 
     64  <tr> 
     65    <th>状態</th> 
     66    <td> 
     67    <!--{assign var=key value="status"}--> 
     68    <span class="attention"><!--{$arrErr.status}--></span> 
     69    <select name="<!--{$key}-->" style="<!--{$arrErr.status|sfGetErrorColor}-->" > 
     70    <option value="">選択してください</option> 
     71    <!--{html_options options=$arrTrackBackStatus selected=$arrTrackback[$key]}--> 
     72    </select> 
     73    </td> 
     74  </tr> 
     75</table> 
     76<!--▲編集テーブルここまで--> 
     77  <div class="btn"> 
     78    <button type="button" onclick="document.form1.action='./trackback.php'; fnModeSubmit('search','','');"><span>検索画面に戻る</span></button> 
     79    <button type="submit" onclick="fnModeSubmit('complete','','');"><span>この内容で登録する</span></button> 
     80  </div> 
     81</div> 
    15582</form> 
    156 </table> 
    157 <!--★★メインコンテンツ★★-->      
Note: See TracChangeset for help on using the changeset viewer.