Changeset 20050 for branches/version-2_5-dev/data
- Timestamp:
- 2011/01/30 18:25:26 (15 years ago)
- Location:
- branches/version-2_5-dev/data
- Files:
-
- 7 edited
-
Smarty/templates/admin/system/adminarea.tpl (modified) (1 diff)
-
Smarty/templates/default/cart/index.tpl (modified) (1 diff)
-
Smarty/templates/default/rss/index.tpl (modified) (1 diff)
-
Smarty/templates/mobile/cart/index.tpl (modified) (1 diff)
-
Smarty/templates/sphone/cart/index.tpl (modified) (1 diff)
-
plugin/bingo/templates/mobile/shopping/complete.tpl (modified) (1 diff)
-
plugin/bingo/templates/shopping/complete.tpl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/admin/system/adminarea.tpl
r19996 r20050 37 37 <p class="red">良く解らない場合はこの設定は変更しないでください</p> 38 38 <!--{if $arrErr.all}--> 39 <p class="error"><!--{$arrErr.all| escape}--></p>39 <p class="error"><!--{$arrErr.all|h}--></p> 40 40 <!--{/if}--> 41 41 </div> -
branches/version-2_5-dev/data/Smarty/templates/default/cart/index.tpl
r20049 r20050 166 166 <p> 167 167 <!--{if $tpl_prev_url != ""}--> 168 <a href="<!--{$tpl_prev_url| escape}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.gif','back');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.gif','back');">168 <a href="<!--{$tpl_prev_url|h}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back_on.gif','back');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_back.gif','back');"> 169 169 <img src="<!--{$TPL_URLPATH}-->img/button/btn_back.gif" width="150" height="30" alt="買い物を続ける" name="back" /></a> 170 170 <!--{/if}--> -
branches/version-2_5-dev/data/Smarty/templates/default/rss/index.tpl
r20049 r20050 41 41 <link><!--{$arrNews[cnt].news_url|h}--></link> 42 42 <!--{/if}--> 43 <title><!--{$arrNews[cnt].news_title|sfMbConvertEncoding:$encode| escape}--></title>43 <title><!--{$arrNews[cnt].news_title|sfMbConvertEncoding:$encode|h}--></title> 44 44 <description><!--{$arrNews[cnt].news_comment|truncate:256|sfMbConvertEncoding:$encode|h}--></description> 45 45 <pubDate><!--{$arrNews[cnt].news_date|h}--></pubDate> -
branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl
r20049 r20050 93 93 94 94 <!--{if $tpl_prev_url != ""}--> 95 <a href="<!--{$tpl_prev_url| escape}-->">[emoji:69]お買物を続ける</a>95 <a href="<!--{$tpl_prev_url|h}-->">[emoji:69]お買物を続ける</a> 96 96 <!--{/if}--> 97 97 <!--{/foreach}--> -
branches/version-2_5-dev/data/Smarty/templates/sphone/cart/index.tpl
r20049 r20050 165 165 <p> 166 166 <!--{if $tpl_prev_url != ""}--> 167 <a href="<!--{$tpl_prev_url| escape}-->" class="spbtn spbtn-medeum">167 <a href="<!--{$tpl_prev_url|h}-->" class="spbtn spbtn-medeum"> 168 168 買い物を続ける</a> 169 169 <!--{/if}--> -
branches/version-2_5-dev/data/plugin/bingo/templates/mobile/shopping/complete.tpl
r20049 r20050 34 34 ご注文、有り難うございました。<br> 35 35 商品到着をお楽しみにお待ち下さいませ。<br> 36 どうぞ、今後とも、<!--{$arrInfo.shop_name| escape}-->をよろしくお願いします。<br>36 どうぞ、今後とも、<!--{$arrInfo.shop_name|h}-->をよろしくお願いします。<br> 37 37 <br> 38 38 -
branches/version-2_5-dev/data/plugin/bingo/templates/shopping/complete.tpl
r20049 r20050 26 26 <img src="<!--{$TPL_URLPATH}-->img/shopping/flow04.gif" width="700" height="36" alt="購入手続きの流れ" /> 27 27 </p> 28 <h2 class="title"><!--{$tpl_title| escape}--></h2>28 <h2 class="title"><!--{$tpl_title|h}--></h2> 29 29 30 30 <!-- ▼その他決済情報を表示する場合は表示 --> … … 51 51 </em><br /> 52 52 53 <em><!--{$arrInfo.shop_name| escape}-->の商品をご購入いただき、ありがとうございました。</em>53 <em><!--{$arrInfo.shop_name|h}-->の商品をご購入いただき、ありがとうございました。</em> 54 54 55 55 <p>ただいま、ご注文の確認メールをお送りさせていただきました。<br /> … … 57 57 今後ともご愛顧賜りますようよろしくお願い申し上げます。</p> 58 58 59 <p><!--{$arrInfo.shop_name| escape}--><br />59 <p><!--{$arrInfo.shop_name|h}--><br /> 60 60 TEL:<!--{$arrInfo.tel01}-->-<!--{$arrInfo.tel02}-->-<!--{$arrInfo.tel03}--> <!--{if $arrInfo.business_hour != ""}-->(受付時間/<!--{$arrInfo.business_hour}-->)<!--{/if}--><br /> 61 61 E-mail:<a href="mailto:<!--{$arrInfo.email02|escape:'hex'}-->"><!--{$arrInfo.email02|escape:'hexentity'}--></a></p>
Note: See TracChangeset
for help on using the changeset viewer.
