Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

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

Location:
branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/bloc
Files:
4 edited

Legend:

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

    r19785 r19802  
    2929 
    3030            <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|u}-->"> 
    31                 <img src="<!--{$smarty.const.SMARTPHONE_URL_DIR}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|h}-->" /></a> 
     31                <img src="<!--{$smarty.const.SMARTPHONE_URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|h}-->" /></a> 
    3232             
    3333            <div class="recomendrightblock"> 
     
    5151        <div class="recomendright"> 
    5252            <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|u}-->"> 
    53                 <img src="<!--{$smarty.const.SMARTPHONE_URL_DIR}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /></a> 
     53                <img src="<!--{$smarty.const.SMARTPHONE_URL_PATH}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[$cnt2].name|h}-->" /></a> 
    5454 
    5555            <div class="recomendrightblock"> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/bloc/category.tpl

    r19785 r19802  
    4949          <!--{/if}--> 
    5050           
    51           <li class="level<!--{$level}--><!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> onmark<!--{/if}-->"><span class="category_header"></span><span class="category_body"><a href="<!--{$smarty.const.SMARTPHONE_URL_DIR}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"<!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> class="onlink"<!--{/if}-->><!--{$arrTree[cnt].category_name|h}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a></span> 
     51          <li class="level<!--{$level}--><!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> onmark<!--{/if}-->"><span class="category_header"></span><span class="category_body"><a href="<!--{$smarty.const.SMARTPHONE_URL_PATH}-->products/list.php?category_id=<!--{$arrTree[cnt].category_id}-->"<!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> class="onlink"<!--{/if}-->><!--{$arrTree[cnt].category_name|h}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a></span> 
    5252            <!--{if $firstdone == 0}--><!--{assign var=firstdone value=1}--><!--{/if}--> 
    5353            <!--{assign var=preLev value=`$level`}--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/bloc/login.tpl

    r19714 r19802  
    2424  <div class="create-box"> 
    2525    <!--{if $tpl_login}--> 
    26       <a href="<!--{$smarty.const.SMARTPHONE_SSL_URL|sfTrimURL}-->/mypage/login.php" class="spbtn">マイページ</a> 
     26      <a href="<!--{$smarty.const.SMARTPHONE_HTTPS_URL|sfTrimURL}-->/mypage/login.php" class="spbtn">マイページ</a> 
    2727    <!--{else}--> 
    28       <a href="<!--{$smarty.const.SMARTPHONE_SSL_URL|sfTrimURL}-->/entry/kiyaku.php" class="spbtn">会員登録</a> 
    29       <a href="<!--{$smarty.const.SMARTPHONE_SSL_URL|sfTrimURL}-->/mypage/login.php" class="spbtn">ログイン</a> 
     28      <a href="<!--{$smarty.const.SMARTPHONE_HTTPS_URL|sfTrimURL}-->/entry/kiyaku.php" class="spbtn">会員登録</a> 
     29      <a href="<!--{$smarty.const.SMARTPHONE_HTTPS_URL|sfTrimURL}-->/mypage/login.php" class="spbtn">ログイン</a> 
    3030    <!--{/if}--> 
    3131    <!--ログインフォーム--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl

    r19785 r19802  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <!--{assign var=mypage value="`$smarty.const.SMARTPHONE_URL_DIR`mypage/index.php"}--> 
     22<!--{assign var=mypage value="`$smarty.const.SMARTPHONE_URL_PATH`mypage/index.php"}--> 
    2323<!--{if $smarty.server.PHP_SELF != $mypage}--> 
    2424 
Note: See TracChangeset for help on using the changeset viewer.