CON011_3.php 2.68 KB
<?php 
//*****************************************************************************
//* 
//* プログラム名:祝祭日一括登録処理
//* プログラムID:CON011_3.php
//* 機能        :祝祭日の一括登録
//* 作成者      :荒内
//* 
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");

//*****************************************************************************
//* インクルードファイル
//*****************************************************************************
include("include/session_start.inc");
include("include/SessionChk.inc");
include("include/dbcon.inc");

//*****************************************************************************
//* 画面制御
//*****************************************************************************
include("inc/header.inc");
include("include/input_chk.inc");
include("inc/CON011_3.inc");
include("menu_opacity.php");
?>

<form name="e_gru" method = "POST" onsubmit = "return false">
<?php  if ($PHP_BIT[0]==1){ ?>
	<table width="100%" border="0" cellspacing="0">
		<tr>
			<td class="midashi">
				<table width="100%" border="0" cellpadding="0" cellspacing="0">
					<tr>
						<th width="50%" scope="col"><div align="left"><img src="image/t_kanri.gif" border="0"> 祝祭日設定</div></th>
						<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("CON011HLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("CON011HLP.htm")'>ヘルプ</a></div></th>
					</tr>
				</table>
				<div align="right"></div>
			</td>
		</tr>
	</table>
	<br>
	<table width="402" border="0" cellspacing="1" cellpadding="1" class="mainColor">
		<tr>
			<td>
				<table cellspacing="1" cellpadding="1" width="400" border="0">
					<tr bgcolor="#ffffff">
						<td width="100" class="toneDown"><span class="Normalfont">祝祭日</span></td>
						<td>
						<span class="Normalfont">西暦</span><input type="text" maxlength="4" size="6" value="" name="holiday_year"><span class="Normalfont"></span>
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<table width="402" border="0" cellspacing="0" cellpadding="0">
		<tr>
				<td height="40" align="left">
					<input type = "button" onclick = "return chk();" value = " 設 定 " name = "btn1">
				</td>
				<td height="40" align="center">
					<input type = "reset" value = "ク リ ア">
				</td>
				<td height="40" align="right">
					<input type = "button" onclick = "return back();" value = " 戻 る " name = "modoru">
				</td>
		</tr>
	</table>
<?php  }else{ ?>
  <a href="TOP000.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<?php  } ?>
</form>
<?php 
//コピーライト
include("include/copyright.inc");
?>