/**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/edit.tpl';
     $this->tpl_subnavi = 'order/subnavi.tpl';
     $this->tpl_mainno = 'order';
     $this->tpl_subno = 'index';
     $this->tpl_subtitle = '受注管理';
     if (empty($_GET['order_id']) && empty($_POST['order_id'])) {
         $this->tpl_subno = 'add';
         $this->tpl_mode = 'add';
         $this->tpl_subtitle = '新規受注入力';
     }
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
     $this->arrORDERSTATUS = $masterData->getMasterData("mtb_order_status");
     /* ペイジェント決済モジュール連携用 */
     if (function_exists("sfPaygentOrderPage")) {
         $this->arrDispKind = sfPaygentOrderPage();
     }
     /* F-REGI決済モジュール連携用 */
     if (file_exists(MODULE_PATH . 'mdl_fregi/LC_Page_Mdl_Fregi_Config.php') === TRUE) {
         global $arrFregiPayment;
         $this->arrFregiPayment = $arrFregiPayment;
         global $arrFregiDispKind;
         $this->arrFregiDispKind = $arrFregiDispKind;
     }
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = "rss/product.tpl";
     $this->encode = "UTF-8";
     $this->title = "商品一覧情報";
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/login.tpl';
     $this->tpl_title = 'MYページ(ログイン)';
     $this->tpl_column_num = 1;
 }
示例#4
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'error.tpl';
     $this->tpl_column_num = 1;
     $this->tpl_title = 'エラー';
 }
示例#5
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = "rss/index.tpl";
     $this->encode = "UTF-8";
     $this->description = "新着情報";
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'regist/complete.tpl';
     $this->tpl_title = '会員登録(完了ページ)';
     $this->tpl_conv_page = AFF_ENTRY_COMPLETE;
 }
示例#7
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'cart/index.tpl';
     $this->tpl_column_num = 1;
     $this->tpl_title = "カゴの中を見る";
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contact/complete.tpl';
     $this->tpl_title = 'お問い合わせ(完了ページ)';
     $this->tpl_mainno = 'contact';
 }
示例#9
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'abouts/index.tpl';
     $this->tpl_page_category = 'abouts';
     $this->tpl_title = '当サイトについて';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contents/campaign_create_tag.tpl';
     $this->tpl_mainno = 'create';
     $this->tpl_subtitle = '商品設定';
     $this->allowClientCache();
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/masterdata.tpl';
     $this->tpl_subnavi = 'system/subnavi.tpl';
     $this->tpl_subno = 'masterdata';
     $this->tpl_mainno = 'system';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/upload_csv_category.tpl';
     $this->tpl_subnavi = 'products/subnavi.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'upload_csv_category';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contents/recomend_search.tpl';
     $this->tpl_mainno = 'contents';
     $this->tpl_subnavi = '';
     $this->tpl_subno = "";
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/parameter.tpl';
     $this->tpl_subnavi = 'system/subnavi.tpl';
     $this->tpl_subno = 'parameter';
     $this->tpl_mainno = 'system';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     // ページ送り用ナンバーの取得
     $this->tpl_pageno = isset($_REQUEST['pageno']) ? $_REQUEST['pageno'] : 1;
     // マスタ-データから権限配列を取得
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrAUTHORITY = $masterData->getMasterData('mtb_authority');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/delivery_addr.tpl';
     $this->tpl_title = "新しいお届け先の追加・変更";
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
     $this->allowClientCache();
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'mail/history.tpl';
     $this->tpl_mainno = 'mail';
     $this->tpl_subnavi = 'mail/subnavi.tpl';
     $this->tpl_subno = "history";
     $this->tpl_subtitle = '配信履歴';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contents/csv.tpl';
     $this->tpl_subnavi = 'contents/subnavi.tpl';
     $this->tpl_subno = 'csv';
     $this->tpl_mainno = "contents";
     $this->tpl_subtitle = 'CSV出力設定';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/trackback_edit.tpl';
     $this->tpl_subnavi = 'products/subnavi.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'trackback';
     $this->tpl_subtitle = 'トラックバック管理';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrSTATUS = $masterData->getMasterData("mtb_status");
     $this->arrSTATUS_IMAGE = $masterData->getMasterData("mtb_status_image");
     $this->arrDELIVERYDATE = $masterData->getMasterData("mtb_delivery_date");
     $this->arrRECOMMEND = $masterData->getMasterData("mtb_recommend");
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/review.tpl';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrRECOMMEND = $masterData->getMasterData("mtb_recommend");
     $this->arrSex = $masterData->getMasterData("mtb_sex");
     $this->arrReviewDenyURL = $masterData->getMasterData("mtb_review_deny_url");
 }
示例#22
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'design/index.tpl';
     $this->tpl_subnavi = 'design/subnavi.tpl';
     $this->tpl_subno = "layout";
     $this->tpl_mainno = "design";
     $this->tpl_subtitle = 'レイアウト編集';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/classcategory.tpl';
     $this->tpl_subnavi = 'products/subnavi.tpl';
     $this->tpl_subno = 'class';
     $this->tpl_subtitle = '規格登録';
     $this->tpl_mainno = 'products';
 }
示例#24
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contact/index.tpl';
     $this->tpl_title = 'お問い合わせ(入力ページ)';
     $this->tpl_page_category = 'contact';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/settings.tpl';
     $this->tpl_subnavi = 'ownersstore/subnavi.tpl';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_subno = 'settings';
     $this->tpl_subtitle = '認証キー設定';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = TEMPLATE_DIR . 'mypage/change_complete.tpl';
     $this->tpl_title = 'MYページ/会員登録内容変更(完了ページ)';
     $this->tpl_navi = TEMPLATE_DIR . 'mypage/navi.tpl';
     $this->tpl_mypageno = 'change';
     $this->tpl_column_num = 1;
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'basis/mail.tpl';
     $this->tpl_subnavi = 'basis/subnavi.tpl';
     $this->tpl_mainno = 'basis';
     $this->tpl_subno = 'mail';
     $this->tpl_subtitle = 'メール設定';
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/log.tpl';
     $this->tpl_subnavi = 'ownersstore/subnavi.tpl';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_subno = 'log';
     $this->tpl_subtitle = 'ログ管理';
 }
示例#29
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/index.tpl';
     $this->tpl_page_category = 'order';
     $this->tpl_title = '特定商取引に関する法律';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/index.tpl';
     $this->tpl_subnavi = 'ownersstore/subnavi.tpl';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_subno = 'index';
     $this->tpl_subtitle = '購入商品一覧';
 }