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/contents/recomend_search.tpl

    r16821 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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    26 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 
     24<!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`admin_popup_header.tpl"}--> 
    2725 
    28 <head> 
    29 <meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 
    30 <meta http-equiv="content-script-type" content="text/javascript" /> 
    31 <meta http-equiv="content-style-type" content="text/css" /> 
    32 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/css.js"></script> 
    33 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    34 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
    35 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/site.js"></script> 
    36 <script type="text/javascript" src="<!--{$TPL_DIR}-->js/admin.js"></script> 
    3726<script type="text/javascript"> 
    3827<!-- 
     
    4029 
    4130function func_submit( id ){ 
    42     var fm = window.opener.document.form<!--{$smarty.get.rank}-->; 
    43     fm.product_id.value = id; 
    44     fm.mode.value = 'set_item'; 
    45     fm.rank.value = '<!--{$smarty.get.rank}-->'; 
    46     fm.submit(); 
    47     window.close(); 
    48     return false; 
     31  var fm = window.opener.document.form<!--{$smarty.get.rank}-->; 
     32  fm.product_id.value = id; 
     33  fm.mode.value = 'set_item'; 
     34  fm.rank.value = '<!--{$smarty.get.rank}-->'; 
     35  fm.submit(); 
     36  window.close(); 
     37  return false; 
    4938} 
    5039//--> 
    5140</script> 
    52 <title>ECサイト管理者ページ</title> 
    53 </head> 
    5441 
    55  
    56 <body bgcolor="#ffffff" text="#666666" link="#007bb7" vlink="#007bb7" alink="#cc0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> 
    57 <noscript> 
    58 <link rel="stylesheet" href="<!--{$smarty.const.URL_ADMIN_CSS}-->common.css" type="text/css" /> 
    59 </noscript> 
    60  
    61 <!--▼CONTENTS--> 
    62 <div align="center"> 
    63   
    6442<!--▼検索フォーム--> 
    6543<form name="form1" id="form1" method="post" action="<!--{$smarty.server.REQUEST_URI|escape}-->"> 
    66 <input name="mode" type="hidden" value="search"> 
    67 <input name="search_pageno" type="hidden" value=""> 
    68 <table bgcolor="#cccccc" width="420" border="0" cellspacing="1" cellpadding="5" summary=" "> 
    69     <tr class="fs12n"> 
    70         <td bgcolor="#f0f0f0" width="100">カテゴリ</td> 
    71         <td bgcolor="#ffffff" width="287"><select name="search_category_id"> 
    72         <option value="" selected="selected">選択してください</option> 
    73         <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}--> 
    74         </select> 
    75         </td> 
    76     </tr> 
    77     <tr class="fs12n"> 
    78         <td bgcolor="#f0f0f0">商品名</td> 
    79         <td bgcolor="#ffffff"><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td> 
    80     </tr> 
    81 </table> 
    82 <br /> 
    83 <input type="submit" name="subm" value="検索を開始" /> 
    84 <br /> 
    85 <br /> 
     44<input name="mode" type="hidden" value="search" /> 
     45<input name="search_pageno" type="hidden" value="" /> 
     46  <table class="form"> 
     47    <tr> 
     48      <th>カテゴリ</th> 
     49      <td> 
     50        <select name="search_category_id"> 
     51        <option value="" selected="selected">選択してください</option> 
     52        <!--{html_options options=$arrCatList selected=$arrForm.search_category_id}--> 
     53        </select> 
     54      </td> 
     55    </tr> 
     56    <tr> 
     57      <th>商品名</th> 
     58      <td><input type="text" name="search_name" value="<!--{$arrForm.search_name}-->" size="35" class="box35" /></td> 
     59    </tr> 
     60  </table> 
     61  <div class="btn"><button type="submit"><span>検索を開始</span></button> 
    8662 
    87     <!--▼検索結果表示--> 
    88     <!--{if $tpl_linemax}--> 
    89     <table width="420" border="0" cellspacing="0" cellpadding="0" summary=" " bgcolor="#FFFFFF"> 
    90         <tr class="fs12"> 
    91             <td align="left"><!--{$tpl_linemax}-->件が該当しました。 </td> 
    92         </tr> 
    93         <tr class="fs12"> 
    94             <td align="center"> 
    95             <!--▼ページナビ--> 
    96             <!--{$tpl_strnavi}--> 
    97             <!--▲ページナビ--> 
    98             </td> 
    99         </tr> 
    100         <tr><td height="10"></td></tr> 
    101     </table> 
    102          
    103     <!--▼検索後表示部分--> 
    104     <table width="420" border="0" cellspacing="1" cellpadding="5" bgcolor="#cccccc"> 
    105         <tr bgcolor="#f0f0f0" align="center" class="fs12"> 
    106             <td>商品画像</td> 
    107             <td>商品番号</td> 
    108             <td>商品名</td> 
    109             <td>決定</td> 
    110         </tr> 
    111         <!--{section name=cnt loop=$arrProducts}--> 
    112         <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 
    113         <tr bgcolor="#FFFFFF" class="fs12n"> 
    114             <td width="90" align="center"> 
    115             <!--{if $arrProducts[cnt].main_list_image != ""}--> 
    116                 <!--{assign var=image_path value="`$arrProducts[cnt].main_list_image`"}--> 
    117             <!--{else}--> 
    118                 <!--{assign var=image_path value="`$smarty.const.NO_IMAGE_DIR`"}--> 
    119             <!--{/if}--> 
    120             <img src="<!--{$smarty.const.SITE_URL}-->resize_image.php?image=<!--{$image_path}-->&width=65&height=65" alt=""> 
    121             </td> 
    122             <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td> 
    123             <td><!--{$arrProducts[cnt].name|escape}--></td> 
    124             <td align="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">決定</a></td> 
    125         </tr> 
    126         <!--▲商品<!--{$smarty.section.cnt.iteration}-->--> 
    127         <!--{sectionelse}--> 
    128         <tr bgcolor="#FFFFFF" class="fs10n"> 
    129             <td colspan="4">商品が登録されていません</td> 
    130         </tr>    
    131         <!--{/section}--> 
    132     </table> 
    133     <!--{/if}--> 
    134     <!--▲検索結果表示--> 
     63  <!--{* ▼検索結果表示 *}--> 
     64  <!--{if $tpl_linemax}--> 
     65  <p><!--{$tpl_linemax}-->件が該当しました。</p> 
     66  <!--{$tpl_strnavi}--> 
     67     
     68  <table class="list"> 
     69    <tr> 
     70      <th>商品画像</th> 
     71      <th>商品コード</th> 
     72      <th>商品名</th> 
     73      <th>決定</th> 
     74    </tr> 
     75    <!--{section name=cnt loop=$arrProducts}--> 
     76    <!--▼商品<!--{$smarty.section.cnt.iteration}-->--> 
     77    <tr> 
     78      <td class="center"> 
     79        <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrProducts[cnt].main_list_image|sfNoImageMainList|escape}-->&width=65&height=65" alt="" /> 
     80      </td> 
     81      <td><!--{$arrProducts[cnt].product_code|escape|default:"-"}--></td> 
     82      <td><!--{$arrProducts[cnt].name|escape}--></td> 
     83      <td class="center"><a href="" onClick="return func_submit(<!--{$arrProducts[cnt].product_id}-->)">決定</a></td> 
     84    </tr> 
     85    <!--▲商品<!--{$smarty.section.cnt.iteration}-->--> 
     86    <!--{sectionelse}--> 
     87    <tr> 
     88      <td colspan="4">商品が登録されていません</td> 
     89    </tr>   
     90    <!--{/section}--> 
     91  </table> 
     92  <!--{/if}--> 
     93  <!--{* ▲検索結果表示 *}--> 
    13594 
    13695</form> 
    13796 
    138 </div> 
    139 <!--▲CONTENTS--> 
    140 </body> 
    141 </html> 
     97<!--{include file="`$smarty.const.TEMPLATE_ADMIN_DIR`admin_popup_footer.tpl"}--> 
Note: See TracChangeset for help on using the changeset viewer.