Changeset 22856 for branches/version-2_13-dev/data/Smarty/templates/sphone
- Timestamp:
- 2013/06/08 16:35:27 (13 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates/sphone
- Files:
-
- 5 edited
-
mypage/history.tpl (modified) (3 diffs)
-
mypage/index.tpl (modified) (2 diffs)
-
products/detail.tpl (modified) (1 diff)
-
shopping/index.tpl (modified) (1 diff)
-
shopping/payment.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/history.tpl
r22601 r22856 45 45 <!--{foreach item=shippingItem name=shippingItem from=$arrShipping}--> 46 46 <h3>お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3> 47 <div class="historyBox"> 47 <div class="historyBox"> 48 48 <p> 49 49 <!--{if $isMultiple}--> … … 58 58 <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br /> 59 59 <!--{/if}--> 60 60 61 61 <em>単価: </em><!--{$item.price|sfCalcIncTax:$tpl_arrOrderData.order_tax_rate:$tpl_arrOrderData.order_tax_rule|number_format}-->円<br /> 62 62 <em>数量: </em><!--{$item.quantity}--><br /> … … 75 75 <!--{if $shippingItem.shipping_fax01 > 0}--> 76 76 <em>FAX番号</em>: <!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--><br /> 77 <!--{/if}--> 77 <!--{/if}--> 78 78 <em>お届け日</em>: <!--{$shippingItem.shipping_date|default:'指定なし'|h}--><br /> 79 79 <em>お届け時間</em>: <!--{$shippingItem.shipping_time|default:'指定なし'|h}--><br /> -
branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/index.tpl
r22563 r22856 136 136 historyEl = $(historyEl).clone(true).insertAfter(historyEl); 137 137 maxCnt++; 138 138 139 139 var regex = new RegExp('([0-9]{2,4}).([0-9]{1,2}).([0-9]{1,2}).([0-9]{1,2}).([0-9]{1,2}).'); 140 140 var matches = history.create_date.match(regex); … … 143 143 formatted_date = matches[1]+'/'+matches[2]+'/'+matches[3]+' '+matches[4]+':'+matches[5]; 144 144 } 145 145 146 146 var formatted_payment_total = history.payment_total.toString().replace(/([0-9]+?)(?=(?:[0-9]{3})+$)/g , '$1,'); 147 147 -
branches/version-2_13-dev/data/Smarty/templates/sphone/products/detail.tpl
r22775 r22856 387 387 <!--{/if}--> 388 388 </div> 389 389 390 390 <!--お客様の声ここまで--> 391 391 -
branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/index.tpl
r22788 r22856 28 28 return false; 29 29 } else { 30 31 30 var postData = new Object; 32 31 postData['<!--{$smarty.const.TRANSACTION_ID_NAME}-->'] = "<!--{$transactionid}-->"; -
branches/version-2_13-dev/data/Smarty/templates/sphone/shopping/payment.tpl
r22523 r22856 209 209 </select> 210 210 <!--{/if}--> 211 211 212 212 <!--★お届け時間★--> 213 213 <!--{assign var=key value="deliv_time_id`$index`"}-->
Note: See TracChangeset
for help on using the changeset viewer.
