Ignore:
Timestamp:
2011/01/02 17:15:06 (13 years ago)
Author:
fukuda
Message:

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(guideディレクトリ)

Location:
branches/version-2_5-dev/html
Files:
1 deleted
7 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/guide/about.php

    r19805 r19811  
    3535$objPage = new LC_Page_Guide_About_Ex(); 
    3636register_shutdown_function(array($objPage, "destroy")); 
    37 $objPage->mobileInit(); 
    38 $objPage->mobileProcess(); 
     37$objPage->init(); 
     38$objPage->process(); 
    3939?> 
  • branches/version-2_5-dev/html/guide/charge.php

    r19805 r19811  
    3535$objPage = new LC_Page_Guide_Charge_Ex(); 
    3636register_shutdown_function(array($objPage, "destroy")); 
    37 $objPage->mobileInit(); 
    38 $objPage->mobileProcess(); 
     37$objPage->init(); 
     38$objPage->process(); 
    3939?> 
  • branches/version-2_5-dev/html/guide/index.php

    r19805 r19811  
    3535$objPage = new LC_Page_Guide_Ex(); 
    3636register_shutdown_function(array($objPage, "destroy")); 
    37 $objPage->mobileInit(); 
    38 $objPage->mobileProcess(); 
     37$objPage->init(); 
     38$objPage->process(); 
    3939?> 
  • branches/version-2_5-dev/html/guide/kiyaku.php

    r19805 r19811  
    3535$objPage = new LC_Page_Guide_Kiyaku_Ex(); 
    3636register_shutdown_function(array($objPage, "destroy")); 
    37 $objPage->mobileInit(); 
    38 $objPage->mobileProcess(); 
     37$objPage->init(); 
     38$objPage->process(); 
    3939?> 
  • branches/version-2_5-dev/html/guide/privacy.php

    r19805 r19811  
    3535$objPage = new LC_Page_Guide_Privacy_Ex(); 
    3636register_shutdown_function(array($objPage, "destroy")); 
    37 $objPage->mobileInit(); 
    38 $objPage->mobileProcess(); 
     37$objPage->init(); 
     38$objPage->process(); 
    3939?> 
  • branches/version-2_5-dev/html/guide/usage.php

    r19805 r19811  
    3535$objPage = new LC_Page_Guide_Usage_Ex(); 
    3636register_shutdown_function(array($objPage, "destroy")); 
    37 $objPage->mobileInit(); 
    38 $objPage->mobileProcess(); 
     37$objPage->init(); 
     38$objPage->process(); 
    3939?> 
  • branches/version-2_5-dev/html/install/sql/insert_data.sql

    r19810 r19811  
    596596INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 26, '商品購入/ご注文完了', 'shopping/complete.php', NULL, NULL, 'shopping/complete', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    597597INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 27, '非対応デバイス', 'unsupported/index.php', NULL, NULL, 'unsupported/index', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     598INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 28, 'ご利用ガイド', 'guide/index.php', NULL, NULL, 'guide/index', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     599INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 29, 'ご利用ガイド/ご利用方法', 'guide/usage.php', NULL, NULL, 'guide/usage', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     600INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 30, 'ご利用ガイド/プライバシーポリシー', 'guide/privacy.php', NULL, NULL, 'guide/privacy', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     601INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 31, 'ご利用ガイド/通信料について', 'guide/charge.php', NULL, NULL, 'guide/charge', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     602INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 32, 'ご利用ガイド/ご利用規約', 'guide/kiyaku.php', NULL, NULL, 'guide/kiyaku', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
     603INSERT INTO dtb_pagelayout (device_type_id, page_id, page_name, url, php_dir, tpl_dir, filename, header_chk, footer_chk, edit_flg, author, description, keyword, update_url, create_date, update_date) VALUES (1, 33, 'ご利用ガイド/運営会社紹介', 'guide/about.php', NULL, NULL, 'guide/about', 1, 1, 2, NULL, NULL, NULL, NULL, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP); 
    598604 
    599605INSERT INTO dtb_payment (payment_id, payment_method, charge, rule, rank, note, fix, status, del_flg, creator_id, create_date, update_date, payment_image, upper_rule, charge_flg, rule_min, upper_rule_max, module_id, module_path, memo01, memo02, memo03, memo04, memo05, memo06, memo07, memo08, memo09, memo10) VALUES (1, 'クレジット', 0, NULL, 5, NULL, 2, 1, 0, 1, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); 
Note: See TracChangeset for help on using the changeset viewer.