- Timestamp:
- 2007/09/20 16:05:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/Smarty/templates/default/cart/index.tpl
r15732 r15782 11 11 <table width="700" border="0" cellspacing="0" cellpadding="0" summary=" "> 12 12 <tr> 13 <td><img src="<!--{$ smarty.const.URL_DIR}-->img/cart/title.jpg" width="700" height="40" alt="現在のカゴの中"></td>13 <td><img src="<!--{$TPL_DIR}-->img/cart/title.jpg" width="700" height="40" alt="現在のカゴの中"></td> 14 14 </tr> 15 15 <tr><td height="15"></td></tr> 16 16 <tr> 17 <td><img src="<!--{$ smarty.const.URL_DIR}-->img/cart/flame_top.gif" width="700" height="15" alt=""></td>17 <td><img src="<!--{$TPL_DIR}-->img/cart/flame_top.gif" width="700" height="15" alt=""></td> 18 18 </tr> 19 19 <tr> 20 <td align="center" background="<!--{$ smarty.const.URL_DIR}-->img/cart/flame_bg.gif">20 <td align="center" background="<!--{$TPL_DIR}-->img/cart/flame_bg.gif"> 21 21 <table width="680" border="0" cellspacing="0" cellpadding="0" summary=" "> 22 22 <tr> … … 46 46 </tr> 47 47 <tr> 48 <td><img src="<!--{$ smarty.const.URL_DIR}-->img/cart/flame_bottom.gif" width="700" height="15" alt=""></td>48 <td><img src="<!--{$TPL_DIR}-->img/cart/flame_bottom.gif" width="700" height="15" alt=""></td> 49 49 </tr> 50 50 <tr><td height="15"></td></tr> … … 103 103 <tr><td height="5"></td></tr> 104 104 <tr> 105 <td><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnChangeAction('<!--{$smarty.server.PHP_SELF|escape}-->'); fnModeSubmit('up','cart_no','<!--{$arrProductsClass[cnt].cart_no}-->'); return false"><img src="<!--{$ smarty.const.URL_DIR}-->img/button/plus.gif" width="16" height="16" alt="+" /></a></td>106 <td><img src="<!--{$ smarty.const.URL_DIR}-->img/_.gif" width="10" height="1" alt="" /></td>107 <td><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnChangeAction('<!--{$smarty.server.PHP_SELF|escape}-->'); fnModeSubmit('down','cart_no','<!--{$arrProductsClass[cnt].cart_no}-->'); return false"><img src="<!--{$ smarty.const.URL_DIR}-->img/button/minus.gif" width="16" height="16" alt="-" /></a></td>105 <td><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnChangeAction('<!--{$smarty.server.PHP_SELF|escape}-->'); fnModeSubmit('up','cart_no','<!--{$arrProductsClass[cnt].cart_no}-->'); return false"><img src="<!--{$TPL_DIR}-->img/button/plus.gif" width="16" height="16" alt="+" /></a></td> 106 <td><img src="<!--{$TPL_DIR}-->img/_.gif" width="10" height="1" alt="" /></td> 107 <td><a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnChangeAction('<!--{$smarty.server.PHP_SELF|escape}-->'); fnModeSubmit('down','cart_no','<!--{$arrProductsClass[cnt].cart_no}-->'); return false"><img src="<!--{$TPL_DIR}-->img/button/minus.gif" width="16" height="16" alt="-" /></a></td> 108 108 </tr> 109 109 </table> … … 144 144 <tr><td height="30"></td></tr> 145 145 <tr> 146 <td align="center"><img src="<!--{$ smarty.const.URL_DIR}-->img/cart/text.gif" width="390" height="13" alt="上記内容でよろしければ「レジへ行く」ボタンをクリックしてください。"></td>146 <td align="center"><img src="<!--{$TPL_DIR}-->img/cart/text.gif" width="390" height="13" alt="上記内容でよろしければ「レジへ行く」ボタンをクリックしてください。"></td> 147 147 </tr> 148 148 <tr><td height="20"></td></tr> … … 151 151 <td align="center"> 152 152 <!--{if $tpl_prev_url != ""}--> 153 <a href="<!--{$tpl_prev_url}-->" onmouseOver="chgImg('<!--{$ smarty.const.URL_DIR}-->img/cart/b_continue_on.gif','back');" onmouseOut="chgImg('<!--{$smarty.const.URL_DIR}-->img/cart/b_continue.gif','back');"><img src="<!--{$smarty.const.URL_DIR}-->img/cart/b_continue.gif" width="150" height="30" alt="買い物を続ける" name="back" id="back" /></a>153 <a href="<!--{$tpl_prev_url}-->" onmouseOver="chgImg('<!--{$TPL_DIR}-->img/cart/b_continue_on.gif','back');" onmouseOut="chgImg('<!--{$TPL_DIR}-->img/cart/b_continue.gif','back');"><img src="<!--{$TPL_DIR}-->img/cart/b_continue.gif" width="150" height="30" alt="買い物を続ける" name="back" id="back" /></a> 154 154 <!--{/if}--> 155 <input type="image" onMouseover="chgImgImageSubmit('<!--{$ smarty.const.URL_DIR}-->img/cart/b_buystep_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/cart/b_buystep.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/cart/b_buystep.gif" width="150" height="30" alt="購入手続きへ" name="confirm" />155 <input type="image" onMouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/cart/b_buystep_on.gif',this)" onMouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/cart/b_buystep.gif',this)" src="<!--{$TPL_DIR}-->img/cart/b_buystep.gif" width="150" height="30" alt="購入手続きへ" name="confirm" /> 156 156 </td> 157 157 </tr>
Note: See TracChangeset
for help on using the changeset viewer.