RES100.php
770 Bytes
<?php
//*****************************************************************************
//*
//* プログラム名:施設予約
//* プログラムID:RES100.php
//* 機能 :1ヶ月スケジュール
//* 作成者 :
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
include("include/session_start.inc");
include("include/SessionChk.inc");
include('include/smarty.conf');
include("inc/header.inc");
include("inc/RES100.inc");
include("inc/RESCHK.inc");
include("inc/input_chk.inc");
//メニューセット
include("menu_opacity.php");
$o_smarty->assign('strwkdate',$dt);
$o_smarty->assign('sisetu_cd',$cd);
$o_smarty->assign('PHP_TITLE_NAME',$PHP_TITLE_NAME[2]);
$o_smarty->display('RES100.tpl');
?>