Ignore:
Timestamp:
2011/01/19 19:38:19 (13 years ago)
Author:
Seasoft
Message:

#834(パスに関わるパラメータ名が不適切)

  • TPL_DIR -> TPL_URLPATH
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/sphone/contact/confirm.tpl

    r19785 r19983  
    7575      <a href="?" 
    7676         onclick="fnModeSubmit('return', '', ''); return false;" 
    77          onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_back_on.gif','back02');" 
    78          onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_back.gif','back02');"> 
    79         <img src="<!--{$TPL_DIR}-->img/button/btn_back.gif" width="150" height="30" 
     77         onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.gif','back02');" 
     78         onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.gif','back02');"> 
     79        <img src="<!--{$TPL_URLPATH}-->img/button/btn_back.gif" width="150" height="30" 
    8080             alt="戻る" name="back02" id="back02" /></a> 
    8181      <input type="image" 
    82              onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_send_on.gif',this)" 
    83              onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/button/btn_send.gif',this)" 
    84              src="<!--{$TPL_DIR}-->img/button/btn_send.gif" alt="送信" name="send" id="send" class="box150" /> 
     82             onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_send_on.gif',this)" 
     83             onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_send.gif',this)" 
     84             src="<!--{$TPL_URLPATH}-->img/button/btn_send.gif" alt="送信" name="send" id="send" class="box150" /> 
    8585       </div> 
    8686     </form> 
Note: See TracChangeset for help on using the changeset viewer.