Ignore:
Timestamp:
2013/07/08 13:07:51 (11 years ago)
Author:
Seasoft
Message:

#2059 (HTML構文誤り for 2.13.0)

  • 閉じ漏れ

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • インデント
  • wordwrap の引数

#2140 (標準テンプレートのカスタマイズ性を高める)

  • インデント
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/admin/ownersstore/module.tpl

    r22206 r22954  
    3737 
    3838<form name="form1" id="form1" method="post" action="?"> 
    39 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    40 <div id="ownersstore" class="contents-main"> 
     39    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
     40    <div id="ownersstore" class="contents-main"> 
    4141 
    42     <!--購入商品一覧ここから--> 
    43     <div id="ownersstore_products_list"></div> 
    44     <!--購入商品一覧ここまで--> 
     42        <!--購入商品一覧ここから--> 
     43        <div id="ownersstore_products_list"></div> 
     44        <!--購入商品一覧ここまで--> 
    4545 
    46     <div class="btn"> 
    47         <a class="btn-normal" href="javascript:;" onclick="OwnersStore.products_list();return false;"><span>モジュール一覧を取得する</span></a> 
     46        <div class="btn"> 
     47            <a class="btn-normal" href="javascript:;" onclick="OwnersStore.products_list();return false;"><span>モジュール一覧を取得する</span></a> 
     48        </div> 
     49 
     50        <div id="ownersstore_index"> 
     51            <iframe src="<!--{$smarty.const.OSTORE_SSLURL}-->store_info/" style="width:950px;height:600px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> 
     52        </div> 
    4853    </div> 
    49  
    50     <div id="ownersstore_index"> 
    51         <iframe src="<!--{$smarty.const.OSTORE_SSLURL}-->store_info/" style="width:950px;height:600px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> 
    52     </div> 
    53 </div> 
    5454</form> 
Note: See TracChangeset for help on using the changeset viewer.