Changeset 23614 for branches/version-2_13-dev
- Timestamp:
- 2014/09/02 11:26:44 (12 years ago)
- Location:
- branches/version-2_13-dev
- Files:
-
- 7 edited
-
data/Smarty/templates/default/products/detail.tpl (modified) (2 diffs)
-
data/Smarty/templates/default/products/list.tpl (modified) (2 diffs)
-
data/Smarty/templates/mobile/footer.tpl (modified) (1 diff)
-
data/Smarty/templates/mobile/products/select_item.tpl (modified) (1 diff)
-
data/Smarty/templates/sphone/products/detail.tpl (modified) (2 diffs)
-
html/install/sql/insert_data.sql (modified) (1 diff)
-
html/user_data/packages/default/css/contents.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/default/products/detail.tpl
r23546 r23614 180 180 <div class="main_comment"><!--{$arrProduct.main_comment|nl2br_html}--></div> 181 181 182 <!--▼買い物 かご-->182 <!--▼買い物カゴ--> 183 183 <div class="cart_area clearfix"> 184 184 <input type="hidden" name="mode" value="cart" /> … … 275 275 <!--{/if}--> 276 276 </div> 277 <!--▲買い物 かご-->277 <!--▲買い物カゴ--> 278 278 </div> 279 279 </div> -
branches/version-2_13-dev/data/Smarty/templates/default/products/list.tpl
r23546 r23614 196 196 </div> 197 197 198 <!--▼買い物 かご-->198 <!--▼買い物カゴ--> 199 199 <div class="cart_area clearfix"> 200 200 <!--{if $tpl_stock_find[$id]}--> … … 249 249 <!--{/if}--> 250 250 </div> 251 <!--▲買い物 かご-->251 <!--▲買い物カゴ--> 252 252 </div> 253 253 </div> -
branches/version-2_13-dev/data/Smarty/templates/mobile/footer.tpl
r23546 r23614 31 31 32 32 <a href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php?<!--{$smarty.const.SID}-->" accesskey="8" utn><!--{8|numeric_emoji}-->MYページ</a><br> 33 <a href="<!--{$smarty.const.CART_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="9"><!--{9|numeric_emoji}--> かごの中を見る</a><br>33 <a href="<!--{$smarty.const.CART_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="9"><!--{9|numeric_emoji}-->カゴの中を見る</a><br> 34 34 <a href="<!--{$smarty.const.TOP_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> 35 35 <br> -
branches/version-2_13-dev/data/Smarty/templates/mobile/products/select_item.tpl
r23546 r23614 45 45 <input type="hidden" name="product_class_id" value="<!--{$tpl_product_class_id}-->"> 46 46 <input type="hidden" name="product_type" value="<!--{$tpl_product_type}-->"> 47 <center><input type="submit" name="submit" value=" かごに入れる"></center>47 <center><input type="submit" name="submit" value="カゴに入れる"></center> 48 48 </form> 49 49 <!--{/strip}--> -
branches/version-2_13-dev/data/Smarty/templates/sphone/products/detail.tpl
r23546 r23614 231 231 <input type="hidden" name="favorite_product_id" value="" /> 232 232 233 <!--▼買い物 かご-->233 <!--▼買い物カゴ--> 234 234 <!--{if $tpl_stock_find}--> 235 235 … … 291 291 </div> 292 292 <!--{/if}--> 293 <!--▲買い物 かご-->293 <!--▲買い物カゴ--> 294 294 295 295 <!--{if $tpl_login}--> -
branches/version-2_13-dev/html/install/sql/insert_data.sql
r23561 r23614 1 1 INSERT INTO dtb_bloc (device_type_id, bloc_id, bloc_name, tpl_path, filename, create_date, update_date, php_path, deletable_flg) VALUES (10, 1, 'カテゴリ', 'category.tpl', 'category', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'frontparts/bloc/category.php', 0); 2 2 INSERT INTO dtb_bloc (device_type_id, bloc_id, bloc_name, tpl_path, filename, create_date, update_date, php_path, deletable_flg) VALUES (10, 2, '利用ガイド', 'guide.tpl', 'guide', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, NULL, 0); 3 INSERT INTO dtb_bloc (device_type_id, bloc_id, bloc_name, tpl_path, filename, create_date, update_date, php_path, deletable_flg) VALUES (10, 3, ' かごの中', 'cart.tpl', 'cart', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'frontparts/bloc/cart.php', 0);3 INSERT INTO dtb_bloc (device_type_id, bloc_id, bloc_name, tpl_path, filename, create_date, update_date, php_path, deletable_flg) VALUES (10, 3, 'カゴの中', 'cart.tpl', 'cart', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'frontparts/bloc/cart.php', 0); 4 4 INSERT INTO dtb_bloc (device_type_id, bloc_id, bloc_name, tpl_path, filename, create_date, update_date, php_path, deletable_flg) VALUES (10, 4, '商品検索', 'search_products.tpl', 'search_products', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'frontparts/bloc/search_products.php', 0); 5 5 INSERT INTO dtb_bloc (device_type_id, bloc_id, bloc_name, tpl_path, filename, create_date, update_date, php_path, deletable_flg) VALUES (10, 5, '新着情報', 'news.tpl', 'news', CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, 'frontparts/bloc/news.php', 0); -
branches/version-2_13-dev/html/user_data/packages/default/css/contents.css
r23418 r23614 281 281 } 282 282 283 /* 買い物 かご*/283 /* 買い物カゴ */ 284 284 div.listrightbloc .cart_area { 285 285 padding: 10px; … … 509 509 } 510 510 511 /* 買い物 かご*/511 /* 買い物カゴ */ 512 512 #detailrightbloc .cart_area { 513 513 padding: 10px;
Note: See TracChangeset
for help on using the changeset viewer.
