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/mypage/index.tpl

    r17495 r18609  
    2424<!--▼CONTENTS--> 
    2525<div id="mypagecolumn"> 
    26   <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2> 
     26  <h2 class="title"><!--{$tpl_title|escape}--></h2> 
    2727  <!--{if $tpl_navi != ""}--> 
    2828    <!--{include file=$tpl_navi}--> 
     
    3131  <!--{/if}--> 
    3232  <div id="mycontentsarea"> 
    33     <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     33    <form name="form1" method="post" action="?"> 
    3434    <input type="hidden" name="order_id" value="" /> 
    3535    <input type="hidden" name="pageno" value="<!--{$tpl_pageno}-->" /> 
    36     <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle01.gif" width="515" height="32" alt="購入履歴一覧" /></h3> 
     36    <h3><!--{$tpl_subtitle|escape}--></h3> 
    3737 
    3838<!--{if $tpl_linemax > 0}--> 
     
    6060       <td><!--{$arrPayment[$payment_id]|escape}--></td> 
    6161       <td class="pricetd"><!--{$arrOrder[cnt].payment_total|number_format}-->円</td> 
    62        <td class="centertd"><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnChangeAction('./history.php'); fnKeySubmit('order_id','<!--{$arrOrder[cnt].order_id}-->'); return false">詳細</a></td> 
     62       <td class="centertd"><a href="<!--{$smarty.const.URL_DIR}-->mypage/history.php?order_id=<!--{$arrOrder[cnt].order_id}-->">詳細</a></td> 
    6363     </tr> 
    6464     <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.