Beispiel #1
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/mail_view.tpl';
     $this->tpl_subtitle = '受注管理メール確認';
     $this->httpCacheControl('nocache');
 }
Beispiel #2
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'mail/index.tpl';
     $this->tpl_mainno = 'mail';
     $this->tpl_subno = 'index';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = 'メルマガ管理';
     $this->tpl_subtitle = '配信内容設定';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     $this->arrJob['不明'] = '不明';
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrPageRows = $masterData->getMasterData('mtb_page_max');
     $this->arrHtmlmail = array('' => 'HTML+TEXT', 1 => 'HTML', 2 => 'TEXT', 99 => '全員(メルマガ拒否している会員も含む)');
     $this->arrMailType = $masterData->getMasterData('mtb_mail_type');
     // 日付プルダウン設定
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date', BIRTH_YEAR);
     $this->arrBirthYear = $objDate->getYear();
     $this->arrRegistYear = $objDate->getYear();
     $this->arrMonth = $objDate->getMonth();
     $this->arrDay = $objDate->getDay();
     $this->objDate = $objDate;
     // カテゴリ一覧設定
     /* @var $objDb DbHelper */
     $objDb = Application::alias('eccube.helper.db');
     $this->arrCatList = $objDb->getCategoryList();
     // テンプレート一覧設定
     $this->arrTemplate = $this->lfGetMailTemplateList(Application::alias('eccube.helper.mail')->sfGetMailmagaTemplate());
     $this->httpCacheControl('nocache');
 }
Beispiel #3
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/index.tpl';
     $this->tpl_mainno = 'order';
     $this->tpl_subno = 'index';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = '受注管理';
     $this->tpl_subtitle = '受注管理';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrORDERSTATUS = $masterData->getMasterData('mtb_order_status');
     $this->arrORDERSTATUS_COLOR = $masterData->getMasterData('mtb_order_status_color');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrPageMax = $masterData->getMasterData('mtb_page_max');
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date');
     // 登録・更新日検索用
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrRegistYear = $objDate->getYear();
     // 生年月日検索用
     $objDate->setStartYear(BIRTH_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrBirthYear = $objDate->getYear();
     // 月日の設定
     $this->arrMonth = $objDate->getMonth();
     $this->arrDay = $objDate->getDay();
     // 支払い方法の取得
     $this->arrPayments = Application::alias('eccube.helper.payment')->getIDValueList();
     $this->httpCacheControl('nocache');
 }
Beispiel #4
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/index.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'index';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_subtitle = '商品マスター';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPageMax = $masterData->getMasterData('mtb_page_max');
     $this->arrDISP = $masterData->getMasterData('mtb_disp');
     $this->arrSTATUS = $masterData->getMasterData('mtb_status');
     $this->arrPRODUCTSTATUS_COLOR = $masterData->getMasterData('mtb_product_status_color');
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date');
     // 登録・更新検索開始年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrStartYear = $objDate->getYear();
     $this->arrStartMonth = $objDate->getMonth();
     $this->arrStartDay = $objDate->getDay();
     // 登録・更新検索終了年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrEndYear = $objDate->getYear();
     $this->arrEndMonth = $objDate->getMonth();
     $this->arrEndDay = $objDate->getDay();
 }
Beispiel #5
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/review.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'review';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_subtitle = 'レビュー管理';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPageMax = $masterData->getMasterData('mtb_page_max');
     $this->arrRECOMMEND = $masterData->getMasterData('mtb_recommend');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date');
     // 登録・更新検索開始年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrStartYear = $objDate->getYear();
     $this->arrStartMonth = $objDate->getMonth();
     $this->arrStartDay = $objDate->getDay();
     // 登録・更新検索終了年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrEndYear = $objDate->getYear();
     $this->arrEndMonth = $objDate->getMonth();
     $this->arrEndDay = $objDate->getDay();
 }
Beispiel #6
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     // GDライブラリのインストール判定
     $this->install_GD = function_exists('gd_info') ? true : false;
     $this->tpl_mainpage = 'total/index.tpl';
     $this->tpl_graphsubtitle = 'total/subtitle.tpl';
     $this->tpl_titleimage = ROOT_URLPATH . 'img/title/title_sale.jpg';
     $this->tpl_maintitle = '売上集計';
     $this->tpl_mainno = 'total';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrWDAY = $masterData->getMasterData('mtb_wday');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     // 登録・更新日検索用
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date');
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrYear = $objDate->getYear();
     $this->arrMonth = $objDate->getMonth();
     $this->arrDay = $objDate->getDay();
     // ページタイトル todo あとでなおす
     $this->arrTitle[''] = '期間別集計';
     $this->arrTitle['term'] = '期間別集計';
     $this->arrTitle['products'] = '商品別集計';
     $this->arrTitle['age'] = '年代別集計';
     $this->arrTitle['job'] = '職業別集計';
     $this->arrTitle['member'] = '会員別集計';
     // 月度集計のkey名
     $this->arrSearchForm1 = array('search_startyear_m', 'search_startmonth_m');
     // 期間別集計のkey名
     $this->arrSearchForm2 = array('search_startyear', 'search_startmonth', 'search_startday', 'search_endyear', 'search_endmonth', 'search_endday');
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'customer/search_customer.tpl';
     $this->tpl_subtitle = '会員検索';
     $this->httpCacheControl('nocache');
 }
