緊急事態宣言対象ではない地域の公認イベントについて:店舗様・バトルスキー様のご判断で実施可能
//ユーザーエージェント判別 include $_SERVER['DOCUMENT_ROOT']."/common/ua.php"; /* -------------------------------------------------------------------------------------------------------- ■大会情報出力■ Ver-1.0.0(2007-07/24) hikaru watanabe ・完成 Ver-2.0.0(2010-01-04) abe@phoenisys.co.jp ・クラブ法人大会申請リニューアルに伴う変更 大会取得の関数名、引数のみの変更 -------------------------------------------------------------------------------------------------------- */ //ini_set('display_errors','1'); //------------------------------------ // 外部ファイル読込 //------------------------------------ //本番・テスト共通※201505サーバリプレース REQUIRE_ONCE('/home/www.carddass.com/public_html/include/array_list.php'); REQUIRE_ONCE('/home/www.carddass.com/public_html/include/func_battleskii.php'); REQUIRE_ONCE('/home/www.carddass.com/public_html/include/func.php'); //------------------------------------ // 初期値設定 //------------------------------------ // 体験会グループIDのみ記載 // 3516:BS バトルスキー主催初心者講習会 $group_id = array(3516); //ソートID(通常は変更しない) $sort_id = 0; //表示する都道府県コード(変更しない) // 2015/09/07 Upd Yotsuyanagi XSS対策 if(!is_numeric($_GET['pref'])) { $get_pref = 1; } // $get_pref = $_GET['pref']; $get_pref = htmlspecialchars($_GET['pref'], ENT_QUOTES, 'UTF-8'); //-------------------------------------- // 大会情報を取得 // $group_id = グループID(num) // $get_pref = 都道府県コード(num) // $sort_id = ソートID(0 or 1) // $result_str = 検索結果 //-------------------------------------- $result_str = get_comp_data($group_id, $get_pref, $sort_id); //---------------------- // 曜日色(デフォルト) //---------------------- //デフォルト $week_color = $list_week_color; //------------------------- // アイコンの画像名の配列 //------------------------- /* 参加条件 '0'=>'フリー' '1'=>'中学生以下' '2'=>'小学校低学年以下' '3'=>'小学生以下' '4'=>'その他' */ $condition_img = array( '0'=>'../image/shopbattle/icon1_1.gif', '1'=>'../image/shopbattle/icon1_3.gif', '2'=>'../image/shopbattle/icon1_7.gif', '3'=>'../image/shopbattle/icon1_2.gif', '4'=>'../image/shopbattle/icon1_5.gif'); $dayofweek = array('日', '月', '火', '水', '木', '金', '土'); //グローバルメニュー $gnavi = 'イベント'; //サブメニュー $snavi = 'バトルスキーイベント'; //今日の日付 $today = date("Ymd"); ?>