Changes in branches/version-2_11-dev [21306:21556]
- Location:
- branches/version-2_11-dev
- Files:
-
- 4 added
- 3 deleted
- 85 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_11-dev/data/Smarty/templates/default/order/index.tpl
r20764 r21343 25 25 <h2 class="title"><!--{$tpl_title|h}--></h2> 26 26 <table summary="特定商取引に関する法律に基づく表記"> 27 <col group width="20%"></colgroup>28 <col group width="80%"></colgroup>27 <col width="20%" /> 28 <col width="80%" /> 29 29 <tr> 30 30 <th>販売業者</th> -
branches/version-2_11-dev/data/Smarty/templates/default/mypage/favorite.tpl
r20764 r21343 49 49 50 50 <table summary="お気に入り"> 51 <col group width="15%"></colgroup>52 <col group width="20%"></colgroup>53 <col group width="45%"></colgroup>54 <col group width="20%"></colgroup>51 <col width="15%" /> 52 <col width="20%" /> 53 <col width="45%" /> 54 <col width="20%" /> 55 55 <tr> 56 56 <th class="alignC">削除</th> -
branches/version-2_11-dev/data/Smarty/templates/default/mypage/history.tpl
r21000 r21361 44 44 45 45 <table summary="購入商品詳細"> 46 <col group width="15%"></colgroup>47 <col group width="25%"></colgroup>48 <col group width="20%"></colgroup>49 <col group width="15%"></colgroup>50 <col group width="10%"></colgroup>51 <col group width="15%"></colgroup>46 <col width="15%" /> 47 <col width="25%" /> 48 <col width="20%" /> 49 <col width="15%" /> 50 <col width="10%" /> 51 <col width="15%" /> 52 52 <tr> 53 53 <th class="alignC">商品コード</th> … … 113 113 <tr> 114 114 <th colspan="5" class="alignR">合計</th> 115 <td class="alignR"><span class="price"><!--{$tpl_arrOrderData.payment_total|number_format}-->円</ price></td>115 <td class="alignR"><span class="price"><!--{$tpl_arrOrderData.payment_total|number_format}-->円</span></td> 116 116 </tr> 117 117 </table> … … 120 120 <!--{if $smarty.const.USE_POINT !== false}--> 121 121 <table summary="使用ポイント"> 122 <col group width="30%"></colgroup>123 <col group width="70%"></colgroup>122 <col width="30%" /> 123 <col width="70%" /> 124 124 <tr> 125 125 <th class="alignL">ご使用ポイント</th> … … 138 138 <!--{if $isMultiple}--> 139 139 <table summary="お届け内容確認"> 140 <col group width="30%"></colgroup>141 <col group width="40%"></colgroup>142 <col group width="20%"></colgroup>143 <col group width="10%"></colgroup>140 <col width="30%" /> 141 <col width="40%" /> 142 <col width="20%" /> 143 <col width="10%" /> 144 144 <tr> 145 145 <th class="alignC">商品コード</th> … … 174 174 <!--{/if}--> 175 175 <table summary="お届け先" class="delivname"> 176 <col group width="30%"></colgroup>177 <col group width="70%"></colgroup>176 <col width="30%" /> 177 <col width="70%" /> 178 178 <tr> 179 179 <th class="alignL">お名前</th> -
branches/version-2_11-dev/data/Smarty/templates/default/mypage/change_confirm.tpl
r20764 r21404 41 41 <!--{/foreach}--> 42 42 <table summary=" " class="delivname"> 43 <col group width="30%"></colgroup>44 <col group width="70%"></colgroup>43 <col width="30%" /> 44 <col width="70%" /> 45 45 <tr> 46 46 <th>お名前<span class="attention">※</span></th> -
branches/version-2_11-dev/data/Smarty/templates/default/mypage/delivery.tpl
r20764 r21343 48 48 49 49 <table summary="お届け先"> 50 <col group width="5%"></colgroup>51 <col group width="25%"></colgroup>52 <col group width="50%"></colgroup>53 <col group width="10%"></colgroup>54 <col group width="10%"></colgroup>50 <col width="5%" /> 51 <col width="25%" /> 52 <col width="50%" /> 53 <col width="10%" /> 54 <col width="10%" /> 55 55 <tr> 56 56 <th colspan="5">お届け先</th> -
branches/version-2_11-dev/data/Smarty/templates/default/shopping/deliv.tpl
r20764 r21343 57 57 <!--{/if}--> 58 58 <table summary="お届け先の指定"> 59 <col group width="10%"></colgroup>60 <col group width="20%"></colgroup>61 <col group width="50%"></colgroup>62 <col group width="10%"></colgroup>63 <col group width="10%"></colgroup>59 <col width="10%" /> 60 <col width="20%" /> 61 <col width="50%" /> 62 <col width="10%" /> 63 <col width="10%" /> 64 64 <tr> 65 65 <th class="alignC">選択</th> -
branches/version-2_11-dev/data/Smarty/templates/default/shopping/multiple.tpl
r21140 r21343 54 54 <input type="hidden" name="mode" value="confirm" /> 55 55 <table summary="商品情報"> 56 <col group width="10%"></colgroup>57 <col group width="35%"></colgroup>58 <col group width="10%"></colgroup>59 <col group width="45%"></colgroup>56 <col width="10%" /> 57 <col width="35%" /> 58 <col width="10%" /> 59 <col width="45%" /> 60 60 <tr> 61 61 <th class="alignC">商品写真</th> -
branches/version-2_11-dev/data/Smarty/templates/default/shopping/confirm.tpl
r21192 r21343 75 75 76 76 <table summary="ご注文内容確認"> 77 <col group width="10%"></colgroup>78 <col group width="40%"></colgroup>79 <col group width="20%"></colgroup>80 <col group width="10%"></colgroup>81 <col group width="20%"></colgroup>77 <col width="10%" /> 78 <col width="40%" /> 79 <col width="20%" /> 80 <col width="10%" /> 81 <col width="20%" /> 82 82 <tr> 83 83 <th scope="col">商品写真</th> … … 143 143 <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}--> 144 144 <table summary="ポイント確認" class="delivname"> 145 <col group width="30%"></colgroup>146 <col group width="70%"></colgroup>145 <col width="30%" /> 146 <col width="70%" /> 147 147 <tr> 148 148 <th scope="row">ご注文前のポイント</th> … … 179 179 <!--{if $is_multiple}--> 180 180 <table summary="ご注文内容確認"> 181 <col group width="10%"></colgroup>182 <col group width="60%"></colgroup>183 <col group width="20%"></colgroup>184 <col group width="10%"></colgroup>181 <col width="10%" /> 182 <col width="60%" /> 183 <col width="20%" /> 184 <col width="10%" /> 185 185 <tr> 186 186 <th scope="col">商品写真</th> … … 222 222 223 223 <table summary="お届け先確認" class="delivname"> 224 <col group width="30%"></colgroup>225 <col group width="70%"></colgroup>224 <col width="30%" /> 225 <col width="70%" /> 226 226 <tbody> 227 227 <tr> … … 263 263 <h3>配送方法・お支払方法・その他お問い合わせ</h3> 264 264 <table summary="配送方法・お支払方法・その他お問い合わせ" class="delivname"> 265 <col group width="30%"></colgroup>266 <col group width="70%"></colgroup>265 <col width="30%" /> 266 <col width="70%" /> 267 267 <tbody> 268 268 <tr> -
branches/version-2_11-dev/data/Smarty/templates/default/shopping/payment.tpl
r20871 r21343 143 143 <!--{/if}--> 144 144 <table summary="配送方法選択"> 145 <col group width="20%"></colgroup>146 <col group width="80%"></colgroup>145 <col width="20%" /> 146 <col width="80%" /> 147 147 <tr> 148 148 <th class="alignC">選択</th> … … 172 172 <!--{/if}--> 173 173 <table summary="お支払方法選択" id="payment"> 174 <col group width="20%"></colgroup>175 <col group width="80%"></colgroup>174 <col width="20%" /> 175 <col width="80%" /> 176 176 <thead> 177 177 <tr> -
branches/version-2_11-dev/data/Smarty/templates/default/cart/index.tpl
r20954 r21343 107 107 108 108 <table summary="商品情報"> 109 <col group width="10%"></colgroup>110 <col group width="15%"></colgroup>111 <col group width="30%"></colgroup>112 <col group width="15%"></colgroup>113 <col group width="15%"></colgroup>114 <col group width="15%"></colgroup>109 <col width="10%" /> 110 <col width="15%" /> 111 <col width="30%" /> 112 <col width="15%" /> 113 <col width="15%" /> 114 <col width="15%" /> 115 115 <tr> 116 116 <th class="alignC">削除</th> -
branches/version-2_11-dev/data/Smarty/templates/default/contact/confirm.tpl
r21243 r21343 35 35 <!--{/foreach}--> 36 36 <table summary="お問い合わせ内容確認"> 37 <col group width="30%"></colgroup>38 <col group width="70%"></colgroup>37 <col width="30%" /> 38 <col width="70%" /> 39 39 <tr> 40 40 <th>お名前<span class="attention">※</span></th> -
branches/version-2_11-dev/data/Smarty/templates/default/abouts/index.tpl
r20794 r21343 57 57 58 58 <table summary="当サイトについて"> 59 <col group width="20%"></colgroup>60 <col group width="80%"></colgroup>59 <col width="20%" /> 60 <col width="80%" /> 61 61 <!--{if strlen($objSiteInfo->data.shop_name)}--> 62 62 <tr> -
branches/version-2_11-dev/data/Smarty/templates/default/entry/confirm.tpl
r20764 r21343 34 34 35 35 <table summary="入力内容確認"> 36 <col group width="30%"></colgroup>37 <col group width="70%"></colgroup>36 <col width="30%" /> 37 <col width="70%" /> 38 38 <tr> 39 39 <th>お名前<span class="attention">※</span></th> -
branches/version-2_11-dev/data/Smarty/templates/default/frontparts/bloc/guide.tpl
r20764 r21338 23 23 <div id="guide_area" class="bloc_body"> 24 24 <!--{strip}--> 25 <ul class="button_like">26 <li>27 <a href="<!--{$smarty.const.ROOT_URLPATH}-->abouts/<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_page_category == "abouts"}--> selected<!--{/if}-->"28 >当サイトについて</a></li>29 <li>30 <a href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_page_category == "contact"}--> selected<!--{/if}-->"31 >お問い合わせ</a></li>32 <li>33 <a href="<!--{$smarty.const.ROOT_URLPATH}-->order/<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_page_category == "order"}--> selected<!--{/if}-->"34 >特定商取引に関する表記</a></li>35 <li>36 <a href="<!--{$smarty.const.ROOT_URLPATH}-->guide/privacy.php" class="<!--{if $tpl_page_category == "order"}--> selected<!--{/if}-->"37 >プライバシーポリシー</a></li>38 </ul>25 <ul class="button_like"> 26 <li> 27 <a href="<!--{$smarty.const.ROOT_URLPATH}-->abouts/<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_page_category == "abouts"}--> selected<!--{/if}-->" 28 >当サイトについて</a></li> 29 <li> 30 <a href="<!--{$smarty.const.HTTPS_URL}-->contact/<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_page_category == "contact"}--> selected<!--{/if}-->" 31 >お問い合わせ</a></li> 32 <li> 33 <a href="<!--{$smarty.const.ROOT_URLPATH}-->order/<!--{$smarty.const.DIR_INDEX_PATH}-->" class="<!--{if $tpl_page_category == "order"}--> selected<!--{/if}-->" 34 >特定商取引に関する表記</a></li> 35 <li> 36 <a href="<!--{$smarty.const.ROOT_URLPATH}-->guide/privacy.php" class="<!--{if $tpl_page_category == "order"}--> selected<!--{/if}-->" 37 >プライバシーポリシー</a></li> 38 </ul> 39 39 <!--{/strip}--> 40 40 <div style="height: 0px; overflow: hidden;"></div><!--{* IE6ハック(背景乱れ防止) *}--> -
branches/version-2_11-dev/data/Smarty/templates/default/frontparts/form_personal_input.tpl
r20848 r21343 22 22 */ 23 23 *}--> 24 <col group width="30%"></colgroup>25 <col group width="70%"></colgroup>24 <col width="30%" /> 25 <col width="70%" /> 26 26 <tr> 27 27 <th>お名前<span class="attention">※</span></th> -
branches/version-2_11-dev/data/Smarty/templates/default/products/review.tpl
r20764 r21343 34 34 <input type="hidden" name="product_id" value="<!--{$arrForm.product_id|h}-->" /> 35 35 <table summary="お客様の声書き込み"> 36 <col group width="30%"></colgroup>37 <col group width="70%"></colgroup>36 <col width="30%" /> 37 <col width="70%" /> 38 38 <tr> 39 39 <th>商品名</th> -
branches/version-2_11-dev/data/Smarty/templates/default/products/detail.tpl
r21292 r21348 292 292 <!--{section name=cnt loop=$smarty.const.PRODUCTSUB_MAX}--> 293 293 <!--{assign var=key value="sub_title`$smarty.section.cnt.index+1`"}--> 294 <!--{if $arrProduct[$key] != ""}--> 294 <!--{assign var=ikey value="sub_image`$smarty.section.cnt.index+1`"}--> 295 <!--{if $arrProduct[$key] != "" or $arrProduct[$ikey]|strlen >= 1}--> 295 296 <div class="sub_area clearfix"> 296 297 <h3><!--★サブタイトル★--><!--{$arrProduct[$key]|h}--></h3> 297 298 <!--{assign var=ckey value="sub_comment`$smarty.section.cnt.index+1`"}--> 298 299 <!--▼サブ画像--> 299 <!--{assign var=key value="sub_image`$smarty.section.cnt.index+1`"}-->300 300 <!--{assign var=lkey value="sub_large_image`$smarty.section.cnt.index+1`"}--> 301 <!--{if $arrProduct[$ key]|strlen >= 1}-->301 <!--{if $arrProduct[$ikey]|strlen >= 1}--> 302 302 <div class="subtext"><!--★サブテキスト★--><!--{$arrProduct[$ckey]|nl2br_html}--></div> 303 303 <div class="subphotoimg"> … … 305 305 <a href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct[$lkey]|h}-->" class="expansion" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_expansion_on.gif', 'expansion_<!--{$lkey|h}-->');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_expansion.gif', 'expansion_<!--{$lkey|h}-->');" target="_blank" > 306 306 <!--{/if}--> 307 <img src="<!--{$arrFile[$ key].filepath}-->" alt="<!--{$arrProduct.name|h}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" />307 <img src="<!--{$arrFile[$ikey].filepath}-->" alt="<!--{$arrProduct.name|h}-->" width="<!--{$arrFile[$ikey].width}-->" height="<!--{$arrFile[$ikey].height}-->" /> 308 308 <!--{if $arrProduct[$lkey]|strlen >= 1}--></a> 309 309 <span class="mini"> -
branches/version-2_11-dev/data/Smarty/templates/default/products/list.tpl
r21246 r21341 153 153 <div class="listphoto"> 154 154 <!--★画像★--> 155 <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" class="over"><!--商品写真--><img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH|sfTrimURL}-->/<!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 155 <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->"> 156 <img src="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$arrProduct.main_list_image|sfNoImageMainList|h}-->" alt="<!--{$arrProduct.name|h}-->" class="picture" /></a> 156 157 </div> 157 158 -
branches/version-2_11-dev/data/Smarty/templates/default/products/review_confirm.tpl
r20764 r21343 34 34 35 35 <table summary="お客様の声書き込み"> 36 <col group width="30%"></colgroup>37 <col group width="70%"></colgroup>36 <col width="30%" /> 37 <col width="70%" /> 38 38 <tr> 39 39 <th>商品名</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/product_select.tpl
r20991 r21408 131 131 <input name="no" type="hidden" value="<!--{$tpl_no|h}-->" /> 132 132 <table class="form"> 133 <col group width="20%">134 <col group width="80%">133 <col width="20%" /> 134 <col width="80%" /> 135 135 <tr> 136 136 <th>カテゴリ</th> … … 166 166 <!--▼検索後表示部分--> 167 167 <table class="list"> 168 <col group width="20%">169 <col group width="20%">170 <col group width="50%">171 <col group width="10%">168 <col width="20%" /> 169 <col width="20%" /> 170 <col width="50%" /> 171 <col width="10%" /> 172 172 <tr> 173 173 <th class="image">商品画像</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/status.tpl
r21182 r21343 65 65 66 66 <table class="list center"> 67 <col group width="5%">68 <col group width="7%">69 <col group width="9%">70 <col group width="15%">71 <col group width="20%">72 <col group width="10%">73 <col group width="10%">74 <col group width="12%">75 <col group width="12%">67 <col width="5%" /> 68 <col width="7%" /> 69 <col width="9%" /> 70 <col width="15%" /> 71 <col width="20%" /> 72 <col width="10%" /> 73 <col width="10%" /> 74 <col width="12%" /> 75 <col width="12%" /> 76 76 <tr> 77 77 <th><label for="move_check">選択</label> <input type="checkbox" name="move_check" id="move_check" onclick="fnAllCheck(this, 'input[name=move[]]')" /></th> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/index.tpl
r20953 r21343 311 311 <!--{* 検索結果表示テーブル *}--> 312 312 <table class="list"> 313 <col group width="10%">314 <col group width="10%">315 <col group width="15%">316 <col group width="10%">317 <col group width="10%">318 <col group width="10%">319 <col group width="10%">320 <col group width="10%">321 <col group width="5%">322 <col group width="5%">323 <col group width="5%">313 <col width="10%" /> 314 <col width="10%" /> 315 <col width="15%" /> 316 <col width="10%" /> 317 <col width="10%" /> 318 <col width="10%" /> 319 <col width="10%" /> 320 <col width="10%" /> 321 <col width="5%" /> 322 <col width="5%" /> 323 <col width="5%" /> 324 324 <!--{* ペイジェントモジュール連携用 *}--> 325 325 <!--{assign var=path value=`$smarty.const.MODULE_REALDIR`mdl_paygent/paygent_order_index.tpl}--> -
branches/version-2_11-dev/data/Smarty/templates/admin/order/pdf_input.tpl
r20753 r21343 47 47 48 48 <table class="form"> 49 <col group width="20%">50 <col group width="80%">49 <col width="20%" /> 50 <col width="80%" /> 51 51 <tr> 52 52 <th>注文番号</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/mail/index.tpl
r21118 r21406 95 95 <!--検索結果表示テーブル--> 96 96 <table class="list"> 97 <col group width="10%">98 <col group width="20%">99 <col group width="35%">100 <col group width="15%">101 <col group width="15%">97 <col width="10%" /> 98 <col width="20%" /> 99 <col width="35%" /> 100 <col width="15%" /> 101 <col width="15%" /> 102 102 <tr> 103 103 <th>顧客ID</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/mail/template.tpl
r20764 r21343 30 30 <div id="mail" class="contents-main"> 31 31 <table class="list center"> 32 <col group width="15%">33 <col group width="35%">34 <col group width="20%">35 <col group width="10%">36 <col group width="10%">37 <col group width="10%">32 <col width="15%" /> 33 <col width="35%" /> 34 <col width="20%" /> 35 <col width="10%" /> 36 <col width="10%" /> 37 <col width="10%" /> 38 38 <tr> 39 39 <th>作成日</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/system/index.tpl
r20764 r21406 33 33 <!--▼メンバー一覧ここから--> 34 34 <table class="list"> 35 <col group width="15%">36 <col group width="20%">37 <col group width="20%">38 <col group width="10%">39 <col group width="5%">40 <col group width="5%">41 <col group width="20%">35 <col width="15%" /> 36 <col width="20%" /> 37 <col width="20%" /> 38 <col width="10%" /> 39 <col width="5%" /> 40 <col width="5%" /> 41 <col width="20%" /> 42 42 <div class="btn"> 43 43 <a class="btn-action" href="javascript:;" onclick="win02('./input.php','input','620','450'); return false;"><span class="btn-next">メンバーを新規入力</span></a> -
branches/version-2_11-dev/data/Smarty/templates/admin/system/editdb.tpl
r20764 r21406 30 30 </div> 31 31 <table class="list"> 32 <col group width="5%">33 <col group width="5%">34 <col group width="28%">35 <col group width="25%">36 <col group width="43%">32 <col width="5%" /> 33 <col width="5%" /> 34 <col width="28%" /> 35 <col width="25%" /> 36 <col width="43%" /> 37 37 <tr> 38 38 <th colspan="2">インデックス</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/system/plugin.tpl
r21182 r21343 52 52 <span class="attention"><!--{$arrErr.plugin_error}--><!--{$arrErr.mode}--><!--{$arrErr.plugin_id}--><!--{$arrErr.plugin_code}--></span> 53 53 <table class="list" width="900"> 54 <col group width="15%">55 <col group width="10%">56 <col group width="25%">57 <col group width="28%">58 <col group width="7%">59 <col group width="5%">60 <col group width="5%">61 <col group width="5%">54 <col width="15%" /> 55 <col width="10%" /> 56 <col width="25%" /> 57 <col width="28%" /> 58 <col width="7%" /> 59 <col width="5%" /> 60 <col width="5%" /> 61 <col width="5%" /> 62 62 <tr> 63 63 <th>プラグイン名</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/system/input.tpl
r20764 r21343 40 40 41 41 <table> 42 <col group width="20%">43 <col group width="80%">42 <col width="20%" /> 43 <col width="80%" /> 44 44 <tr> 45 45 <th>名前</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/contents/index.tpl
r20764 r21343 185 185 <input type="hidden" name="rank" value="" /> 186 186 <table class="list"> 187 <col group width="5%">188 <col group width="15%">189 <col group width="45%">190 <col group width="5%">191 <col group width="5%">192 <col group width="25%">187 <col width="5%" /> 188 <col width="15%" /> 189 <col width="45%" /> 190 <col width="5%" /> 191 <col width="5%" /> 192 <col width="25%" /> 193 193 <tr> 194 194 <th>順位</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/contents/recommend.tpl
r20800 r21400 71 71 <div id="admin-contents" class="contents-main"> 72 72 <table class="list center" id="recommend-table"> 73 <col group width="13%">74 <col group width="73%">75 <col group width="7%">76 <col group width="7%">73 <col width="13%" /> 74 <col width="73%" /> 75 <col width="7%" /> 76 <col width="7%" /> 77 77 <tr> 78 78 <th>順位</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/contents/recommend_search.tpl
r21067 r21406 46 46 <input name="search_pageno" type="hidden" value="" /> 47 47 <table class="form"> 48 <col group width="20%">49 <col group width="80%">48 <col width="20%" /> 49 <col width="80%" /> 50 50 <tr> 51 51 <th>カテゴリ</th> … … 73 73 74 74 <table class="list"> 75 <col group width="15%">76 <col group width="13%">77 <col group width="60%">78 <col group width="13%">75 <col width="15%" /> 76 <col width="13%" /> 77 <col width="60%" /> 78 <col width="13%" /> 79 79 <tr> 80 80 <th>商品画像</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/customer/search_customer.tpl
r21118 r21343 46 46 47 47 <table class="form"> 48 <col group width="20%">49 <col group width="80%">48 <col width="20%" /> 49 <col width="80%" /> 50 50 <tr> 51 51 <th class="colmun">顧客ID</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/customer/index.tpl
r21118 r21406 112 112 <!--検索結果表示テーブル--> 113 113 <table class="list" id="customer-search-result"> 114 <col group width="5%">115 <col group width="10%">116 <col group width="25%">117 <col group width="5%">118 <col group width="30%">119 <col group width="7%">120 <col group width="7%">114 <col width="5%" /> 115 <col width="10%" /> 116 <col width="25%" /> 117 <col width="5%" /> 118 <col width="30%" /> 119 <col width="7%" /> 120 <col width="7%" /> 121 121 <tr> 122 122 <th rowspan="2">種別</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/basis/payment_input.tpl
r20764 r21408 36 36 37 37 <table class="form"> 38 <col group width="20%">39 <col group width="80%">38 <col width="20%" /> 39 <col width="80%" /> 40 40 <tr> 41 41 <th>支払方法<span class="attention"> *</span></th> -
branches/version-2_11-dev/data/Smarty/templates/admin/basis/kiyaku.tpl
r20764 r21524 41 41 <td> 42 42 <span class="attention"><!--{$arrErr.kiyaku_text}--></span> 43 <textarea name="kiyaku_text" maxlength="<!--{$smarty.const.M TEXT_LEN}-->" cols="60" rows="8" class="area60" style="<!--{if $arrErr.kiyaku_text != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" ><!--{$arrForm.kiyaku_text|h}--></textarea>43 <textarea name="kiyaku_text" maxlength="<!--{$smarty.const.MLTEXT_LEN}-->" cols="60" rows="8" class="area60" style="<!--{if $arrErr.kiyaku_text != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}-->" ><!--{$arrForm.kiyaku_text|h}--></textarea> 44 44 <span class="attention"> (上限<!--{$smarty.const.MLTEXT_LEN}-->文字)</span> 45 45 </td> … … 53 53 54 54 <table class="list"> 55 <col group width="65%">56 <col group width="10%">57 <col group width="10%">58 <col group width="15%">55 <col width="65%" /> 56 <col width="10%" /> 57 <col width="10%" /> 58 <col width="15%" /> 59 59 <tr> 60 60 <th>規約タイトル</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/basis/payment.tpl
r20817 r21343 34 34 </div> 35 35 <table class="list"> 36 <col group width="5%">37 <col group width="30%">38 <col group width="20%">39 <col group width="20%">40 <col group width="5%">41 <col group width="5%">42 <col group width="15%">36 <col width="5%" /> 37 <col width="30%" /> 38 <col width="20%" /> 39 <col width="20%" /> 40 <col width="5%" /> 41 <col width="5%" /> 42 <col width="15%" /> 43 43 <tr> 44 44 <th class="center">ID</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/basis/delivery.tpl
r20911 r21343 34 34 </div> 35 35 <table class="list"> 36 <col group width="35%">37 <col group width="30%">38 <col group width="10%">39 <col group width="10%">40 <col group width="15%">36 <col width="35%" /> 37 <col width="30%" /> 38 <col width="10%" /> 39 <col width="10%" /> 40 <col width="15%" /> 41 41 <tr> 42 42 <th>配送業者</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/basis/holiday.tpl
r20764 r21406 66 66 67 67 <table class="list"> 68 <col group width="50%">69 <col group width="15%">70 <col group width="5%">71 <col group width="5%">72 <col group width="15%">68 <col width="50%" /> 69 <col width="15%" /> 70 <col width="5%" /> 71 <col width="5%" /> 72 <col width="15%" /> 73 73 <tr> 74 74 <th>タイトル</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/category.tpl
r20828 r21343 104 104 105 105 <table class="list" id="categoryTable"> 106 <col group width="5%">107 <col group width="60%">108 <col group width="10%">109 <col group width="10%">110 <col group width="25%">106 <col width="5%" /> 107 <col width="60%" /> 108 <col width="10%" /> 109 <col width="10%" /> 110 <col width="25%" /> 111 111 <tr class="nodrop nodrag"> 112 112 <th>ID</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/product_rank.tpl
r20828 r21411 96 96 97 97 <table class="list" id="categoryTable"> 98 <col group width="20%">99 <col group width="47%">100 <col group width="10%">101 <col group width="7%">102 <col group width="15%">98 <col width="20%" /> 99 <col width="47%" /> 100 <col width="10%" /> 101 <col width="7%" /> 102 <col width="15%" /> 103 103 <tr class="nodrop nodrag"> 104 104 <th>商品コード</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/maker.tpl
r20822 r21343 47 47 <!--{if count($arrMaker) > 0}--> 48 48 <table class="list"> 49 <col group width="10%">50 <col group width="50%">51 <col group width="10%">52 <col group width="10%">53 <col group width="20%">49 <col width="10%" /> 50 <col width="50%" /> 51 <col width="10%" /> 52 <col width="10%" /> 53 <col width="20%" /> 54 54 <tr> 55 55 <th>ID</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/classcategory.tpl
r20764 r21406 54 54 55 55 <table class="list"> 56 <col group width="55%">57 <col group width="10%">58 <col group width="10%">59 <col group width="15%">56 <col width="55%" /> 57 <col width="10%" /> 58 <col width="10%" /> 59 <col width="15%" /> 60 60 <tr> 61 61 <th>分類名</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/product_class.tpl
r21032 r21343 183 183 184 184 <table class="list"> 185 <col group width="5%">186 <col group width="15%">187 <col group width="15%">188 <col group width="9%">189 <col group width="10%">190 <col group width="10%">191 <col group width="10%">192 <col group width="10%">193 <col group width="8%">194 <col group width="8%">185 <col width="5%" /> 186 <col width="15%" /> 187 <col width="15%" /> 188 <col width="9%" /> 189 <col width="10%" /> 190 <col width="10%" /> 191 <col width="10%" /> 192 <col width="10%" /> 193 <col width="8%" /> 194 <col width="8%" /> 195 195 <tr> 196 196 <th><input type="checkbox" onclick="fnAllCheck(this, 'input[name^=check]')" id="allCheck" /> <label for="allCheck"><br>登録</label></th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/class.tpl
r20867 r21406 47 47 48 48 <table class="list"> 49 <col group width="45%">50 <col group width="15%">51 <col group width="10%">52 <col group width="10%">53 <col group width="15%">49 <col width="45%" /> 50 <col width="15%" /> 51 <col width="10%" /> 52 <col width="10%" /> 53 <col width="15%" /> 54 54 <tr> 55 55 <th>規格名 (登録数)</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/products/index.tpl
r21183 r21406 205 205 <!--検索結果表示テーブル--> 206 206 <table class="list" id="products-search-result"> 207 <col group width="5%">208 <col group width="8%">209 <col group width="8%">210 <col group width="8%">211 <col group width="25%">212 <col group width="8%">213 <col group width="8%">214 <col group width="5%">215 <col group width="5%">216 <col group width="5%">217 <col group width="5%">218 <col group width="5%">207 <col width="5%" /> 208 <col width="8%" /> 209 <col width="8%" /> 210 <col width="8%" /> 211 <col width="25%" /> 212 <col width="8%" /> 213 <col width="8%" /> 214 <col width="5%" /> 215 <col width="5%" /> 216 <col width="5%" /> 217 <col width="5%" /> 218 <col width="5%" /> 219 219 <tr> 220 220 <th rowspan="2">商品ID</th> … … 247 247 <!--{if $arrProducts[cnt].product_code_min != $arrProducts[cnt].product_code_max}--> 248 248 <br />~ <!--{$arrProducts[cnt].product_code_max|h}--> 249 <!--{/if}--> </td> 249 <!--{/if}--> 250 </td> 250 251 <!--{* 価格 *}--> 251 252 <td rowspan="2" class="right"> -
branches/version-2_11-dev/data/Smarty/templates/admin/design/main_edit.tpl
r20867 r21343 100 100 </div> 101 101 <table class="list"> 102 <col group width="70%">103 <col group width="10%">104 <col group width="10%">105 <col group width="10%">102 <col width="70%" /> 103 <col width="10%" /> 104 <col width="10%" /> 105 <col width="10%" /> 106 106 <tr> 107 107 <th>名称</th> -
branches/version-2_11-dev/data/Smarty/templates/admin/design/template.tpl
r20863 r21343 53 53 54 54 <table class="list center"> 55 <col group width="5%">56 <col group width="30%">57 <col group width="50%">58 <col group width="10%">59 <col group width="5%">55 <col width="5%" /> 56 <col width="30%" /> 57 <col width="50%" /> 58 <col width="10%" /> 59 <col width="5%" /> 60 60 <tr> 61 61 <th>選択</th> -
branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/nonmember_input.tpl
r21294 r21349 60 60 <!--{assign var=key2 value="order_name02"}--> 61 61 <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span> 62 <input type="text" name="<!--{$key1}-->" 63 value="<!--{$arrForm[$key1].value|h}-->" 64 maxlength="<!--{$arrForm[$key1].length}-->" 65 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 62 <input type="text" name="<!--{$key1}-->" 63 value="<!--{$arrForm[$key1].value|h}-->" 64 maxlength="<!--{$arrForm[$key1].length}-->" 65 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 66 66 class="boxHarf text data-role-none" placeholder="姓" /> 67 67 68 <input type="text" name="<!--{$key2}-->" 69 value="<!--{$arrForm[$key2].value|h}-->" 70 maxlength="<!--{$arrForm[$key2].length}-->" 71 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 68 <input type="text" name="<!--{$key2}-->" 69 value="<!--{$arrForm[$key2].value|h}-->" 70 maxlength="<!--{$arrForm[$key2].length}-->" 71 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 72 72 class="boxHarf text data-role-none" placeholder="名"/> 73 73 </dd> … … 78 78 <!--{assign var=key2 value="order_kana02"}--> 79 79 <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span> 80 <input type="text" name="<!--{$key1}-->" 81 value="<!--{$arrForm[$key1].value|h}-->" 82 maxlength="<!--{$arrForm[$key1].length}-->" 83 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 80 <input type="text" name="<!--{$key1}-->" 81 value="<!--{$arrForm[$key1].value|h}-->" 82 maxlength="<!--{$arrForm[$key1].length}-->" 83 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 84 84 class="boxHarf text data-role-none" placeholder="セイ"/> 85 85 86 <input type="text" name="<!--{$key2}-->" 87 value="<!--{$arrForm[$key2].value|h}-->" 88 maxlength="<!--{$arrForm[$key2].length}-->" 89 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 86 <input type="text" name="<!--{$key2}-->" 87 value="<!--{$arrForm[$key2].value|h}-->" 88 maxlength="<!--{$arrForm[$key2].length}-->" 89 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 90 90 class="boxHarf text data-role-none" placeholder="メイ"/> 91 91 </dd> … … 97 97 <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span> 98 98 <p> 99 <input type="tel" name="<!--{$key1}-->" 100 value="<!--{$arrForm[$key1].value|h}-->" 101 max="<!--{$arrForm[$key1].length}-->" 99 <input type="tel" name="<!--{$key1}-->" 100 value="<!--{$arrForm[$key1].value|h}-->" 101 max="<!--{$arrForm[$key1].length}-->" 102 102 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" class="boxShort text data-role-none" /> - 103 103 104 <input type="tel" name="<!--{$key2}-->" 105 value="<!--{$arrForm[$key2].value|h}-->" 106 max="<!--{$arrForm[$key2].length}-->" 104 <input type="tel" name="<!--{$key2}-->" 105 value="<!--{$arrForm[$key2].value|h}-->" 106 max="<!--{$arrForm[$key2].length}-->" 107 107 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" class="boxShort text data-role-none" /> 108 108 <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fn">郵便番号検索</span></a></p> … … 133 133 <span class="attention"><!--{$arrErr[$key2]}--></span> 134 134 <span class="attention"><!--{$arrErr[$key3]}--></span> 135 <input type="tel" name="<!--{$key1}-->" 136 value="<!--{$arrForm[$key1].value|h}-->" 137 maxlength="<!--{$arrForm[$key1].length}-->" 138 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 135 <input type="tel" name="<!--{$key1}-->" 136 value="<!--{$arrForm[$key1].value|h}-->" 137 maxlength="<!--{$arrForm[$key1].length}-->" 138 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 139 139 class="boxShort text data-role-none" /> - 140 140 141 <input type="tel" name="<!--{$key2}-->" 142 value="<!--{$arrForm[$key2].value|h}-->" 143 maxlength="<!--{$arrForm[$key2].length}-->" 144 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 141 <input type="tel" name="<!--{$key2}-->" 142 value="<!--{$arrForm[$key2].value|h}-->" 143 maxlength="<!--{$arrForm[$key2].length}-->" 144 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 145 145 class="boxShort text data-role-none" /> - 146 146 147 <input type="tel" name="<!--{$key3}-->" 148 value="<!--{$arrForm[$key3].value|h}-->" 149 maxlength="<!--{$arrForm[$key3].length}-->" 150 style="<!--{$arrErr[$key3]|sfGetErrorColor}-->" 147 <input type="tel" name="<!--{$key3}-->" 148 value="<!--{$arrForm[$key3].value|h}-->" 149 maxlength="<!--{$arrForm[$key3].length}-->" 150 style="<!--{$arrErr[$key3]|sfGetErrorColor}-->" 151 151 class="boxShort text data-role-none" /> 152 152 </dd> … … 160 160 <span class="attention"><!--{$arrErr[$key2]}--></span> 161 161 <span class="attention"><!--{$arrErr[$key3]}--></span> 162 <input type="tel" name="<!--{$key1}-->" 163 value="<!--{$arrForm[$key1].value|h}-->" 164 maxlength="<!--{$arrForm[$key1].length}-->" 165 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 162 <input type="tel" name="<!--{$key1}-->" 163 value="<!--{$arrForm[$key1].value|h}-->" 164 maxlength="<!--{$arrForm[$key1].length}-->" 165 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 166 166 class="boxShort text data-role-none" /> - 167 167 168 <input type="tel" name="<!--{$key2}-->" 169 value="<!--{$arrForm[$key2].value|h}-->" 170 maxlength="<!--{$arrForm[$key2].length}-->" 171 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 168 <input type="tel" name="<!--{$key2}-->" 169 value="<!--{$arrForm[$key2].value|h}-->" 170 maxlength="<!--{$arrForm[$key2].length}-->" 171 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 172 172 class="boxShort text data-role-none" /> - 173 173 174 <input type="tel" name="<!--{$key3}-->" 175 value="<!--{$arrForm[$key3].value|h}-->" 176 maxlength="<!--{$arrForm[$key3].length}-->" 177 style="<!--{$arrErr[$key3]|sfGetErrorColor}-->" 174 <input type="tel" name="<!--{$key3}-->" 175 value="<!--{$arrForm[$key3].value|h}-->" 176 maxlength="<!--{$arrForm[$key3].length}-->" 177 style="<!--{$arrErr[$key3]|sfGetErrorColor}-->" 178 178 class="boxShort text data-role-none" /> 179 179 </dd> … … 183 183 <!--{assign var=key value="order_email"}--> 184 184 <span class="attention"><!--{$arrErr[$key]}--></span> 185 <input type="email" name="<!--{$key}-->" 186 value="<!--{$arrForm[$key].value|h}-->" 187 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 185 <input type="email" name="<!--{$key}-->" 186 value="<!--{$arrForm[$key].value|h}-->" 187 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 188 188 maxlength="<!--{$arrForm[$key].length}-->" class="boxLong top data-role-none" /> 189 189 <!--{assign var=key value="order_email02"}--> 190 190 <span class="attention"><!--{$arrErr[$key]}--></span> 191 <input type="email" name="<!--{$key}-->" 192 value="<!--{$arrForm[$key].value|h}-->" 193 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 191 <input type="email" name="<!--{$key}-->" 192 value="<!--{$arrForm[$key].value|h}-->" 193 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 194 194 maxlength="<!--{$arrForm[$key].length}-->" class="boxLong data-role-none" placeholder="確認のため2回入力してください" /> 195 195 </dd> … … 254 254 <!--{assign var=key2 value="shipping_name02"}--> 255 255 <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span> 256 <input type="text" name="<!--{$key1}-->" 257 value="<!--{$arrForm[$key1].value|h}-->" 258 maxlength="<!--{$arrForm[$key1].length}-->" 259 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 256 <input type="text" name="<!--{$key1}-->" 257 value="<!--{$arrForm[$key1].value|h}-->" 258 maxlength="<!--{$arrForm[$key1].length}-->" 259 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 260 260 class="boxHarf text data-role-none" placeholder="姓" /> 261 261 262 <input type="text" name="<!--{$key2}-->" 263 value="<!--{$arrForm[$key2].value|h}-->" 264 maxlength="<!--{$arrForm[$key2].length}-->" 265 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 262 <input type="text" name="<!--{$key2}-->" 263 value="<!--{$arrForm[$key2].value|h}-->" 264 maxlength="<!--{$arrForm[$key2].length}-->" 265 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 266 266 class="boxHarf text data-role-none" placeholder="名"/> 267 267 </dd> … … 272 272 <!--{assign var=key2 value="shipping_kana02"}--> 273 273 <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span> 274 <input type="text" name="<!--{$key1}-->" 275 value="<!--{$arrForm[$key1].value|h}-->" 276 maxlength="<!--{$arrForm[$key1].length}-->" 277 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 274 <input type="text" name="<!--{$key1}-->" 275 value="<!--{$arrForm[$key1].value|h}-->" 276 maxlength="<!--{$arrForm[$key1].length}-->" 277 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 278 278 class="boxHarf text data-role-none" placeholder="セイ"/> 279 279 280 <input type="text" name="<!--{$key2}-->" 281 value="<!--{$arrForm[$key2].value|h}-->" 282 maxlength="<!--{$arrForm[$key2].length}-->" 283 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 280 <input type="text" name="<!--{$key2}-->" 281 value="<!--{$arrForm[$key2].value|h}-->" 282 maxlength="<!--{$arrForm[$key2].length}-->" 283 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 284 284 class="boxHarf text data-role-none" placeholder="メイ"/> 285 285 </dd> … … 291 291 <span class="attention"><!--{$arrErr[$key1]}--><!--{$arrErr[$key2]}--></span> 292 292 <p> 293 <input type="tel" name="<!--{$key1}-->" 294 value="<!--{$arrForm[$key1].value|h}-->" 295 max="<!--{$arrForm[$key1].length}-->" 293 <input type="tel" name="<!--{$key1}-->" 294 value="<!--{$arrForm[$key1].value|h}-->" 295 max="<!--{$arrForm[$key1].length}-->" 296 296 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" class="boxShort text data-role-none" /> - 297 <input type="tel" name="<!--{$key2}-->" 298 value="<!--{$arrForm[$key2].value|h}-->" 299 max="<!--{$arrForm[$key2].length}-->" 297 <input type="tel" name="<!--{$key2}-->" 298 value="<!--{$arrForm[$key2].value|h}-->" 299 max="<!--{$arrForm[$key2].length}-->" 300 300 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" class="boxShort text data-role-none" /> 301 301 <a href="http://search.post.japanpost.jp/zipcode/" target="_blank"><span class="fn">郵便番号検索</span></a></p> … … 314 314 </select> 315 315 <!--{assign var=key value="shipping_addr01"}--> 316 <input type="text" name="<!--{$key}-->" 317 value="<!--{$arrForm[$key].value|h}-->" 318 class="boxLong top data-role-none" 319 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 316 <input type="text" name="<!--{$key}-->" 317 value="<!--{$arrForm[$key].value|h}-->" 318 class="boxLong top data-role-none" 319 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 320 320 placeholder="市区町村名" /> 321 321 322 322 <!--{assign var=key value="shipping_addr02"}--> 323 <input type="text" name="<!--{$key}-->" 324 value="<!--{$arrForm[$key].value|h}-->" 325 class="boxLong data-role-none" 326 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 323 <input type="text" name="<!--{$key}-->" 324 value="<!--{$arrForm[$key].value|h}-->" 325 class="boxLong data-role-none" 326 style="<!--{$arrErr[$key]|sfGetErrorColor}-->" 327 327 placeholder="番地・ビル名" /> 328 328 </dd> … … 336 336 <span class="attention"><!--{$arrErr[$key2]}--></span> 337 337 <span class="attention"><!--{$arrErr[$key3]}--></span> 338 <input type="tel" name="<!--{$key1}-->" 339 value="<!--{$arrForm[$key1].value|h}-->" 340 maxlength="<!--{$arrForm[$key1].length}-->" 341 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 338 <input type="tel" name="<!--{$key1}-->" 339 value="<!--{$arrForm[$key1].value|h}-->" 340 maxlength="<!--{$arrForm[$key1].length}-->" 341 style="<!--{$arrErr[$key1]|sfGetErrorColor}-->" 342 342 class="boxShort text data-role-none" /> - 343 <input type="tel" name="<!--{$key2}-->" 344 value="<!--{$arrForm[$key2].value|h}-->" 345 maxlength="<!--{$arrForm[$key2].length}-->" 346 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 343 <input type="tel" name="<!--{$key2}-->" 344 value="<!--{$arrForm[$key2].value|h}-->" 345 maxlength="<!--{$arrForm[$key2].length}-->" 346 style="<!--{$arrErr[$key2]|sfGetErrorColor}-->" 347 347 class="boxShort text data-role-none" /> - 348 348 349 <input type="tel" name="<!--{$key3}-->" 350 value="<!--{$arrForm[$key3].value|h}-->" 351 maxlength="<!--{$arrForm[$key3].length}-->" 352 style="<!--{$arrErr[$key3]|sfGetErrorColor}-->" 349 <input type="tel" name="<!--{$key3}-->" 350 value="<!--{$arrForm[$key3].value|h}-->" 351 maxlength="<!--{$arrForm[$key3].length}-->" 352 style="<!--{$arrErr[$key3]|sfGetErrorColor}-->" 353 353 class="boxShort text data-role-none" /> 354 354 </dd> -
branches/version-2_11-dev/data/Smarty/templates/sphone/contact/index.tpl
r21294 r21403 45 45 <dt>お名前 <span class="attention">※</span></dt> 46 46 <dd><span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 47 <input type="text" name="name01" 48 value="<!--{$arrForm.name01.value|default:$arrData.name01|h}-->" 49 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 47 <input type="text" name="name01" 48 value="<!--{$arrForm.name01.value|default:$arrData.name01|h}-->" 49 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 50 50 style="<!--{$arrErr.name01|sfGetErrorColor}-->" class="boxHarf text data-role-none" placeholder="姓"/> 51 <input type="text" name="name02" 52 value="<!--{$arrForm.name02.value|default:$arrData.name02|h}-->" 53 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 51 <input type="text" name="name02" 52 value="<!--{$arrForm.name02.value|default:$arrData.name02|h}-->" 53 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 54 54 style="<!--{$arrErr.name02|sfGetErrorColor}-->" class="boxHarf text data-role-none" placeholder="名"/> 55 55 </dd> … … 57 57 <dt>お名前(フリガナ) <span class="attention">※</span></dt> 58 58 <dd><span class="attention"><!--{$arrErr.kana01}--><!--{$arrErr.kana02}--></span> 59 <input type="text" name="kana01" 60 value="<!--{$arrForm.kana01.value|default:$arrData.kana01|h}-->" 61 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 59 <input type="text" name="kana01" 60 value="<!--{$arrForm.kana01.value|default:$arrData.kana01|h}-->" 61 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 62 62 style="<!--{$arrErr.kana01|sfGetErrorColor}-->"class="boxHarf text data-role-none" placeholder="セイ"/> 63 <input type="text" name="kana02" 64 value="<!--{$arrForm.kana02.value|default:$arrData.kana02|h}-->" 65 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 63 <input type="text" name="kana02" 64 value="<!--{$arrForm.kana02.value|default:$arrData.kana02|h}-->" 65 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 66 66 style="<!--{$arrErr.kana02|sfGetErrorColor}-->" class="boxHarf text data-role-none" placeholder="メイ"/> 67 67 </dd> … … 73 73 <!--{assign var=key4 value="`$prefix`addr01"}--> 74 74 <span class="attention"><!--{$arrErr.zip01}--><!--{$arrErr.zip02}--></span> 75 <p><input type="tel" name="zip01" 76 value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->" 77 max="<!--{$smarty.const.ZIP01_LEN}-->" 78 style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" /> - <input type="tel" name="zip02" 79 value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->" 80 max="<!--{$smarty.const.ZIP02_LEN}-->" 75 <p><input type="tel" name="zip01" 76 value="<!--{$arrForm.zip01.value|default:$arrData.zip01|h}-->" 77 max="<!--{$smarty.const.ZIP01_LEN}-->" 78 style="<!--{$arrErr.zip01|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" /> - <input type="tel" name="zip02" 79 value="<!--{$arrForm.zip02.value|default:$arrData.zip02|h}-->" 80 max="<!--{$smarty.const.ZIP02_LEN}-->" 81 81 style="<!--{$arrErr.zip02|sfGetErrorColor}-->; ime-mode: disabled;" class="boxShort text data-role-none" /> <a href="http://search.post.japanpost.jp/zipcode/" target="_blank" rel="external"><span class="fn">郵便番号検索</span></a> 82 82 </p> … … 92 92 </select> 93 93 94 <input type="text" name="addr01" 95 value="<!--{$arrForm.addr01.value|default:$arrData.addr01|h}-->" 96 class="boxLong top text data-role-none" 94 <input type="text" name="addr01" 95 value="<!--{$arrForm.addr01.value|default:$arrData.addr01|h}-->" 96 class="boxLong top text data-role-none" 97 97 style="<!--{$arrErr.addr01|sfGetErrorColor}-->" placeholder="市区町村名" /> 98 <input type="text" name="addr02" 99 value="<!--{$arrForm.addr02.value|default:$arrData.addr02|h}-->" 100 class="boxLong text data-role-none" 98 <input type="text" name="addr02" 99 value="<!--{$arrForm.addr02.value|default:$arrData.addr02|h}-->" 100 class="boxLong text data-role-none" 101 101 style="<!--{$arrErr.addr02|sfGetErrorColor}-->" placeholder="番地・ビル名" /></dd> 102 102 103 103 <dt>電話番号</dt> 104 104 <dd><span class="attention"><!--{$arrErr.tel01}--><!--{$arrErr.tel02}--><!--{$arrErr.tel03}--></span> 105 <input type="tel" name="tel01" 106 value="<!--{$arrForm.tel01.value|default:$arrData.tel01|h}-->" 107 maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" 108 style="<!--{$arrErr.tel01|sfGetErrorColor}-->" 105 <input type="tel" name="tel01" 106 value="<!--{$arrForm.tel01.value|default:$arrData.tel01|h}-->" 107 maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" 108 style="<!--{$arrErr.tel01|sfGetErrorColor}-->" 109 109 class="boxShort text data-role-none" /> - <input type="tel" name="tel02" value="<!--{$arrForm.tel02.value|default:$arrData.tel02|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel02|sfGetErrorColor}-->" class="boxShort text data-role-none" /> - <input type="text" name="tel03" value="<!--{$arrForm.tel03.value|default:$arrData.tel03|h}-->" maxlength="<!--{$smarty.const.TEL_ITEM_LEN}-->" style="<!--{$arrErr.tel03|sfGetErrorColor}-->" class="boxShort text data-role-none" /> 110 110 </dd> … … 112 112 <dt>メールアドレス <span class="attention">※</span></dt> 113 113 <dd><span class="attention"><!--{$arrErr.email}--><!--{$arrErr.email02}--></span> 114 <input type="email" name="email" 115 value="<!--{$arrForm.email.value|default:$arrData.email|h}-->" 116 style="<!--{$arrErr.email|sfGetErrorColor}-->" 114 <input type="email" name="email" 115 value="<!--{$arrForm.email.value|default:$arrData.email|h}-->" 116 style="<!--{$arrErr.email|sfGetErrorColor}-->" 117 117 maxlength="<!--{$smarty.const.MTEXT_LEN}-->" class="boxLong top text data-role-none" /> 118 118 … … 122 122 <!--{/if}--> 123 123 124 <input type="email" name="email02" 125 value="<!--{$arrForm.email02.value|default:$email02|h}-->" 126 style="<!--{$arrErr.email02|sfGetErrorColor}-->" 124 <input type="email" name="email02" 125 value="<!--{$arrForm.email02.value|default:$email02|h}-->" 126 style="<!--{$arrErr.email02|sfGetErrorColor}-->" 127 127 maxlength="<!--{$smarty.const.MTEXT_LEN}-->" class="boxLong text data-role-none" placeholder="確認のため2回入力してください" /> 128 128 </dd> -
branches/version-2_11-dev/data/Smarty/templates/sphone/forgot/secret.tpl
r21159 r21349 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 22 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(確認ページ)"}-->*}-->23 22 24 23 <section id="windowcolumn"> 25 26 27 28 24 <h2 class="title">パスワードを忘れた方</h2> 25 <div class="intro"> 26 <p>ご登録時に入力した下記質問の答えを入力して「次へ」ボタンをクリックしてください。</p> 27 </div> 29 28 <form action="?" method="post" name="form1"> 30 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />31 <input type="hidden" name="mode" value="secret_check" />32 29 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 30 <input type="hidden" name="mode" value="secret_check" /> 31 <!--{foreach key=key item=item from=$arrForm}--> 33 32 <!--{if $key ne 'reminder_answer'}--> 34 <input type="hidden" name="<!--{$key}-->" value="<!--{$item|h}-->" />33 <input type="hidden" name="<!--{$key}-->" value="<!--{$item|h}-->" /> 35 34 <!--{/if}--> 36 <!--{/foreach}--> 37 <div class="window_area clearfix"> 38 39 <p><span class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></span> 40 <!--{$arrReminder[$arrForm.reminder]}--><br /> 35 <!--{/foreach}--> 36 <div class="window_area clearfix"> 41 37 42 <!--★答え入力★--> 43 <input type="text" name="reminder_answer" 44 value="" class="boxLong text data-role-none" 45 style="<!--{$arrErr.reminder_answer|sfGetErrorColor}-->" /><br /> 46 <span class="attention"><!--{$errmsg}--></span></p> 47 48 <hr /> 49 50 <p>※質問の答えをお忘れになられた場合は、<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->"><!--{$arrSiteInfo.email02|escape:'hexentitiy'}--></a>までご連絡ください。</p> 51 52 </div> 38 <p> 39 <span class="attention"><!--{$arrErr.reminder}--><!--{$arrErr.reminder_answer}--></span> 40 <!--{$arrReminder[$arrForm.reminder]}--><br /> 53 41 54 <p class="btn_area"><input type="submit" class="btn data-role-none" value="次へ" name="next" id="next" /></p> 55 </form> 42 <!--★答え入力★--> 43 <input type="text" name="reminder_answer" 44 value="" class="boxLong text data-role-none" 45 style="<!--{$arrErr.reminder_answer|sfGetErrorColor}-->" /><br /> 46 <span class="attention"><!--{$errmsg}--></span> 47 </p> 48 49 <hr /> 50 51 <p>※質問の答えをお忘れになられた場合は、<a href="mailto:<!--{$arrSiteInfo.email02|escape:'hex'}-->"><!--{$arrSiteInfo.email02|escape:'hexentitiy'}--></a>までご連絡ください。</p> 52 53 </div> 54 55 <p class="btn_area"><input type="submit" class="btn data-role-none" value="次へ" name="next" id="next" /></p> 56 </form> 56 57 </section> 57 58 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->*}--> -
branches/version-2_11-dev/data/Smarty/templates/sphone/forgot/index.tpl
r21159 r21349 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 22 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(入力ページ)"}-->*}-->23 22 24 23 <section id="windowcolumn"> … … 27 26 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 28 27 <input type="hidden" name="mode" value="mail_check" /> 29 <div class="intro"> 30 <p>ご登録時のメールアドレスと、ご登録されたお名前を入力して「次へ」ボタンをクリックしてください。</p> 31 </div> 32 <div class="window_area clearfix"> 33 <p>お名前<br /> 34 <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 35 <input type="text" name="name01" 36 value="<!--{$arrForm.name01|default:''|h}-->" 37 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 38 style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" 39 class="boxHarf text data-role-none" placeholder="姓"/> 40 <input type="text" name="name02" 41 value="<!--{$arrForm.name02|default:''|h}-->" 42 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 43 style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" 44 class="boxHarf text data-role-none" placeholder="名"/></p> 45 <hr /> 46 <p>メールアドレス<br /> 47 <input type="email" name="email" 48 value="<!--{$tpl_login_email|h}-->" 49 style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;" 50 maxlength="200" class="boxLong data-role-none" /></p> 51 <span class="attention"><!--{$errmsg}--></span> 52 <hr /> 53 <p class="attentionSt">【重要】新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</p> 54 55 </div> 28 <div class="intro"> 29 <p>ご登録時のメールアドレスと、ご登録されたお名前を入力して「次へ」ボタンをクリックしてください。</p> 30 </div> 31 <div class="window_area clearfix"> 32 <p> 33 お名前<br /> 34 <span class="attention"><!--{$arrErr.name01}--><!--{$arrErr.name02}--></span> 35 <input type="text" name="name01" 36 value="<!--{$arrForm.name01|default:''|h}-->" 37 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 38 style="<!--{$arrErr.name01|sfGetErrorColor}-->; ime-mode: active;" 39 class="boxHarf text data-role-none" placeholder="姓"/> 40 <input type="text" name="name02" 41 value="<!--{$arrForm.name02|default:''|h}-->" 42 maxlength="<!--{$smarty.const.STEXT_LEN}-->" 43 style="<!--{$arrErr.name02|sfGetErrorColor}-->; ime-mode: active;" 44 class="boxHarf text data-role-none" placeholder="名"/> 45 </p> 46 <hr /> 47 <p> 48 メールアドレス<br /> 49 <input type="email" name="email" 50 value="<!--{$tpl_login_email|h}-->" 51 style="<!--{$errmsg|sfGetErrorColor}-->; ime-mode: disabled;" 52 maxlength="200" class="boxLong data-role-none" /> 53 </p> 54 <span class="attention"><!--{$errmsg}--></span> 55 <hr /> 56 <p class="attentionSt">【重要】新しくパスワードを発行いたしますので、お忘れになったパスワードはご利用できなくなります。</p> 57 </div> 56 58 57 59 <div class="btn_area"><p><input class="btn data-role-none" type="submit" value="次へ" /></p></div> 58 60 </form> 59 61 </section> 60 61 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->*}--> -
branches/version-2_11-dev/data/Smarty/templates/sphone/forgot/complete.tpl
r21159 r21349 20 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 21 21 *}--> 22 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_header.tpl" subtitle="パスワードを忘れた方(完了ページ)"}-->*}--> 22 <section id="windowcolumn"> 23 <h2 class="title">パスワードを忘れた方</h2> 24 <div class="intro"> 25 <p>パスワードの発行が完了いたしました。ログインには下記のパスワードをご利用ください。</p> 26 </div> 27 <form action="?" method="post" name="form1"> 28 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 23 29 24 <section id="windowcolumn"> 25 <h2 class="title">パスワードを忘れた方</h2> 26 <div class="intro"> 27 <p>パスワードの発行が完了いたしました。ログインには下記のパスワードをご利用ください。</p> 28 </div> 29 <form action="?" method="post" name="form1"> 30 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 30 <div class="window_area clearfix"> 31 <!--{if $smarty.const.FORGOT_MAIL != 1}--> 32 <input id="completebox" type="text" value="<!--{$arrForm.new_password}-->" readonly="readonly" /> 33 <!--{else}--> 34 <p class="attention">ご登録メールアドレスに送付致しました。</p> 35 <!--{/if}--> 36 <hr /> 37 <p>※パスワードは、MYページの「会員登録内容変更」よりご変更いただけます。</p> 38 </div> 31 39 32 <div class="window_area clearfix"> 33 <!--{if $smarty.const.FORGOT_MAIL != 1}--> 34 <input id="completebox" type="text" value="<!--{$arrForm.new_password}-->" readonly="readonly" /> 35 <!--{else}--> 36 <p class="attention">ご登録メールアドレスに送付致しました。</p> 37 <!--{/if}--> 38 <hr /> 39 <p>※パスワードは、MYページの「会員登録内容変更」よりご変更いただけます。</p> 40 </div> 41 42 <div class="btn_area"> 43 <p><a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/mypage/login.php" class="btn_sub btn_close">ログイン画面へ</a></p> 44 </div> 45 </form> 46 </section> 47 48 <!--{*<!--{include file="`$smarty.const.SMARTPHONE_TEMPLATE_REALDIR`popup_footer.tpl"}-->*}--> 40 <div class="btn_area"> 41 <p><a rel="external" href="<!--{$smarty.const.HTTPS_URL|sfTrimURL}-->/mypage/login.php" class="btn_sub btn_close">ログイン画面へ</a></p> 42 </div> 43 </form> 44 </section> -
branches/version-2_11-dev/data/Smarty/templates/sphone/frontparts/bloc/news.tpl
r21207 r21453 47 47 48 48 function getNews(limit) { 49 $.mobile. pageLoading();49 $.mobile.showPageLoadingMsg(); 50 50 var i = limit; 51 51 … … 58 58 error: function(XMLHttpRequest, textStatus, errorThrown){ 59 59 alert(textStatus); 60 $.mobile. pageLoading(true);60 $.mobile.hidePageLoadingMsg(); 61 61 }, 62 62 success: function(result){ … … 93 93 newsPageNo++; 94 94 } 95 $.mobile. pageLoading(true);95 $.mobile.hidePageLoadingMsg(); 96 96 } 97 97 }); … … 101 101 function getNewsDetail(newsId) { 102 102 if (loadingState == 0) { 103 $.mobile. pageLoading();103 $.mobile.showPageLoadingMsg(); 104 104 loadingState = 1; 105 105 $.ajax({ … … 112 112 error: function(XMLHttpRequest, textStatus, errorThrown){ 113 113 alert(textStatus); 114 $.mobile. pageLoading(true);114 $.mobile.hidePageLoadingMsg(); 115 115 loadingState = 0; 116 116 }, … … 118 118 if (result.error) { 119 119 alert(result.error); 120 $.mobile. pageLoading(true);120 $.mobile.hidePageLoadingMsg(); 121 121 loadingState = 0; 122 122 } … … 143 143 }, 10); 144 144 145 $.mobile.changePage('#windowcolumn', 'slideup');145 $.mobile.changePage('#windowcolumn', {transition: "slideup"}); 146 146 //ダイアログが開き終わるまで待機 147 147 setTimeout( function() { 148 148 loadingState = 0; 149 $.mobile. pageLoading(true);149 $.mobile.hidePageLoadingMsg(); 150 150 }, 1000); 151 151 } -
branches/version-2_11-dev/data/Smarty/templates/sphone/products/detail.tpl
r21293 r21349 220 220 <dd> 221 221 <select name="classcategory_id1" 222 style="<!--{$arrErr.classcategory_id1|sfGetErrorColor}-->" 222 style="<!--{$arrErr.classcategory_id1|sfGetErrorColor}-->" 223 223 class="data-role-none"> 224 224 <!--{html_options options=$arrClassCat1 selected=$arrForm.classcategory_id1.value}--> -
branches/version-2_11-dev/data/Smarty/templates/sphone/products/list.tpl
r21226 r21453 146 146 147 147 function getProducts(limit) { 148 $.mobile. pageLoading();148 $.mobile.showPageLoadingMsg(); 149 149 var i = limit; 150 150 //送信データを準備 … … 159 159 type: "POST", 160 160 data: postData, 161 url: "<!--{$smarty.const.ROOT_URLPATH}-->products/list.php", 161 162 cache: false, 162 163 dataType: "json", 163 164 error: function(XMLHttpRequest, textStatus, errorThrown){ 164 165 alert(textStatus); 165 $.mobile. pageLoading(true);166 $.mobile.hidePageLoadingMsg(); 166 167 }, 167 168 success: function(result){ … … 228 229 $("#btn_more_product").hide(); 229 230 } 230 $.mobile. pageLoading(true);231 $.mobile.hidePageLoadingMsg(); 231 232 } 232 233 }); -
branches/version-2_11-dev/data/Smarty/templates/sphone/popup_header.tpl
r21240 r21504 23 23 <html lang="ja"> 24 24 <head> 25 <meta charset="UTF-8"> 25 <meta charset="UTF-8"> 26 26 <meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->" /> 27 27 … … 43 43 <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script> 44 44 <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script> 45 <script src="<!--{$TPL_URLPATH}-->js/jquery-1. 5.2.min.js"></script>45 <script src="<!--{$TPL_URLPATH}-->js/jquery-1.6.4.min.js"></script> 46 46 <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script> 47 <script type="text/javascript"> 47 <script type="text/javascript"> 48 48 $(function(){ 49 49 $('.recommendblock, .list_area, .newslist li,.bubbleBox,.arrowBox').biggerlink(); … … 57 57 58 58 <!--{* スマートフォンカスタマイズ用CSS *}--> 59 <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0 a3.min.css" />59 <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0.1.css" /> 60 60 61 61 <!--{* スマートフォンカスタマイズ用JS *}--> 62 62 <script src="<!--{$TPL_URLPATH}-->js/config.js"></script> 63 <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile-1.0 a3.min.js"></script>63 <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile-1.0.1.min.js"></script> 64 64 <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script> 65 65 <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script> -
branches/version-2_11-dev/data/Smarty/templates/sphone/site_frame.tpl
r21240 r21453 42 42 <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/win_op.js"></script> 43 43 <script src="<!--{$smarty.const.ROOT_URLPATH}-->js/site.js"></script> 44 <script src="<!--{$TPL_URLPATH}-->js/jquery-1. 5.2.min.js"></script>44 <script src="<!--{$TPL_URLPATH}-->js/jquery-1.6.4.min.js"></script> 45 45 <script src="<!--{$TPL_URLPATH}-->js/jquery.biggerlink.js"></script> 46 46 <script>//<![CDATA[ … … 56 56 57 57 <!--{* スマートフォンカスタマイズ用CSS *}--> 58 <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0 a3.css" />58 <link rel="stylesheet" media="only screen" href="<!--{$TPL_URLPATH}-->css/jquery.mobile-1.0.1.css" /> 59 59 <link rel="stylesheet" media="screen" href="<!--{$TPL_URLPATH}-->js/jquery.facebox/facebox.css" /> 60 60 61 61 <!--{* スマートフォンカスタマイズ用JS *}--> 62 62 <script src="<!--{$TPL_URLPATH}-->js/config.js"></script> 63 <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile-1.0 a3.min.js"></script>63 <script src="<!--{$TPL_URLPATH}-->js/jquery.mobile-1.0.1.min.js"></script> 64 64 <script src="<!--{$TPL_URLPATH}-->js/jquery.autoResizeTextAreaQ-0.1.js"></script> 65 65 <script src="<!--{$TPL_URLPATH}-->js/jquery.flickslide.js"></script> -
branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/index.tpl
r21228 r21453 94 94 95 95 function getHistory(limit) { 96 $.mobile. pageLoading();96 $.mobile.showPageLoadingMsg(); 97 97 var i = limit; 98 98 //送信データを準備 … … 113 113 error: function(XMLHttpRequest, textStatus, errorThrown){ 114 114 alert(textStatus); 115 $.mobile. pageLoading(true);115 $.mobile.hidePageLoadingMsg(); 116 116 }, 117 117 success: function(result){ … … 145 145 $("#btn_more_history").hide(); 146 146 } 147 $.mobile. pageLoading(true);147 $.mobile.hidePageLoadingMsg(); 148 148 } 149 149 }); -
branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/favorite.tpl
r21228 r21453 111 111 112 112 function getProducts(limit) { 113 $.mobile. pageLoading();113 $.mobile.showPageLoadingMsg(); 114 114 var i = limit; 115 115 //送信データを準備 … … 130 130 error: function(XMLHttpRequest, textStatus, errorThrown){ 131 131 alert(textStatus); 132 $.mobile. pageLoading(true);132 $.mobile.hidePageLoadingMsg(); 133 133 }, 134 134 success: function(result){ … … 178 178 $("#btn_more_product").hide(); 179 179 } 180 $.mobile. pageLoading(true);180 $.mobile.hidePageLoadingMsg(); 181 181 } 182 182 }); -
branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/history.tpl
r21272 r21453 146 146 <script> 147 147 function getMailDetail(send_id) { 148 $.mobile. pageLoading();148 $.mobile.showPageLoadingMsg(); 149 149 $.ajax({ 150 150 type: "GET", … … 155 155 error: function(XMLHttpRequest, textStatus, errorThrown){ 156 156 alert(textStatus); 157 $.mobile. pageLoading(true);157 $.mobile.hidePageLoadingMsg(); 158 158 }, 159 159 success: function(result){ … … 164 164 $($("#windowcolumn dl.view_detail dd").get(maxCnt)).html(result[0].mail_body.replace(/\n/g,"<br />")); 165 165 $("#windowcolumn dl.view_detail dd").css('font-family', 'monospace'); 166 $.mobile.changePage('#windowcolumn', 'slideup');166 $.mobile.changePage('#windowcolumn', {transition: "slideup"}); 167 167 //ダイアログが開き終わるまで待機 168 168 setTimeout( function() { 169 169 loadingState = 0; 170 $.mobile. pageLoading(true);170 $.mobile.hidePageLoadingMsg(); 171 171 }, 1000); 172 172 } -
branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/delivery.tpl
r21228 r21453 99 99 100 100 function getDelivery(limit) { 101 $.mobile. pageLoading();101 $.mobile.showPageLoadingMsg(); 102 102 var i = limit; 103 103 //送信データを準備 … … 118 118 error: function(XMLHttpRequest, textStatus, errorThrown){ 119 119 alert(textStatus); 120 $.mobile. pageLoading(true);120 $.mobile.hidePageLoadingMsg(); 121 121 }, 122 122 success: function(result){ … … 156 156 $("#btn_more_delivery").hide(); 157 157 } 158 $.mobile. pageLoading(true);158 $.mobile.hidePageLoadingMsg(); 159 159 } 160 160 }); -
branches/version-2_11-dev/data/downloads
-
Property
svn:ignore
set to
KEN_ALL_utf-8.CSV
-
Property
svn:ignore
set to
-
branches/version-2_11-dev/data/class/SC_Fpdf.php
r21024 r21358 32 32 define('PDF_TEMPLATE_REALDIR', TEMPLATE_ADMIN_REALDIR . 'pdf/'); 33 33 34 class SC_Fpdf {34 class SC_Fpdf extends PDF_Japanese { 35 35 function SC_Fpdf($download, $title, $tpl_pdf = 'nouhinsyo1.pdf') { 36 $this->FPDF(); 36 37 // デフォルトの設定 37 38 $this->tpl_pdf = PDF_TEMPLATE_REALDIR . $tpl_pdf; // テンプレートファイル … … 54 55 ); 55 56 56 $this-> pdf = new PDF_Japanese();57 $this->lfAddGothicFont(); 57 58 58 59 // SJISフォント 59 $this-> pdf->AddSJISFont();60 $this-> pdf->SetFont('SJIS');60 $this->AddSJISFont(); 61 $this->SetFont('SJIS'); 61 62 62 63 //ページ総数取得 63 $this-> pdf->AliasNbPages();64 $this->AliasNbPages(); 64 65 65 66 // マージン設定 66 $this-> pdf->SetMargins(15, 20);67 $this->SetMargins(15, 20); 67 68 68 69 // PDFを読み込んでページ数を取得 69 $pageno = $this-> pdf->setSourceFile($this->tpl_pdf);70 $pageno = $this->setSourceFile($this->tpl_pdf); 70 71 } 71 72 … … 74 75 75 76 // ページ番号よりIDを取得 76 $tplidx = $this-> pdf->ImportPage(1);77 $tplidx = $this->ImportPage(1); 77 78 78 79 // ページを追加(新規) 79 $this-> pdf->AddPage();80 $this->AddPage(); 80 81 81 82 //表示倍率(100%) 82 $this-> pdf->SetDisplayMode($this->tpl_dispmode);83 $this->SetDisplayMode($this->tpl_dispmode); 83 84 84 85 if (SC_Utils_Ex::sfIsInt($arrData['order_id'])) { … … 88 89 89 90 // テンプレート内容の位置、幅を調整 ※useTemplateに引数を与えなければ100%表示がデフォルト 90 $this-> pdf->useTemplate($tplidx);91 $this->useTemplate($tplidx); 91 92 92 93 $this->setShopData(); … … 126 127 //ロゴ画像 127 128 $logo_file = PDF_TEMPLATE_REALDIR . 'logo.png'; 128 $this-> pdf->Image($logo_file, 124, 46, 40);129 $this->Image($logo_file, 124, 46, 40); 129 130 } 130 131 … … 152 153 153 154 // お届け先情報 154 $this-> pdf->SetFontSize(10);155 $this->SetFont('SJIS', '', 10); 155 156 $this->lfText(25, 125, SC_Utils_Ex::sfDispDBDate($this->arrDisp['create_date']), 10); //ご注文日 156 157 $this->lfText(25, 135, $this->arrDisp['order_id'], 10); //注文番号 157 158 158 $this->pdf->SetFont('', 'B', 15); 159 $this->pdf->Cell(0, 10, $this->lfConvSjis($this->tpl_title), 0, 2, 'C', 0, ''); //文書タイトル(納品書・請求書) 160 $this->pdf->Cell(0, 66, '', 0, 2, 'R', 0, ''); 161 $this->pdf->Cell(5, 0, '', 0, 0, 'R', 0, ''); 162 $this->pdf->Cell(67, 8, $this->lfConvSjis(number_format($this->arrDisp['payment_total'])." 円"), 0, 2, 'R', 0, ''); 163 $this->pdf->Cell(0, 45, '', 0, 2, '', 0, ''); 164 165 $this->pdf->SetFontSize(8); 159 $this->SetFont('Gothic', 'B', 15); 160 $this->Cell(0, 10, $this->lfConvSjis($this->tpl_title), 0, 2, 'C', 0, ''); //文書タイトル(納品書・請求書) 161 $this->Cell(0, 66, '', 0, 2, 'R', 0, ''); 162 $this->Cell(5, 0, '', 0, 0, 'R', 0, ''); 163 $this->SetFont('SJIS', 'B', 15); 164 $this->Cell(67, 8, $this->lfConvSjis(number_format($this->arrDisp['payment_total'])." 円"), 0, 2, 'R', 0, ''); 165 $this->Cell(0, 45, '', 0, 2, '', 0, ''); 166 167 $this->SetFont('SJIS', '', 8); 166 168 167 169 $monetary_unit = $this->lfConvSjis("円"); … … 252 254 } 253 255 254 $this-> pdf->FancyTable($this->label_cell, $arrOrder, $this->width_cell);256 $this->FancyTable($this->label_cell, $arrOrder, $this->width_cell); 255 257 } 256 258 257 259 function setEtcData() { 258 $this-> pdf->Cell(0, 10, '', 0, 1, 'C', 0, '');259 $this-> pdf->SetFontSize(9);260 $this-> pdf->MultiCell(0, 6, $this->lfConvSjis("< 備 考 >"), 'T', 2, 'L', 0, ''); //備考261 $this-> pdf->Ln();262 $this-> pdf->SetFontSize(8);263 $this-> pdf->MultiCell(0, 4, $this->lfConvSjis($this->arrData['etc1']."\n".$this->arrData['etc2']."\n".$this->arrData['etc3']), '', 2, 'L', 0, ''); //備考260 $this->Cell(0, 10, '', 0, 1, 'C', 0, ''); 261 $this->SetFont('Gothic', 'B', 9); 262 $this->MultiCell(0, 6, $this->lfConvSjis("< 備 考 >"), 'T', 2, 'L', 0, ''); //備考 263 $this->Ln(); 264 $this->SetFont('SJIS', '', 8); 265 $this->MultiCell(0, 4, $this->lfConvSjis($this->arrData['etc1']."\n".$this->arrData['etc2']."\n".$this->arrData['etc3']), '', 2, 'L', 0, ''); //備考 264 266 } 265 267 … … 268 270 ob_clean(); 269 271 if ($this->pdf_download == 1) { 270 if ($this-> pdf->PageNo() == 1) {272 if ($this->PageNo() == 1) { 271 273 $filename = "nouhinsyo-No".$this->arrData['order_id'].".pdf"; 272 274 } else { 273 275 $filename = "nouhinsyo.pdf"; 274 276 } 275 $this-> pdf->Output($this->lfConvSjis($filename), 'D');277 $this->Output($this->lfConvSjis($filename), 'D'); 276 278 } else { 277 $this-> pdf->Output();279 $this->Output(); 278 280 } 279 281 280 282 // 入力してPDFファイルを閉じる 281 $this-> pdf->Close();283 $this->Close(); 282 284 } 283 285 … … 285 287 function lfText($x, $y, $text, $size = 0, $style = '') { 286 288 // 退避 287 $bak_font_style = $this-> pdf->FontStyle;288 $bak_font_size = $this-> pdf->FontSizePt;289 290 $this-> pdf->SetFont('', $style, $size);291 $this-> pdf->Text($x, $y, $this->lfConvSjis($text));289 $bak_font_style = $this->FontStyle; 290 $bak_font_size = $this->FontSizePt; 291 292 $this->SetFont('', $style, $size); 293 $this->Text($x, $y, $this->lfConvSjis($text)); 292 294 293 295 // 復元 294 $this-> pdf->SetFont('', $bak_font_style, $bak_font_size);296 $this->SetFont('', $bak_font_style, $bak_font_size); 295 297 } 296 298 … … 332 334 } 333 335 336 /** 337 * ゴシックフォントを定義 338 * 339 * @return void 340 */ 341 function lfAddGothicFont() { 342 $cw = $GLOBALS['SJIS_widths']; 343 $c_map = '90msp-RKSJ-H'; 344 $registry = array('ordering'=>'Japan1','supplement'=>2); 345 $this->AddCIDFonts('Gothic', 'KozGoPro-Medium-Acro,MS-PGothic,Osaka', $cw, $c_map, $registry); 346 } 347 348 /** 349 * フッター 350 * 351 * 現状の PDF_Japanese#Footer の動作によって、生成される PDF がエラーとなるケースがあり、 352 * そのエラーを抑える意図。 353 * @return void 354 */ 355 function Footer() { 356 } 334 357 } 335 358 ?> -
branches/version-2_11-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php
r21256 r21413 90 90 91 91 // おすすめ商品取得 92 $col = 'best_id, best_id,category_id, rank, product_id, title, comment, create_date, update_date';92 $col = 'best_id, category_id, rank, product_id, title, comment, create_date, update_date'; 93 93 $table = 'dtb_best_products'; 94 94 $where = 'del_flg = 0'; -
branches/version-2_11-dev/data/class/pages/products/LC_Page_Products_List.php
r21265 r21410 323 323 // 規格を設定 324 324 $objProduct->setProductsClassByProductIds($arrProductId); 325 $arrProducts += array('productStatus' => $objProduct->getProductStatus($arrProductId));325 $arrProducts['productStatus'] = $objProduct->getProductStatus($arrProductId); 326 326 return $arrProducts; 327 327 } -
branches/version-2_11-dev/data/class/pages/products/LC_Page_Products_Detail.php
r21298 r21410 250 250 251 251 $value1 = $this->objFormParam->getValue('classcategory_id1'); 252 $value2 = $this->objFormParam->getValue('classcategory_id2');253 254 if ( $value1 == '') {252 $value2 = '#' . $this->objFormParam->getValue('classcategory_id2'); 253 254 if (strlen($value1) === 0) { 255 255 $value1 = '__unselected'; 256 }257 if ($value2 == '') {258 $value2 = '__unselected';259 } else {260 $value2 = '#' . $value2;261 256 } 262 257 -
branches/version-2_11-dev/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php
r21012 r21370 174 174 $objQuery =& SC_Query_Ex::getSingletonInstance(); 175 175 return $objQuery->select("*", "dtb_other_deliv", "customer_id = ? AND other_deliv_id = ?", array($customer_id, $other_deliv_id)); 176 177 $arrOtherDeliv[0];178 176 } 179 177 -
branches/version-2_11-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php
r21231 r21408 549 549 */ 550 550 function lfCheckError(&$objFormParam) { 551 $objProduct = new SC_Product_Ex(); 552 551 553 $arrErr = $objFormParam->checkError(); 552 554 … … 571 573 572 574 // 在庫数のチェック 573 $objProduct = new SC_Product_Ex();574 575 $arrProduct = $objProduct->getDetailAndProductsClass($arrValues['product_class_id'][$i]); 575 576 -
branches/version-2_11-dev/data/class/pages/admin/products/LC_Page_Admin_Products_UploadCSV.php
r21185 r21463 415 415 416 416 // カテゴリー登録 417 if ($arrList['category_ids'] != "") {417 if (isset($arrList['category_ids'])) { 418 418 $arrCategory_id = explode(',', $arrList['category_ids']); 419 419 $this->objDb->updateProductCategories($arrCategory_id, $product_id); 420 420 } 421 421 // 商品ステータス登録 422 if ($arrList['product_statuses'] != "") {422 if (isset($arrList['product_statuses'])) { 423 423 $arrStatus_id = explode(',', $arrList['product_statuses']); 424 424 $objProduct->setProductStatus($product_id, $arrStatus_id); -
branches/version-2_11-dev/data/class/pages/contact/LC_Page_Contact.php
r21198 r21411 190 190 $objPage->tpl_shopname = $CONF['shop_name']; 191 191 $objPage->tpl_infoemail = $CONF['email02']; 192 $fromMail_name = $objPage->arrForm['name01']['value'] ." 様";193 $fromMail_address = $objPage->arrForm['email']['value'];194 192 $helperMail = new SC_Helper_Mail_Ex(); 195 193 $helperMail->sfSendTemplateMail( -
branches/version-2_11-dev/data/class/SC_CustomerList.php
r21269 r21410 314 314 } 315 315 } 316 // 携帯電話番号317 if (!isset($this->arrSql['search_cell'])) $this->arrSql['search_cell'] = "";318 if ( is_numeric( $this->arrSql['search_cell'] ) ) {319 $this->setWhere( "(cell01 || cell02 || cell03 LIKE ?)" );320 $searchTel = $this->addSearchStr($this->arrSql['search_cell']);321 $this->arrVal[] = ereg_replace("-", "", $searchTel);322 }323 316 324 317 // 会員状態 -
branches/version-2_11-dev/data/class/session/sessionfactory/SC_SessionFactory_UseCookie.php
r20970 r21347 45 45 * ・ブラウザを閉じるまで有効 46 46 * ・すべてのパスで有効 47 * FIXME 多分、同一ホスト名に複数の EC-CUBE をインストールした場合に望ましくない状態である。特段の事由がなければ、アプリケーションルートを指定すべきだし、あればコメントに残すべき。 47 48 * ・同じドメイン間で共有 48 49 **/ -
branches/version-2_11-dev/data/class/SC_Initial.php
r21305 r21556 38 38 39 39 /** EC-CUBEのバージョン */ 40 define('ECCUBE_VERSION', '2.11. 4');40 define('ECCUBE_VERSION', '2.11.5'); 41 41 } 42 42 -
branches/version-2_11-dev/data/class/SC_PageNavi.php
r20950 r21411 116 116 $this->arrPagenavi['arrPageno'] = array(); 117 117 $page_number = ""; 118 for ($i=$disp_min; $i <= $disp_max; $i++) { 119 120 if ($i != $disp_max) { 121 $sep = " "; 122 } else { 123 $sep = ""; 124 } 118 for ($i = $disp_min; $i <= $disp_max; $i++) { 125 119 126 120 if ($i == $this->now_page) { … … 132 126 } 133 127 134 $page_number .= $sep; 128 $page_number .= ' '; 129 // FIXME CSS を使おう 135 130 136 131 $this->arrPagenavi['arrPageno'][$i] = $i; -
branches/version-2_11-dev/test/createEcCubeData-v25.php
r21186 r21410 49 49 50 50 /** 商品の生成数 */ 51 define("PRODUCTS_VOLUME", 100 0);51 define("PRODUCTS_VOLUME", 100); 52 52 53 53 // }}} … … 107 107 var $arrClassCategory_id2 = array(); 108 108 109 /** 削除するか */ 110 var $delete = false; 111 109 112 /** 110 113 * コンストラクタ. … … 131 134 132 135 print("カテゴリを生成しています...\n"); 136 137 if ($this->delete) { 138 $this->objQuery->delete('dtb_category'); 139 } 133 140 134 141 $count = 0; … … 195 202 // 規格データ生成 196 203 print("規格データを生成しています...\n"); 204 205 if ($this->delete) { 206 $this->objQuery->delete('dtb_class'); 207 } 208 197 209 $this->createClass("Size"); 198 210 $this->createClass("Color"); … … 201 213 // 規格分類データ生成 202 214 print("規格分類データを生成しています...\n"); 215 216 if ($this->delete) { 217 $this->objQuery->delete('dtb_classcategory'); 218 } 203 219 204 220 // 規格1 … … 226 242 print("商品と規格の関連づけを行います...\n"); 227 243 244 if ($this->delete) { 245 $this->objQuery->delete('dtb_class_combination'); 246 $this->objQuery->delete('dtb_products_class'); 247 } 248 228 249 foreach ($this->arrProduct_id as $product_id) { 229 250 $this->createProductsClass($product_id); … … 240 261 241 262 print("商品を生成しています...\n"); 263 264 if ($this->delete) { 265 $this->objQuery->delete('dtb_products'); 266 } 267 242 268 for ($i = 0; $i < PRODUCTS_VOLUME; $i++) { 243 269 $sqlval['product_id'] = $this->objQuery->nextval("dtb_products_product_id"); … … 337 363 printf("商品ID %d の商品規格を生成しています...\n", $product_id); 338 364 339 340 365 $sqlval['product_id'] = $product_id; 341 366 $sqlval['product_type_id'] = 1; … … 392 417 393 418 print("商品とカテゴリの関連づけを行います...\n"); 419 420 if ($this->delete) { 421 $this->objQuery->delete('dtb_product_categories'); 422 } 423 394 424 $this->createProductsCategories($this->arrCategory1, "大カテゴリ"); 395 425 $this->createProductsCategories($this->arrCategory2, "中カテゴリ"); -
branches/version-2_11-dev/html/install/templates/step1.tpl
r20970 r21344 34 34 <div class="block"> 35 35 <table> 36 <col group width="30%">37 <col group width="70%">36 <col width="30%" /> 37 <col width="70%" /> 38 38 <tr> 39 39 <th>店名<span class="attention">※</span></th> … … 77 77 <h2>管理機能の設定</h2> 78 78 <table> 79 <col group width="30%">80 <col group width="70%">79 <col width="30%" /> 80 <col width="70%" /> 81 81 <tr> 82 82 <th>ディレクトリ<br/>半角英数字<!--{$smarty.const.ID_MIN_LEN}-->~<!--{$smarty.const.ID_MAX_LEN}-->文字</th> … … 114 114 <h2>WEBサーバーの設定</h2> 115 115 <table> 116 <col group width="30%">117 <col group width="70%">116 <col width="30%" /> 117 <col width="70%" /> 118 118 <tr> 119 119 <th>URL(通常)<span class="attention">※</span></th> -
branches/version-2_11-dev/html/install/templates/step2.tpl
r20970 r21344 48 48 <div class="block"> 49 49 <table> 50 <col group width="30%">51 <col group width="70%">50 <col width="30%" /> 51 <col width="70%" /> 52 52 <tr> 53 53 <th>DBの種類<span class="attention">※</span></th> -
branches/version-2_11-dev/html/user_data/packages/sphone/js/favorite.js
r21153 r21504 3 3 ------------------------------------------*/ 4 4 function fnAddFavoriteSphone(favoriteProductId) { 5 $.mobile. pageLoading();5 $.mobile.showPageLoadingMsg(); 6 6 //送信データを準備 7 7 var postData = {}; … … 20 20 error: function(XMLHttpRequest, textStatus, errorThrown){ 21 21 alert(textStatus); 22 $.mobile. pageLoading(true);22 $.mobile.hidePageLoadingMsg(); 23 23 }, 24 24 success: function(result){ … … 29 29 alert("お気に入りの登録に失敗しました"); 30 30 } 31 $.mobile. pageLoading(true);31 $.mobile.hidePageLoadingMsg(); 32 32 } 33 33 }); -
branches/version-2_11-dev/html/user_data/packages/sphone/js/config.js
r21136 r21453 1 1 $(document).bind("mobileinit", function(){ 2 $.mobile.ajaxFormsEnabled = false; 3 $.mobile.ajaxLinksEnabled = false; 2 $.mobile.ajaxEnabled = false; 3 $.mobile.pushStateEnabled = false; 4 $.mobile.page.prototype.options.keepNative = "select, input, textarea.bar"; 4 5 });
Note: See TracChangeset
for help on using the changeset viewer.