Ignore:
Timestamp:
2011/01/06 01:28:55 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある)

Location:
branches/version-2_5-dev/data/Smarty/templates/default/frontparts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/best5.tpl

    r19802 r19833  
    2828        <div class="recomendleft"> 
    2929 
    30             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
     30            <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
    3131                <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=48&amp;height=48" alt="<!--{$arrBestProducts[cnt].name|h}-->" /></a> 
    3232 
    3333            <h3> 
    34                 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a> 
     34                <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[cnt].product_id|u}-->"><!--{$arrBestProducts[cnt].name|h}--></a> 
    3535            </h3> 
    3636 
     
    4949            <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
    5050 
    51             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
     51            <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
    5252                <img src="<!--{$smarty.const.URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=48&amp;height=48" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /></a> 
    5353 
    5454            <h3> 
    55             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"><!--{$arrBestProducts[$cnt2].name|h}--></a> 
     55            <a href="<!--{$smarty.const.P_DETAIL_URL_PATH}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"><!--{$arrBestProducts[$cnt2].name|h}--></a> 
    5656            </h3> 
    5757 
  • branches/version-2_5-dev/data/Smarty/templates/default/frontparts/bloc/cart.tpl

    r19697 r19833  
    3636        </p> 
    3737        <p class="btn"> 
    38             <a href="<!--{$smarty.const.URL_CART_TOP}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_block_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_block_cartin.gif','button_cartin');"> 
     38            <a href="<!--{$smarty.const.CART_URL_PATH}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/button/btn_block_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/button/btn_block_cartin.gif','button_cartin');"> 
    3939                <img src="<!--{$TPL_DIR}-->img/button/btn_block_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" id="button_cartin" /></a> 
    4040        </p> 
  • branches/version-2_5-dev/data/Smarty/templates/default/frontparts/form_personal_input.tpl

    r19802 r19833  
    5959    〒&nbsp;<input type="text" name="<!--{$key1}-->" value="<!--{$arrForm[$key1]|h}-->" maxlength="<!--{$smarty.const.ZIP01_LEN}-->" style="<!--{$arrErr[$key1]|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp;-&nbsp;<input type="text" name="<!--{$key2}-->" value="<!--{$arrForm[$key2]|h}-->" maxlength="<!--{$smarty.const.ZIP02_LEN}-->" style="<!--{$arrErr[$key2]|sfGetErrorColor}-->; ime-mode: disabled;" size="6" class="box60" />&nbsp; 
    6060    <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fs12">郵便番号検索</span></a> 
    61     <p class="zipimg"><a href="<!--{$smarty.const.URL_PATH}-->input_zip.php" onclick="fnCallAddress('<!--{$smarty.const.URL_INPUT_ZIP}-->', '<!--{$key1}-->', '<!--{$key2}-->', '<!--{$key3}-->', '<!--{$key4}-->'); return false;" target="_blank"><img src="<!--{$TPL_DIR}-->img/button/btn_address_input.gif" width="86" height="20" alt="住所自動入力" /></a> 
     61    <p class="zipimg"><a href="<!--{$smarty.const.URL_PATH}-->input_zip.php" onclick="fnCallAddress('<!--{$smarty.const.INPUT_ZIP_URL_PATH}-->', '<!--{$key1}-->', '<!--{$key2}-->', '<!--{$key3}-->', '<!--{$key4}-->'); return false;" target="_blank"><img src="<!--{$TPL_DIR}-->img/button/btn_address_input.gif" width="86" height="20" alt="住所自動入力" /></a> 
    6262    <span class="mini">&nbsp;郵便番号を入力後、クリックしてください。</span></p> 
    6363  </td> 
Note: See TracChangeset for help on using the changeset viewer.