Beispiel #8
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'customer/edit.tpl';
     $this->tpl_mainno = 'customer';
     $this->tpl_subno = 'index';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = '会員管理';
     $this->tpl_subtitle = '会員登録';
     $masterData = Application::alias('eccube.db.master_data');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrReminder = $masterData->getMasterData('mtb_reminder');
     $this->arrStatus = $masterData->getMasterData('mtb_customer_status');
     $this->arrMailMagazineType = $masterData->getMasterData('mtb_mail_magazine_type');
     // 日付プルダウン設定
     /* @var $objDate Date */
     $objDate = Application::alias('eccube.date', BIRTH_YEAR);
     $this->arrYear = $objDate->getYear();
     $this->arrMonth = $objDate->getMonth();
     $this->arrDay = $objDate->getDay();
     // 支払い方法種別
     $this->arrPayment = Application::alias('eccube.helper.payment')->getIDValueList();
 }
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainno = 'contents';
     $this->tpl_subno = '';
     $this->tpl_subtitle = '商品検索';
 }
Beispiel #10
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'basis/mail.tpl';
     $this->tpl_mainno = 'basis';
     $this->tpl_subno = 'mail';
     $this->tpl_maintitle = '基本情報管理';
     $this->tpl_subtitle = 'メール設定';
 }
Beispiel #11
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/parameter.tpl';
     $this->tpl_subno = 'parameter';
     $this->tpl_mainno = 'system';
     $this->tpl_maintitle = 'システム設定';
     $this->tpl_subtitle = 'パラメーター設定';
 }
Beispiel #12
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/plugin.tpl';
     $this->tpl_subno = 'index';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_maintitle = 'オーナーズストア';
     $this->tpl_subtitle = 'プラグイン管理';
 }
Beispiel #13
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/editdb.tpl';
     $this->tpl_subno = 'editdb';
     $this->tpl_mainno = 'system';
     $this->tpl_maintitle = 'システム設定';
     $this->tpl_subtitle = '高度なデータベース管理';
 }
Beispiel #14
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'basis/point.tpl';
     $this->tpl_subno = 'point';
     $this->tpl_mainno = 'basis';
     $this->tpl_maintitle = '基本情報管理';
     $this->tpl_subtitle = 'ポイント設定';
 }
Beispiel #15
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/system.tpl';
     $this->tpl_subno = 'system';
     $this->tpl_mainno = 'system';
     $this->tpl_maintitle = 'システム設定';
     $this->tpl_subtitle = 'システム情報';
 }
Beispiel #16
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contents/file_manager.tpl';
     $this->tpl_mainno = 'contents';
     $this->tpl_subno = 'file';
     $this->tpl_maintitle = 'コンテンツ管理';
     $this->tpl_subtitle = 'ファイル管理';
 }
Beispiel #17
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/product_rank.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'product_rank';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_subtitle = '商品並び替え';
 }
Beispiel #18
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/log.tpl';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_subno = 'log';
     $this->tpl_maintitle = 'オーナーズストア';
     $this->tpl_subtitle = 'ログ管理';
 }
Beispiel #19
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/maker.tpl';
     $this->tpl_subno = 'maker';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_subtitle = 'メーカー登録';
     $this->tpl_mainno = 'products';
 }
Beispiel #20
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/class.tpl';
     $this->tpl_subno = 'class';
     $this->tpl_subtitle = '規格管理';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_mainno = 'products';
 }
Beispiel #21
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/masterdata.tpl';
     $this->tpl_subno = 'masterdata';
     $this->tpl_mainno = 'system';
     $this->tpl_maintitle = 'システム設定';
     $this->tpl_subtitle = 'マスターデータ管理';
 }
Beispiel #22
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'basis/payment_input.tpl';
     $this->tpl_mainno = 'basis';
     $this->tpl_subno = 'payment';
     $this->tpl_maintitle = '基本情報管理';
     $this->tpl_subtitle = '支払方法設定';
 }
Beispiel #23
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/module.tpl';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_subno = 'module';
     $this->tpl_maintitle = 'オーナーズストア';
     $this->tpl_subtitle = 'モジュール管理';
 }
Beispiel #24
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/multiple.tpl';
     $this->tpl_mainno = 'order';
     $this->tpl_subno = '';
     $this->tpl_maintitle = '受注管理';
     $this->tpl_subtitle = '複数配送設定';
 }
Beispiel #25
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'basis/holiday.tpl';
     $this->tpl_subno = 'holiday';
     $this->tpl_maintitle = '基本情報管理';
     $this->tpl_subtitle = '定休日管理';
     $this->tpl_mainno = 'basis';
 }
Beispiel #26
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'basis/kiyaku.tpl';
     $this->tpl_subno = 'kiyaku';
     $this->tpl_maintitle = '基本情報管理';
     $this->tpl_subtitle = '会員規約設定';
     $this->tpl_mainno = 'basis';
 }
Beispiel #27
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/adminarea.tpl';
     $this->tpl_subno = 'adminarea';
     $this->tpl_mainno = 'system';
     $this->tpl_maintitle = 'システム設定';
     $this->tpl_subtitle = '管理画面設定';
     $this->tpl_enable_ssl = FALSE;
 }
Beispiel #28
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'contents/csv_sql.tpl';
     $this->tpl_subno = 'csv';
     $this->tpl_subno_csv = 'csv_sql';
     $this->tpl_mainno = 'contents';
     $this->tpl_maintitle = 'コンテンツ管理';
     $this->tpl_subtitle = 'CSV出力設定';
 }
Beispiel #29
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'ownersstore/settings.tpl';
     $this->tpl_mainno = 'ownersstore';
     $this->tpl_subno = 'settings';
     $this->tpl_maintitle = 'オーナーズストア';
     $this->tpl_subtitle = '認証キー設定';
     $this->httpCacheControl('nocache');
 }
Beispiel #30
0
 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_mainpage = 'system/log.tpl';
     $this->tpl_subno = 'log';
     $this->tpl_mainno = 'system';
     $this->tpl_maintitle = 'システム設定';
     $this->tpl_subtitle = 'EC-CUBE ログ表示';
     $this->line_max = 50;
 }