Ignore:
Timestamp:
2011/03/05 12:14:56 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r20465 r20513  
    3838<div id="ownersstore" class="contents-main"> 
    3939 
    40   <!--購入商品一覧ここから--> 
    41   <div id="ownersstore_products_list"></div> 
    42   <!--購入商品一覧ここまで--> 
     40    <!--購入商品一覧ここから--> 
     41    <div id="ownersstore_products_list"></div> 
     42    <!--購入商品一覧ここまで--> 
    4343 
    44   <div class="btn"> 
    45     <a class="btn-normal" href="javascript:;" onclick="OwnersStore.products_list();return false;"><span>購入商品一覧を取得する</span></a> 
    46   </div> 
     44    <div class="btn"> 
     45        <a class="btn-normal" href="javascript:;" onclick="OwnersStore.products_list();return false;"><span>購入商品一覧を取得する</span></a> 
     46    </div> 
    4747 
    48   <div id="ownersstore_index"> 
    49   <iframe src="<!--{$smarty.const.OSTORE_SSLURL}-->info/" style="width:950px;height:600px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> 
    50   </div> 
     48    <div id="ownersstore_index"> 
     49        <iframe src="<!--{$smarty.const.OSTORE_SSLURL}-->info/" style="width:950px;height:600px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe> 
     50    </div> 
    5151</div> 
    5252</form> 
Note: See TracChangeset for help on using the changeset viewer.