Changeset 15785 for branches/feature-module-update/html
- Timestamp:
- 2007/09/20 17:38:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/sql/insert_data.sql
- Property svn:mime-type changed from application/x-httpd-php; charset=UTF-8 to text/plain; charset=utf-8
r15119 r15785 7 7 VALUES ('dummy','dummy',' ',0,0,1,1, now(), now()); 8 8 9 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('カテゴリ', ' include/bloc/category.tpl', 'category','frontparts/bloc/category.php', 1, now(), now());10 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('利用ガイド',' include/bloc/guide.tpl', 'guide','', 1, now(), now());11 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('かごの中', ' include/bloc/cart.tpl', 'cart','frontparts/bloc/cart.php', 1, now(), now());12 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('商品検索', ' include/bloc/search_products.tpl', 'search_products','frontparts/bloc/search_products.php', 1, now(), now());13 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('新着情報', ' include/bloc/news.tpl', 'news','frontparts/bloc/news.php', 1, now(), now());14 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('ログイン', ' include/bloc/login.tpl', 'login','frontparts/bloc/login.php', 1, now(), now());15 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('オススメ商品', 'include/bloc/best5.tpl', 'best5','frontparts/bloc/best5.php', 1, now(), now());9 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('カテゴリ', 'bloc/category.tpl', 'category','frontparts/bloc/category.php', 1, now(), now()); 10 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('利用ガイド','bloc/guide.tpl', 'guide','', 1, now(), now()); 11 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('かごの中', 'bloc/cart.tpl', 'cart','frontparts/bloc/cart.php', 1, now(), now()); 12 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('商品検索', 'bloc/search_products.tpl', 'search_products','frontparts/bloc/search_products.php', 1, now(), now()); 13 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('新着情報', 'bloc/news.tpl', 'news','frontparts/bloc/news.php', 1, now(), now()); 14 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('ログイン', 'bloc/login.tpl', 'login','frontparts/bloc/login.php', 1, now(), now()); 15 insert into dtb_bloc ( bloc_name, tpl_path, filename, php_path, del_flg, create_date, update_date ) values ('オススメ商品', 'bloc/best5.tpl', 'best5','frontparts/bloc/best5.php', 1, now(), now()); 16 16 17 17 insert into dtb_pagelayout (page_name,url,php_dir,tpl_dir,filename,edit_flg, create_date, update_date)values('TOPページ','index.php',' ','user_data/templates/','top',2,now(),now());
Note: See TracChangeset
for help on using the changeset viewer.