Ignore:
Timestamp:
2010/11/07 09:33:16 (14 years ago)
Author:
tatsuno
Message:

#787 iPhoneの主要テンプレートをPCテンプレートに上書きしてテストコミット。

Location:
branches/camp/camp-2_5-B/data/Smarty/templates/default
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/bloc/best5.tpl

    r18700 r19639  
    2929 
    3030            <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|escape:url}-->"> 
    31                 <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=48&amp;height=48" alt="<!--{$arrBestProducts[cnt].name|escape}-->" /></a> 
     31                <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrBestProducts[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[cnt].name|escape}-->" /></a> 
     32             
     33            <div class="recomendrightblock"> 
     34                <h3> 
     35                    <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|escape:url}-->"><!--{$arrBestProducts[cnt].name|escape}--></a> 
     36                </h3> 
    3237 
    33             <h3> 
    34                 <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[cnt].product_id|escape:url}-->"><!--{$arrBestProducts[cnt].name|escape}--></a> 
    35             </h3> 
     38                <!--{assign var=price01 value=`$arrBestProducts[cnt].price01_min`}--> 
     39                <!--{assign var=price02 value=`$arrBestProducts[cnt].price02_min`}--> 
    3640 
    37             <!--{assign var=price01 value=`$arrBestProducts[cnt].price01_min`}--> 
    38             <!--{assign var=price02 value=`$arrBestProducts[cnt].price02_min`}--> 
     41                <p class="sale_price"><span class="mini">(税込)</span>: 
     42                    <span class="price"><!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 円</span> 
     43                </p> 
    3944 
    40             <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>: 
    41                 <span class="price"><!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 円</span> 
    42             </p> 
     45                <p class="mini comment"><!--{$arrBestProducts[cnt].comment|escape|nl2br}--></p> 
     46            </div> 
     47        </div> 
     48         
     49        <!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1`}--> 
     50        <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
     51        <div class="recomendright"> 
     52            <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|escape:url}-->"> 
     53                <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|escape}-->&amp;width=80&amp;height=80" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->" /></a> 
    4354 
    44             <p class="mini comment"><!--{$arrBestProducts[cnt].comment|escape|nl2br}--></p> 
     55            <div class="recomendrightblock"> 
     56                <h3> 
     57                <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|escape:url}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a> 
     58                </h3> 
     59 
     60                <!--{assign var=price01 value=`$arrBestProducts[$cnt2].price01_min`}--> 
     61                <!--{assign var=price02 value=`$arrBestProducts[$cnt2].price02_min`}--> 
     62 
     63                <p class="sale_price"><span class="mini">(税込)</span>: 
     64                    <span class="price"><!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 円</span> 
     65                </p> 
     66 
     67                <p class="mini comment"><!--{$arrBestProducts[$cnt2].comment|escape|nl2br}--></p> 
     68            </div> 
    4569        </div> 
    46  
    47         <div class="recomendright"> 
    48             <!--{assign var=cnt2 value=`$smarty.section.cnt.iteration*$smarty.section.cnt.step-1`}--> 
    49             <!--{if $arrBestProducts[$cnt2]|count > 0}--> 
    50  
    51             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|escape:url}-->"> 
    52                 <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrBestProducts[$cnt2].main_list_image|sfNoImageMainList|escape}-->&amp;width=48&amp;height=48" alt="<!--{$arrBestProducts[$cnt2].name|escape}-->" /></a> 
    53  
    54             <h3> 
    55             <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrBestProducts[$cnt2].product_id|escape:url}-->"><!--{$arrBestProducts[$cnt2].name|escape}--></a> 
    56             </h3> 
    57  
    58             <!--{assign var=price01 value=`$arrBestProducts[$cnt2].price01_min`}--> 
    59             <!--{assign var=price02 value=`$arrBestProducts[$cnt2].price02_min`}--> 
    60  
    61             <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>: 
    62                 <span class="price"><!--{$price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 円</span> 
    63             </p> 
    64  
    65             <p class="mini comment"><!--{$arrBestProducts[$cnt2].comment|escape|nl2br}--></p> 
    66             <!--{/if}--> 
    67         </div> 
     70        <!--{/if}--> 
    6871    </div> 
    6972    <!--{/section}--> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/bloc/category.tpl

    r18700 r19639  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <div class="bloc_outer"> 
    23     <h2><img src="<!--{$TPL_DIR}-->img/bloc/category/title_icon.gif" width="20" height="20" alt="*" class="title_icon" /> 
    24         商品カテゴリー</h2> 
    25     <div id="categoryarea" class="bloc_body"> 
    26     <!--{strip}--> 
    27         <ul id="categorytree"> 
    28         <!--{assign var=preLev value=1}--> 
    29         <!--{assign var=firstdone value=0}--> 
    30         <!--{section name=cnt loop=$arrTree}--> 
    31             <!--{* 表示フラグがTRUEなら表示 *}--> 
    32             <!--{if $arrTree[cnt].display == 1}--> 
    33             <!--{assign var=level value=`$arrTree[cnt].level`}--> 
    34             <!--{assign var=levdiff value=`$level-$preLev`}--> 
    35                 <!--{if $levdiff > 0}--> 
    36                     <ul> 
    37                 <!--{elseif $levdiff == 0 && $firstdone == 1}--> 
    38                     </li> 
    39                 <!--{elseif $levdiff < 0}--> 
    40                     <!--{section name=d loop=`$levdiff*-1`}--> 
    41                             </li> 
    42                         </ul> 
    43                     <!--{/section}--> 
    44                     </li> 
    45                 <!--{/if}--> 
    46             <li class="level<!--{$level}--><!--{if in_array($arrTree[cnt].category_id, $tpl_category_id) }--> onmark<!--{/if}-->"><a href="<!--{$smarty.const.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|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a> 
     22<!--商品カテゴリーここから--> 
     23<h2 id="title-category" class="title-side">商品カテゴリ</h2> 
     24<div id="block-category" class="block-side"> 
     25  <div class="create-box"> 
     26 
     27    <ul id="categorytree"> 
     28    <!--{assign var=preLev value=1}--> 
     29    <!--{assign var=firstdone value=0}--> 
     30    <!--{section name=cnt loop=$arrTree}--> 
     31      <!--{* カテゴリ表示・非表示切り替え *}--> 
     32      <!--{if $arrTree[cnt].view_flg != "2"}--> 
     33        <!--{* 表示フラグがTRUEなら表示 *}--> 
     34        <!--{* <!--{if $arrTree[cnt].display == 1}--> *}--> 
     35        <!--{assign var=level value=`$arrTree[cnt].level`}--> 
     36        <!--{* level2以下なら表示(level指定可能) *}--> 
     37        <!--{if $level <= 2 || $arrTree[cnt].display == 1}--> 
     38        <!--{assign var=levdiff value=`$level-$preLev`}--> 
     39          <!--{if $levdiff > 0}--> 
     40              <ul> 
     41          <!--{elseif $levdiff == 0 && $firstdone == 1}--> 
     42              </li> 
     43          <!--{elseif $levdiff < 0}--> 
     44            <!--{section name=d loop=`$levdiff*-1`}--> 
     45                </li> 
     46              </ul> 
     47            <!--{/section}--> 
     48            </li> 
     49          <!--{/if}--> 
     50           
     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.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|escape}-->(<!--{$arrTree[cnt].product_count|default:0}-->)</a></span> 
    4752            <!--{if $firstdone == 0}--><!--{assign var=firstdone value=1}--><!--{/if}--> 
    4853            <!--{assign var=preLev value=`$level`}--> 
     
    5459                        </li> 
    5560                    </ul> 
    56                     <!--{/section}--> 
    57                     </li> 
    58                 <!--{else}--> 
    59                     </li> 
    60                 <!--{/if}--> 
    61             <!--{/if}--> 
    62         <!--{/section}--> 
    63         </ul> 
    64     <!--{/strip}--> 
    65     </div> 
     61            <!--{/section}--> 
     62            </li> 
     63          <!--{else}--> 
     64            </li> 
     65          <!--{/if}--> 
     66        <!--{/if}--> 
     67      <!--{/if}--> 
     68    <!--{/section}--> 
     69    </ul> 
     70 
     71  </div> 
    6672</div> 
     73 
     74<!--{if $arrTree|@count > 0}--> 
     75<script type="text/javascript" language="JavaScript"> 
     76//<![CDATA[ 
     77initCategoryList(); //カテゴリーリストの初期化 
     78//]]> 
     79</script> 
     80<!--{/if}--> 
     81 
     82<!--商品カテゴリーここまで--> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/bloc/login.tpl

    r18700 r19639  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <div class="bloc_outer"> 
    23     <h2><img src="<!--{$TPL_DIR}-->img/bloc/login/title_icon.gif" width="20" height="20" alt="*" class="title_icon" /> 
    24         ログイン</h2> 
    25     <div id="loginarea" class="bloc_body"> 
    26         <form name="login_form" id="login_form" method="post" action="<!--{$smarty.const.SSL_URL}-->frontparts/login_check.php" onsubmit="return fnCheckLogin('login_form')"> 
    27             <input type="hidden" name="mode" value="login" /> 
    28             <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    29             <input type="hidden" name="url" value="<!--{$smarty.server.PHP_SELF|escape}-->" /> 
    30             <div id="login"> 
    31                 <!--{if $tpl_login}--> 
    32                 <p>ようこそ<br /> 
    33                     <!--{$tpl_name1|escape}--> <!--{$tpl_name2|escape}--> 様<br /> 
    34                     <!--{if $smarty.const.USE_POINT !== false}--> 
    35                         所持ポイント:<span class="price"> <!--{$tpl_user_point|number_format|default:0}--> pt</span> 
    36                     <!--{/if}--> 
    37                 </p> 
    38                     <!--{if !$tpl_disable_logout}--> 
    39                 <p class="btn"> 
    40                     <a href="?" onclick="fnFormModeSubmit('login_form', 'logout', '', ''); return false;"> 
    41                         <img src="<!--{$TPL_DIR}-->img/header/logout.gif" width="44" height="21" alt="ログアウト" /></a> 
    42                 </p> 
    43              </div> 
    44                     <!--{/if}--> 
    45                 <!--{else}--> 
    46                 <p><img src="<!--{$TPL_DIR}-->img/side/icon_mail.gif" width="40" height="21" alt="メールアドレス" /><input type="text" name="login_email" class="box96" value="<!--{$tpl_login_email|escape}-->" style="ime-mode: disabled;"/></p> 
    47                 <p><img src="<!--{$TPL_DIR}-->img/side/icon_pw.gif" width="40" height="22" alt="パスワード" /><input type="password" name="login_pass" class="box96" /></p> 
    48             </div> 
    49                 <p class="mini"> 
    50                     <a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_URL}-->" onclick="win01('<!--{$smarty.const.SSL_URL|sfTrimURL}-->/forgot/<!--{$smarty.const.DIR_INDEX_URL}-->','forget','600','400'); return false;" target="_blank">パスワードを忘れた方はこちら</a> 
    51                 </p> 
    52                 <p> 
    53                     <input type="checkbox" name="login_memory" value="1" <!--{$tpl_login_memory|sfGetChecked:1}--> /> 
    54                     <img src="<!--{$TPL_DIR}-->img/header/memory.gif" width="18" height="9" alt="記憶" /> 
    55                 </p> 
    56                 <p class="btn"> 
    57                     <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_login_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/side/button_login.gif',this)" src="<!--{$TPL_DIR}-->img/side/button_login.gif" class="box51" alt="ログイン" name="subm" /> 
    58                 </p> 
    59                 <!--{/if}--> 
    60                 <!--ログインフォーム--> 
    61         </form> 
    62     </div> 
     22<!--▼ログインここから--> 
     23<div id="block-login" class="block-side"> 
     24  <div class="create-box"> 
     25    <!--{if $tpl_login}--> 
     26      <a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/mypage/login.php" class="spbtn">マイページ</a> 
     27    <!--{else}--> 
     28      <a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/entry/kiyaku.php" class="spbtn">会員登録</a> 
     29      <a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/mypage/login.php" class="spbtn">ログイン</a> 
     30    <!--{/if}--> 
     31    <!--ログインフォーム--> 
     32  </div> 
    6333</div> 
     34<!--▲ログインここまで--> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/bloc/news.tpl

    r18700 r19639  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <div id="newsarea" class="bloc_outer"> 
    23     <h2><img src="<!--{$TPL_DIR}-->img/bloc/news/title_icon.gif" width="27" height="20" alt="*" class="title_icon" /> 
    24         新着情報</h2> 
    25     <div class="bloc_body"> 
    26         <p>☆★☆ 新着情報は<a href="<!--{$smarty.const.URL_DIR}-->rss/<!--{$smarty.const.DIR_INDEX_URL}-->" target="_blank">RSS</a>で配信しています。★☆★</p> 
     22<!--{assign var=mypage value="`$smarty.const.URL_DIR`mypage/index.php"}--> 
     23<!--{if $smarty.server.PHP_SELF != $mypage}--> 
    2724 
    28         <!--{section name=data loop=$arrNews}--> 
    29             <!--{assign var="date_array" value="-"|explode:$arrNews[data].news_date_disp}--> 
    30             <dl> 
    31                 <dt><!--{$date_array[0]}-->年<!--{$date_array[1]}-->月<!--{$date_array[2]}-->日</dt> 
    32                 <dd> 
    33                     <a 
    34                         <!--{if $arrNews[data].news_url}--> 
    35                             href="<!--{$arrNews[data].news_url}-->" 
    36                             <!--{if $arrNews[data].link_method eq "2"}--> 
    37                                 target="_blank" 
    38                             <!--{/if}--> 
    39                         <!--{/if}--> 
    40                     > 
    41                         <!--{$arrNews[data].news_title|escape|nl2br}--></a><br /> 
    42                     <!--{$arrNews[data].news_comment|escape|nl2br}--> 
    43                  </dd> 
    44             </dl> 
    45         <!--{/section}--> 
    46     </div> 
     25<!--{if $arrNews}--> 
     26<div id="block-news" class="block-center"> 
     27<div class="create-box"> 
     28 
     29<!--{section name=data loop=$arrNews max=3}--> 
     30<div class="anews"> 
     31<span><!--{$arrNews[data].news_date_disp|date_format:"%m.%d"}--></span>&nbsp; 
     32<!--{if $arrNews[data].news_url}--><a href="<!--{$arrNews[data].news_url|escape}-->"><!--{/if}--> 
     33<!--{$arrNews[data].news_title|escape}--> 
     34<!--{if $arrNews[data].news_url}--></a><!--{/if}--> 
    4735</div> 
     36<!--{/section}--> 
     37 
     38</div> 
     39</div> 
     40 
     41<script type="text/javascript" language="JavaScript"> 
     42//<![CDATA[ 
     43initNews(); //カテゴリーリストの初期化 
     44//]]> 
     45</script> 
     46<!--{/if}--> 
     47 
     48 
     49<!--{elseif $smarty.server.PHP_SELF == $mypage}--> 
     50 
     51<!--{if $arrMemberNews}--> 
     52<h3>お知らせ</h3> 
     53<div id="block-news-mypage"> 
     54 
     55<!--{section name=data loop=$arrMemberNews max=3}--> 
     56<div class=" "> 
     57<span><!--{$arrMemberNews[data].news_date_disp|date_format:"%m.%d"}--></span>&nbsp; 
     58<!--{if $arrMemberNews[data].news_url}--><a href="<!--{$arrMemberNews[data].news_url|escape}-->"><!--{/if}--> 
     59<!--{$arrMemberNews[data].news_title|escape}--> 
     60<!--{if $arrMemberNews[data].news_url}--></a><!--{/if}--> 
     61</div> 
     62<!--{/section}--> 
     63 
     64</div> 
     65<!--{/if}--> 
     66 
     67<!--{/if}--> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/detail.tpl

    r18862 r19639  
    166166    <h2 class="title"><!--{$tpl_subtitle|escape}--></h2> 
    167167 
    168     <!--★詳細メインコメント★--> 
    169     <div class="main_comment"><!--{$arrProduct.main_comment|nl2br_html}--></div> 
    170  
    171168    <div id="detailarea"> 
    172169        <div id="detailphotoblock"> 
     
    211208            <!--{/if}--> 
    212209 
    213             <!--★商品コード★--> 
    214             <div>商品コード: 
    215                 <span id="product_code_default"> 
    216                     <!--{if $arrProduct.product_code_min == $arrProduct.product_code_max}--> 
    217                         <!--{$arrProduct.product_code_min|escape}--> 
    218                     <!--{else}--> 
    219                         <!--{$arrProduct.product_code_min|escape}-->~<!--{$arrProduct.product_code_max|escape}--> 
    220                     <!--{/if}--> 
    221                 </span><span id="product_code_dynamic"></span> 
    222             </div> 
    223  
    224             <!--★商品名★--> 
    225             <h2><!--{$arrProduct.name|escape}--></h2> 
    226  
    227             <!--★販売価格★--> 
    228             <div class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>: 
    229                 <span class="price"> 
    230                     <span id="price02_default"> 
    231                         <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    232                             <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    233                         <!--{else}--> 
    234                             <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    235                         <!--{/if}--> 
    236                     </span><span id="price02_dynamic"></span> 
    237                     円 
    238                 </span> 
    239             </div> 
    240  
    241             <!--★通常価格★--> 
    242             <!--{if $arrProduct.price01_max > 0}--> 
    243                 <div class="normal_price"> 
    244                     <!--{$smarty.const.NORMAL_PRICE_TITLE}-->: 
    245                     <span class="price"> 
    246                         <span id="price01_default"> 
    247                             <!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    248                                 <!--{$arrProduct.price01_min|number_format}--> 
    249                             <!--{else}--> 
    250                                 <!--{$arrProduct.price01_min|number_format}-->~<!--{$arrProduct.price01_max|number_format}--> 
    251                             <!--{/if}--> 
    252                         </span><span id="price01_dynamic"></span> 
    253                         円 
    254                     </span> 
    255                 </div> 
    256             <!--{/if}--> 
    257  
    258             <!--★ポイント★--> 
    259             <!--{if $smarty.const.USE_POINT !== false}--> 
    260                 <div><span class="price">ポイント: 
    261                     <span id="point_default"> 
    262                         <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    263                             <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
    264                         <!--{else}--> 
    265                             <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
     210            <table> 
     211                <tr> 
     212                    <th colspan="2"> 
     213                        <!--★商品名★--> 
     214                        <h2><!--{$arrProduct.name|escape}--></h2> 
     215                    </th> 
     216                </tr> 
     217                <tr> 
     218                    <th> 
     219                        <!--★販売価格★--> 
     220                        <div class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span></div> 
     221                    </th> 
     222                    <td> 
     223                        <span class="price"> 
     224                            <span id="price02_default"> 
     225                                <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
     226                                    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     227                                <!--{else}--> 
     228                                    <!--{$arrProduct.price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     229                                <!--{/if}--> 
     230                            </span><span id="price02_dynamic"></span> 
     231                            円 
     232                        </span> 
     233                    </td> 
     234                </tr> 
     235                <!--★通常価格★--> 
     236                <!--{if $arrProduct.price01_max > 0}--> 
     237                <tr> 
     238                    <th> 
     239                        <div class="normal_price"> 
     240                        <!--{$smarty.const.NORMAL_PRICE_TITLE}-->: 
     241                        </div> 
     242                    </th> 
     243                    <td> 
     244                        <span class="price"> 
     245                            <span id="price01_default"> 
     246                                <!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
     247                                    <!--{$arrProduct.price01_min|number_format}--> 
     248                                <!--{else}--> 
     249                                    <!--{$arrProduct.price01_min|number_format}-->~<!--{$arrProduct.price01_max|number_format}--> 
     250                                <!--{/if}--> 
     251                            </span><span id="price01_dynamic"></span> 
     252                            円 
     253                        </span> 
     254                    </td> 
     255                </tr>     
     256                <!--{/if}--> 
     257 
     258             
     259                <!--★ポイント★--> 
     260                <!--{if $smarty.const.USE_POINT !== false}--> 
     261                <tr> 
     262                    <th> 
     263                        <span class="price">ポイント:</span> 
     264                    </th> 
     265                    <td> 
     266                        <span id="point_default"> 
     267                            <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    266268                                <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
    267269                            <!--{else}--> 
    268                                 <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
     270                                <!--{if $arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id == $arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
     271                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
     272                                <!--{else}--> 
     273                                    <!--{$arrProduct.price02_min|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}-->~<!--{$arrProduct.price02_max|sfPrePoint:$arrProduct.point_rate:$smarty.const.POINT_RULE:$arrProduct.product_id}--> 
     274                                <!--{/if}--> 
    269275                            <!--{/if}--> 
    270                         <!--{/if}--> 
    271                         </span><span id="point_dynamic"></span> 
    272                         Pt 
    273                     </span> 
    274                 </div> 
    275             <!--{/if}--> 
    276  
    277             <!--▼メーカーURL--> 
    278             <!--{if $arrProduct.comment1|strlen >= 1}--> 
    279                 <div><span class="comment1">メーカーURL: 
    280                     <a href="<!--{$arrProduct.comment1|escape}-->"> 
    281                         <!--{$arrProduct.comment1|escape}--></a> 
    282                 </div> 
    283             <!--{/if}--> 
    284             <!--▲メーカーURL--> 
    285  
    286             <!--★関連カテゴリ★--> 
    287             <div class="relative_cat">関連カテゴリ: 
    288                 <!--{section name=r loop=$arrRelativeCat}--> 
    289                 <p> 
    290                     <!--{section name=s loop=$arrRelativeCat[r]}--> 
    291                     <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrRelativeCat[r][s].category_id}-->"><!--{$arrRelativeCat[r][s].category_name}--></a> 
    292                     <!--{if !$smarty.section.s.last}--><!--{$smarty.const.SEPA_CATNAVI}--><!--{/if}--> 
    293                     <!--{/section}--> 
    294                 </p> 
    295                 <!--{/section}--> 
    296             </div> 
     276                            </span><span id="point_dynamic"> 
     277                            Pt 
     278                        </span> 
     279                    </td> 
     280                </tr> 
     281                <!--{/if}--> 
     282 
     283                <!--▼メーカーURL--> 
     284                <!--{if $arrProduct.comment1|strlen >= 1}--> 
     285                <tr> 
     286                    <th> 
     287                        <span class="comment1">メーカーURL: 
     288                    </th> 
     289                    <td> 
     290                            <a href="<!--{$arrProduct.comment1|escape}-->"> 
     291                                <!--{$arrProduct.comment1|escape}--></a> 
     292                    </td> 
     293                </tr> 
     294                <!--{/if}--> 
     295                <!--▲メーカーURL--> 
     296 
     297                <!--★関連カテゴリ★--> 
     298                <tr> 
     299                    <th> 
     300                        <div class="relative_cat">関連カテゴリ:</div> 
     301                    </th> 
     302                    <td> 
     303                        <!--{section name=r loop=$arrRelativeCat}--> 
     304                        <p> 
     305                            <!--{section name=s loop=$arrRelativeCat[r]}--> 
     306                            <a href="<!--{$smarty.const.URL_DIR}-->products/list.php?category_id=<!--{$arrRelativeCat[r][s].category_id}-->"><!--{$arrRelativeCat[r][s].category_name}--></a> 
     307                            <!--{if !$smarty.section.s.last}--><!--{$smarty.const.SEPA_CATNAVI}--><!--{/if}--> 
     308                            <!--{/section}--> 
     309                        </p> 
     310                        <!--{/section}--> 
     311                    </td> 
     312                </tr> 
     313                <tr> 
     314                    <td colspan="2"> 
     315                            <!--★詳細メインコメント★--> 
     316                            <div class="main_comment"><!--{$arrProduct.main_comment|nl2br_html}--></div> 
     317                    </td> 
     318                </tr> 
     319            </table> 
    297320 
    298321            <!--▼買い物かご--> 
     
    370393                            <!--★カゴに入れる★--> 
    371394                            <div> 
    372                                 <a href="javascript:void(document.form1.submit())" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart');"> 
    373                                     <img src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" width="115" height="25" alt="カゴに入れる" name="cart" id="cart" /></a> 
     395                                <a href="javascript:void(document.form1.submit())" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif','cart');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif','cart');" class="spbtn spbtn-agree"> 
     396                                    カゴに入れる 
     397                                </a> 
    374398                            </div> 
    375399                            <!--{if 'sfGMODetailDisplay'|function_exists}--><!--{* GMOワンクリック *}--> 
     
    430454    <!--▲サブコメント--> 
    431455 
    432  
    433     <!--この商品に対するお客様の声--> 
    434     <div id="customervoicearea"> 
    435         <h2><img src="<!--{$TPL_DIR}-->img/products/title_voice.jpg" width="580" height="30" alt="この商品に対するお客様の声" /></h2> 
    436  
    437         <!--{if count($arrReview) < $smarty.const.REVIEW_REGIST_MAX}--> 
    438             <!--★新規コメントを書き込む★--> 
    439             <a href="./review.php" 
    440                  onclick="win02('./review.php?product_id=<!--{$arrProduct.product_id}-->','review','580','580'); return false;" 
    441                  onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_comment_on.gif','review');" 
    442                  onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_comment.gif','review');" target="_blank"> 
    443                 <img src="<!--{$TPL_DIR}-->img/products/b_comment.gif" width="150" height="22" alt="新規コメントを書き込む" name="review" id="review" /></a> 
    444         <!--{/if}--> 
    445  
    446         <!--{if count($arrReview) > 0}--> 
    447             <ul> 
    448                 <!--{section name=cnt loop=$arrReview}--> 
    449                     <li> 
    450                         <p class="voicedate"><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--> 投稿者:<!--{if $arrReview[cnt].reviewer_url}--><a href="<!--{$arrReview[cnt].reviewer_url}-->" target="_blank"><!--{$arrReview[cnt].reviewer_name|escape}--></a><!--{else}--><!--{$arrReview[cnt].reviewer_name|escape}--><!--{/if}--> おすすめレベル:<span class="recommend_level"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|escape}--></span></p> 
    451                         <p class="voicetitle"><!--{$arrReview[cnt].title|escape}--></p> 
    452                         <p class="voicecomment"><!--{$arrReview[cnt].comment|escape|nl2br}--></p> 
    453                     </li> 
    454                 <!--{/section}--> 
    455             </ul> 
    456         <!--{/if}--> 
    457     </div> 
    458     <!--お客様の声ここまで--> 
    459  
    460  
    461     <!--{if $arrTrackbackView == "ON"}--> 
    462         <!--▼トラックバック--> 
    463         <div id="trackbackarea"> 
    464             <h2><img src="<!--{$TPL_DIR}-->img/products/title_tb.jpg" width="580" height="30" alt="この商品に対するトラックバック" /></h2> 
    465             <h3>この商品のトラックバック先URL</h3> 
    466             <input type="text" name="trackback" value="<!--{$trackback_url}-->" size="100" class="box500" /> 
    467  
    468             <!--{if $arrTrackback}--> 
    469                 <ul> 
    470                 <!--{section name=cnt loop=$arrTrackback}--> 
    471                     <li><strong><!--{$arrTrackback[cnt].create_date|sfDispDBDate:false}--> <a href="<!--{$arrTrackback[cnt].url}-->" target="_blank"><!--{$arrTrackback[cnt].title|escape}--></a> from <!--{$arrTrackback[cnt].blog_name|escape}--></strong> 
    472                         <p><!--{$arrTrackback[cnt].excerpt|escape|mb_strimwidth:0:200:"..."}--></p></li> 
    473                 <!--{/section}--> 
    474                 </ul> 
    475             <!--{/if}--> 
    476         </div> 
    477         <!--▲トラックバック--> 
    478     <!--{/if}--> 
    479  
    480  
    481456    <!--▼関連商品--> 
    482457    <!--{if $arrRecommend}--> 
    483458        <div id="whoboughtarea"> 
    484             <h2><img src="<!--{$TPL_DIR}-->img/products/title_recommend.jpg" width="580" height="30" alt="その他のオススメ商品(関連商品)" /></h2> 
     459            <h2>その他のオススメ商品(関連商品)</h2> 
    485460            <div class="whoboughtblock"> 
    486461 
     
    494469                        <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a> 
    495470 
    496                     <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
    497                     <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
    498                     <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 
    499  
    500                     <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> 
    501                         <!--{if $price02_min == $price02_max}--> 
    502                             <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    503                         <!--{else}--> 
    504                             <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    505                         <!--{/if}-->円</span></p> 
    506                     <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p> 
     471                    <div class="whoboughtrightblock"> 
     472                        <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
     473                        <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
     474                        <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 
     475 
     476                        <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> 
     477                            <!--{if $price02_min == $price02_max}--> 
     478                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     479                            <!--{else}--> 
     480                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     481                            <!--{/if}-->円</span></p> 
     482                        <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p> 
     483                    </div> 
    507484                </div> 
    508485                <!-- 左列 --> 
     
    519496                        <img src="<!--{$smarty.const.URL_DIR}-->resize_image.php?image=<!--{$arrRecommend[cnt].main_list_image|sfNoImageMainList|escape}-->&amp;width=65&amp;height=65" alt="<!--{$arrRecommend[cnt].name|escape}-->" /></a> 
    520497 
    521                     <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
    522                     <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
    523                     <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 
    524  
    525                     <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> 
    526  
    527                         <!--{if $price02_min == $price02_max}--> 
    528                             <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    529                         <!--{else}--> 
    530                             <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    531                         <!--{/if}-->円</span></p> 
    532                     <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p> 
     498                    <div class="whoboughtrightblock"> 
     499                        <!--{assign var=price02_min value=`$arrRecommend[cnt].price02_min`}--> 
     500                        <!--{assign var=price02_max value=`$arrRecommend[cnt].price02_max`}--> 
     501                        <h3><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrRecommend[cnt].product_id|escape:url}-->"><!--{$arrRecommend[cnt].name|escape}--></a></h3> 
     502 
     503                        <p class="sale_price"><!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>:<span class="price"> 
     504 
     505                            <!--{if $price02_min == $price02_max}--> 
     506                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     507                            <!--{else}--> 
     508                                <!--{$price02_min|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$price02_max|sfPreTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
     509                            <!--{/if}-->円</span></p> 
     510                        <p class="mini"><!--{$arrRecommend[cnt].comment|escape|nl2br}--></p> 
     511                    </div> 
    533512                </div> 
    534513                <!-- 右列 --> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/footer.tpl

    r18985 r19639  
    3434<ul id="footer-menu"> 
    3535<li> 
    36 <a href="<!--{$smarty.const.SPHONE_SSL_URL|sfTrimURL}-->/cart/index.php">かごを見る</a> 
     36<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/cart/index.php">かごを見る</a> 
    3737</li> 
    3838<li> 
    39 <a href="<!--{$smarty.const.SPHONE_SSL_URL|sfTrimURL}-->/mypage/login.php">マイページ</a> 
     39<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/mypage/login.php">マイページ</a> 
    4040</li> 
    4141<li> 
    42 <a href="<!--{$smarty.const.SPHONE_SSL_URL|sfTrimURL}-->/entry/kiyaku.php">会員登録</a> 
     42<a href="<!--{$smarty.const.SSL_URL|sfTrimURL}-->/entry/kiyaku.php">会員登録</a> 
    4343</li> 
    4444 
     
    5050<!--{if $isTop ne 1}--> 
    5151<li> 
    52 <a href="<!--{$smarty.const.SPHONE_SITE_URL|sfTrimURL}-->">TOPページへ</a> 
     52<a href="<!--{$smarty.const.SITE_URL|sfTrimURL}-->">TOPページへ</a> 
    5353</li> 
    5454<!--{/if}--> 
     
    5656</ul> 
    5757<ul id="footer-navi"> 
    58 <li><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->contact/index.php">お問合せ</a></li> 
    59 <li><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->privacy.html">プライバシーポリシー</a></li> 
    60 <li class="end"><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->abouts/index.php">店舗情報</a></li> 
    61 <li class="end"><a href="<!--{$smarty.const.SPHONE_SITE_URL}-->order/index.php">特定商取引法に基づく表記</a></li> 
     58<li><a href="<!--{$smarty.const.SITE_URL}-->contact/index.php">お問合せ</a></li> 
     59<li><a href="<!--{$smarty.const.SITE_URL}-->guide/privacy.php">プライバシーポリシー</a></li> 
     60<li class="end"><a href="<!--{$smarty.const.SITE_URL}-->abouts/index.php">店舗情報</a></li> 
     61<li class="end"><a href="<!--{$smarty.const.SITE_URL}-->order/index.php">特定商取引法に基づく表記</a></li> 
    6262</ul> 
    6363 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/list.tpl

    r18862 r19639  
    183183                <!--{else}--> 
    184184                    <strong>価格順</strong> 
    185                 <!--{/if}-->&nbsp; 
     185                <!--{/if}--> 
    186186                <!--{if $orderby != "date"}--> 
    187187                        <a href="javascript:fnChangeOrderby('date');">新着順</a> 
     
    189189                    <strong>新着順</strong> 
    190190                <!--{/if}--> 
    191                 表示件数 
     191            </div> 
     192            <div class="navi"><!--{$tpl_strnavi}--></div> 
     193        </div> 
     194    <!--{/capture}--> 
     195    <!--▲ページナビ(本文)--> 
     196 
     197    <!--{foreach from=$arrProducts item=arrProduct name=arrProducts}--> 
     198 
     199        <!--{if $smarty.foreach.arrProducts.first}--> 
     200            <!--▼件数--> 
     201            <div> 
     202                <span class="pagenumber"><!--{$tpl_linemax}--></span>件の商品 
     203                 
    192204                <select name="disp_number" onchange="javascript:fnChangeDispNumber(this.value);"> 
    193205                    <!--{foreach from=$arrPRODUCTLISTMAX item="dispnum" key="num"}--> 
     
    199211                    <!--{/foreach}--> 
    200212                </select> 
    201             </div> 
    202             <div class="navi"><!--{$tpl_strnavi}--></div> 
    203         </div> 
    204     <!--{/capture}--> 
    205     <!--▲ページナビ(本文)--> 
    206  
    207     <!--{foreach from=$arrProducts item=arrProduct name=arrProducts}--> 
    208  
    209         <!--{if $smarty.foreach.arrProducts.first}--> 
    210             <!--▼件数--> 
    211             <div> 
    212                 <span class="pagenumber"><!--{$tpl_linemax}--></span>件の商品がございます。 
    213213            </div> 
    214214            <!--▲件数--> 
     
    254254                <p> 
    255255                    <span class="pricebox sale_price"> 
    256                         <!--{$smarty.const.SALE_PRICE_TITLE}--><span class="mini">(税込)</span>: 
     256                        <span class="mini">税込</span>: 
    257257                        <span class="price"> 
    258258                            <span id="price02_default_<!--{$id}-->"> 
     
    265265                            円</span> 
    266266                    </span> 
    267                      
    268                     <!--★詳細ボタン★--> 
    269                     <span class="btnbox"> 
    270                         <!--{assign var=name value="detail`$id`"}--> 
    271                         <a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProduct.product_id|escape:url}-->" onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_detail_on.gif','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_detail.gif','<!--{$name}-->');"> 
    272                             <img src="<!--{$TPL_DIR}-->img/products/b_detail.gif" width="115" height="25" alt="詳しくはこちら" name="<!--{$name}-->" id="<!--{$name}-->" /></a> 
    273                     </span> 
    274267                </p> 
    275268 
    276                 <!--▼買い物かご--> 
    277                 <form name="product_form<!--{$id|escape}-->" action="?" onsubmit="return false;"> 
    278                     <input type="hidden" name="product_id" value="<!--{$id|escape}-->" /> 
    279                     <input type="hidden" name="product_class_id" id="product_class_id<!--{$id|escape}-->" value="<!--{$tpl_product_class_id[$id]}-->" /> 
    280                     <input type="hidden" name="product_type" id="product_type<!--{$id|escape}-->" value="<!--{$tpl_product_type[$id]}-->" /> 
    281                     <div class="in_cart"> 
    282                         <!--{if $tpl_stock_find[$id]}--> 
    283                             <dl> 
    284                                 <!--{if $tpl_classcat_find1[$id]}--> 
    285                                     <!--▼規格1--> 
    286                                     <dt><!--{$tpl_class_name1[$id]|escape}-->:</dt> 
    287                                     <dd> 
    288                                         <select name="classcategory_id1" 
    289                                             style="<!--{$arrErr.classcategory_id1|sfGetErrorColor}-->" 
    290                                             onchange="fnSetClassCategories(this.form);" 
    291                                         > 
    292                                             <!--{html_options options=$arrClassCat1[$id] selected=$arrProduct.classcategory_id1}--> 
    293                                         </select> 
    294                                         <!--{if $arrErr.classcategory_id1 != ""}--> 
    295                                             <br /><span class="attention">※ <!--{$tpl_class_name1[$id]}-->を入力して下さい。</span> 
    296                                         <!--{/if}--> 
    297                                     </dd> 
    298                                     <!--▲規格1--> 
    299                                 <!--{/if}--> 
    300                                 <!--{if $tpl_classcat_find2[$id]}--> 
    301                                     <!--▼規格2--> 
    302                                     <dt><!--{$tpl_class_name2[$id]|escape}-->:</dt> 
    303                                     <dd> 
    304                                         <select name="classcategory_id2" 
    305                                             style="<!--{$arrErr.classcategory_id2|sfGetErrorColor}-->" 
    306                                             onchange="fnCheckStock(this.form);" 
    307                                         > 
    308                                         </select> 
    309                                         <!--{if $arrErr.classcategory_id2 != ""}--> 
    310                                             <br /><span class="attention">※ <!--{$tpl_class_name2[$id]}-->を入力して下さい。</span> 
    311                                         <!--{/if}--> 
    312                                     </dd> 
    313                                     <!--▲規格2--> 
    314                                 <!--{/if}--> 
    315  
    316                                 <dt>数量:</dt> 
    317                                 <dd> 
    318                                     <input type="text" name="quantity" class="box54" value="<!--{$arrProduct.quantity|default:1|escape}-->" maxlength="<!--{$smarty.const.INT_LEN}-->" style="<!--{$arrErr.quantity|sfGetErrorColor}-->" /> 
    319                                     <!--{if $arrErr.quantity != ""}--> 
    320                                         <br /><span class="attention"><!--{$arrErr.quantity}--></span> 
    321                                     <!--{/if}--> 
    322                                 </dd> 
    323                             </dl> 
    324                             <div class="cartbtn"> 
    325                                 <!--★カゴに入れる★--> 
    326                                 <div id="cartbtn_default_<!--{$id}-->"> 
    327                                     <input 
    328                                         type="image" 
    329                                         id="cart<!--{$id}-->" 
    330                                         src="<!--{$TPL_DIR}-->img/products/b_cartin.gif" 
    331                                         alt="カゴに入れる" 
    332                                         onclick="fnInCart(this.form); return false;" 
    333                                         onmouseover="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin_on.gif', this);" 
    334                                         onmouseout="chgImg('<!--{$TPL_DIR}-->img/products/b_cartin.gif', this);" 
    335                                     /> 
    336                                 </div> 
    337                                 <div class="attention" id="cartbtn_dynamic_<!--{$id}-->"></div> 
    338                             </div> 
    339                         <!--{else}--> 
    340                             <div class="cartbtn attention">申し訳ございませんが、只今品切れ中です。</div> 
    341                         <!--{/if}--> 
    342                     </div> 
    343                 </form> 
    344                 <!--▲買い物かご--> 
    345                  
    346269            </div> 
    347270        </div> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/site_frame.tpl

    r18985 r19639  
    2121 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2222 *}--> 
    23   
    24  <!--{* UserAgentがスマートフォンか *}--> 
    25 <!--{if $smarty.const.CONTROL_SMARTPHONE}--> 
    26 <!--{if "/iPhone|iPod|Android/"|preg_match:$smarty.server.HTTP_USER_AGENT}--> 
    27 <!--{assign var=isSmartphone value=1}--> 
    28 <!--{if "/smartphone/"|preg_match:$smarty.server.PHP_SELF}--> 
    29 <!--{elseif "/user_data/"|preg_match:$smarty.server.PHP_SELF}--> 
    30 <!--{assign var=isSmartphone value=0}--> 
    31 <!--{/if}--> 
    32 <!--{else}--> 
    33 <!--{assign var=isSmartphone value=0}--> 
    34 <!--{/if}--> 
    35 <!--{/if}--> 
    36   
     23 
    3724<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> 
    3825<head> 
     
    4431<meta http-equiv="Content-Style-Type" content="text/css" /> 
    4532<!--{* 共通CSS *}--> 
    46 <link rel="stylesheet" media="only screen" href="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/css/import.css" type="text/css" />  
     33<link rel="stylesheet" media="only screen" href="<!--{$smarty.const.URL_DIR}-->sphone/user_data/packages/default/css/import.css" type="text/css" />  
    4734 
    48 <script type="text/javascript" src="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/js/barbutton.js"></script> 
    49 <script type="text/javascript" src="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/js/category.js"></script> 
    50 <script type="text/javascript" src="<!--{$smarty.const.SPHONE_URL_DIR}-->user_data/packages/default/js/news.js"></script> 
     35<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->sphone/user_data/packages/default/js/barbutton.js"></script> 
     36<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->sphone/user_data/packages/default/js/category.js"></script> 
     37<script type="text/javascript" src="<!--{$smarty.const.URL_DIR}-->sphone/user_data/packages/default/js/news.js"></script> 
    5138<script type="text/javascript" src="<!--{$TPL_DIR}-->js/navi.js"></script> 
    5239<script type="text/javascript" src="<!--{$TPL_DIR}-->js/win_op.js"></script> 
     
    6350<!--{/if}--> 
    6451<!--{* iPhone用アイコン画像 *}--> 
    65 <link rel="apple-touch-icon" href="<!--{$smarty.const.SPHONE_URL_DIR}-->apple-touch-icon.png" /> 
     52<link rel="apple-touch-icon" href="<!--{$smarty.const.URL_DIR}-->sphone/apple-touch-icon.png" /> 
    6653 
    6754</head> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/site_main.tpl

    r18985 r19639  
    3030 
    3131<!--▼MAIN--> 
    32 <!--{include file=$include_tpl}--> 
     32<!--{include file=$tpl_mainpage}--> 
    3333<!--▲MAIN--> 
    3434 
     
    4141</body> 
    4242 
    43 <!--{if $smarty.template != 'top.tpl'}--> 
     43<!--{if "/\/top.tpl$/"|preg_match:$tpl_mainpage}--> 
     44<!--{else}--> 
    4445<script type="text/javascript" language="JavaScript"> 
    4546//<![CDATA[ 
    46 setTopButton(); //TOPに戻るボタンの初期化 
     47setTopButton("<!--{$smarty.const.SSL_URL}-->"); 
    4748//]]> 
    4849<!--{/if}--> 
  • branches/camp/camp-2_5-B/data/Smarty/templates/default/top.tpl

    r18700 r19639  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 *}--> 
    22 <div id="flasharea"> 
    23   <img src="<!--{$TPL_DIR}-->img/main/image.gif" alt="EC-CUBEイメージ" /> 
     22 
     23<div id="topbox"> 
     24<!--{* ▼ロゴ ここから *}--> 
     25<div id="header"> 
     26<h1> 
     27    <a href="<!--{$smarty.const.URL_SITE_TOP}-->"> 
     28      <em><!--{$arrSiteInfo.shop_name|escape}-->/<!--{$tpl_title|escape}--></em></a> 
     29  </h1> 
    2430</div> 
     31<!--{* ▲ロゴ ここまで *}--> 
     32 
     33<!--{* ヘッダメニュー *}--> 
     34<div id="headmenu"> 
     35 
     36<!--{* 検索 *}--> 
     37<div id="searchbar"> 
     38<form method="get" action="<!--{$smarty.const.SPHONE_SITE_URL}-->products/list.php"> 
     39<input type="text" name="name" maxlength="50" value="<!--{$smarty.get.name|escape}-->" placeholder="商品検索" ><input type="submit" name="search" value="検索"> 
     40</form> 
     41<!--{* searchmenu *}--></div> 
     42<!--{* headmenu *}--></div> 
     43<!--{* topbox *}--></div> 
     44 
     45<!--{* 新着情報 *}--> 
     46<!--{include_php file=`$smarty.const.HTML_PATH`/frontparts/bloc/news.php}--> 
     47 
     48<!--{* ログイン *}--> 
     49<!--{include_php file=`$smarty.const.HTML_PATH`/frontparts/bloc/login.php}--> 
     50 
     51<!--{* おすすめ商品 *}--> 
     52<!--{include_php file=`$smarty.const.HTML_PATH`/frontparts/bloc/best5.php}--> 
     53 
     54<!-- ▼メニュー ここから --> 
     55<!--{include_php file=`$smarty.const.HTML_PATH`/frontparts/bloc/category.php}--> 
Note: See TracChangeset for help on using the changeset viewer.