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/products/review_confirm.tpl

    r17334 r18609  
    2424  <div id="windowarea"> 
    2525    <h2><img src="<!--{$TPL_DIR}-->img/products/review_title.jpg" width="500" height="40" alt="お客様の声書き込み" /></h2> 
    26     <form name="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
     26    <form name="form1" method="post" action="?"> 
    2727      <input type="hidden" name="mode" value="complete" /> 
    2828        <!--{foreach from=$arrForm key=key item=item}--> 
     
    4242          </tr> 
    4343          <tr> 
    44             <th>メールアドレス</th> 
     44            <th>投稿者URL</th> 
    4545            <td><!--{$arrForm.reviewer_url|escape}--></td> 
    4646          </tr> 
     
    5151          <tr> 
    5252            <th>おすすめレベル<span class="attention">※</span></th> 
    53             <td><span class="attention"><!--{$arrRECOMMEND[$arrForm.recommend_level]}--></span></td> 
     53            <td><span class="recommend_level"><!--{$arrRECOMMEND[$arrForm.recommend_level]}--></span></td> 
    5454          </tr> 
    5555          <tr> 
Note: See TracChangeset for help on using the changeset viewer.