Ignore:
Timestamp:
2012/02/19 02:22:11 (12 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/mobile/products/select_find2.tpl

    r21535 r21537  
    2222 */ 
    2323*}--> 
    24 <div align="center"><!--{$tpl_class_name2}--></div> 
    25 <hr> 
    2624 
    27 <!--{if $arrErr.classcategory_id2 != ""}--> 
    28     <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br> 
    29 <!--{/if}--> 
    30 <form method="post" action="?"> 
    31     <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    32     <select name="classcategory_id2"> 
    33         <option value="">選択してください</option> 
    34         <!--{html_options options=$arrClassCat2 selected=$arrForm.classcategory_id2.value}--> 
    35     </select><br> 
    36     <input type="hidden" name="mode" value="selectItem"> 
    37     <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->"> 
    38     <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
    39     <center><input type="submit" name="submit" value="次へ"></center> 
    40 </form> 
     25<!--{strip}--> 
     26    <div align="center"><!--{$tpl_class_name2}--></div> 
     27    <hr> 
     28 
     29    <!--{if $arrErr.classcategory_id2 != ""}--> 
     30        <font color="#FF0000">※<!--{$tpl_class_name2}-->を入力して下さい。</font><br> 
     31    <!--{/if}--> 
     32    <form method="post" action="?"> 
     33        <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->"> 
     34        <select name="classcategory_id2"> 
     35            <option value="">選択してください</option> 
     36            <!--{html_options options=$arrClassCat2 selected=$arrForm.classcategory_id2.value}--> 
     37        </select><br> 
     38        <input type="hidden" name="mode" value="selectItem"> 
     39        <input type="hidden" name="classcategory_id1" value="<!--{$arrForm.classcategory_id1.value}-->"> 
     40        <input type="hidden" name="product_id" value="<!--{$tpl_product_id}-->"> 
     41        <center><input type="submit" name="submit" value="次へ"></center> 
     42    </form> 
     43<!--{/strip}--> 
Note: See TracChangeset for help on using the changeset viewer.