0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

勤務一覧表

Last updated at Posted at 2017-11-23
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -->
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<link rel="stylesheet" type="text/css" href="css/gjob.css">

<html:html>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<head>
<title>G'Job 勤怠24 - versionXX.01</title>
</head>

<body>
<table class="cssZentai">
<tr>
	<!-- 左側テーブル Aria -->
	<td class="cssBorderNone" valign="top" >
		<img src="img/gj_log_m01.gif" height="43" width="95" />
		<br>
		<a href="/Logout.do">ログアウト</a><br><br>
		<a>■社員用</a><br><br>
			<a>・勤怠入力</a><br>
			<a>・勤怠一覧</a><br>
			<br>
		<a>■基本設定</a><br><br>
		<a>■マニュアル</a><br><br>
		<a>■リンク</a><br><br>
	</td>
	<!-- 左側テーブル Aria End -->
	<!-- 右側テーブル Aria -->
	<td class="cssBorderNone" valign="top">
		<!-- struts-config.xmlのaction-mappingsのpath -->
		<html:form action="/maingjob">
			<!-- 右側テーブル -->
			<table class="cssBorderNone">
				<!-- 右側ヘッダー -->
				<tr>
					<td class="cssHead"><p>&nbsp;&nbsp;勤怠入力</p></td>
				</tr>
				<!-- 右側ヘッダー End -->
				<!-- 右側エラーメッセージ -->
				<tr><html:errors/></tr>
				<!-- 右側エラーメッセージ End -->
				<!-- 検索 Area -->
				<tr class="cssSerch">
					<td>
						<a>&nbsp;&nbsp;年月</a>
						<a>
							<html:select property="selYmd" name="maingjobform">
								<html:options
									collection="recSelYmdList"
									property="key"
									labelProperty="value" />
							</html:select>
						</a>
						<a>
							<html:submit property="submitSerch" value="検索" />
						</a>
						<a>&nbsp;&nbsp;&nbsp;</a>
						<a>社員番号:</a>
						<a class="cssserchshain"><bean:write name="maingjobform" property="shainId" /></a>
						<a>&nbsp;&nbsp;&nbsp;&nbsp;</a>
						<a>氏名:</a>
						<a class="cssserchshain"><bean:write name="maingjobform" property="shainNm" /></a>
						<a><html:submit property="submitKmeisai" value="交通費明細" /></a>
					</td>
				</tr>
				<!-- 検索 Area End -->

				<!-- 合計テーブルと勤務一覧テーブル Area -->
				<tr>
					<td>
						<table class="cssRTable">
							<tr>
								<td class="cssBorderNone">
									<!-- 合計テーブル Area -->
									<table class="cssTotal">
										<tr class="cssTitle">
											<th rowspan="2" width="70">&nbsp;業務No&nbsp;</th>
											<th colspan="7">勤務時間</th>
											<th rowspan="2" width="60">合計時間<br>(法出無)</th>
											<th rowspan="2" width="60">合計時間<br>(法出含)</th>
											<th rowspan="2" width="60">残業時間</th>
											<th colspan="2"><bean:write name="maingjobform" property="timeZan" /></th>
											<th rowspan="2" width="70">工数(%)</th>
										</tr>
										<tr class="cssTitle">
											<th width="55">通常出勤</th>
											<th width="55">&nbsp;過不足&nbsp;</th>
											<th width="55">深夜勤務</th>
											<th width="55">法定休出</th>
											<th width="55">所定休出</th>
											<th width="55">有給休暇</th>
											<th width="55">代日休暇</th>
											<th width="55">有給休暇</th>
											<th width="55">代日休暇</th>
										</tr>
										<tr class="cssRecord">
											<td align="center"><bean:write name="maingjobform" property="gyoumuNo" /></td>
											<td align="center"><bean:write name="maingjobform" property="time11" /></td>
											<td align="center"><bean:write name="maingjobform" property="time12" /></td>
											<td align="center"><bean:write name="maingjobform" property="time13" /></td>
											<td align="center"><bean:write name="maingjobform" property="time14" /></td>
											<td align="center"><bean:write name="maingjobform" property="time15" /></td>
											<td align="center"><bean:write name="maingjobform" property="time16" /></td>
											<td align="center"><bean:write name="maingjobform" property="time17" /></td>
											<td align="center"><bean:write name="maingjobform" property="time21" /></td>
											<td align="center"><bean:write name="maingjobform" property="time22" /></td>
											<td align="center"><bean:write name="maingjobform" property="time23" /></td>
											<td align="center"><bean:write name="maingjobform" property="time24" /></td>
											<td align="center"><bean:write name="maingjobform" property="time25" /></td>
											<td align="center"><bean:write name="maingjobform" property="time26" /></td>
										</tr>
									</table><!-- 合計テーブル Area End -->
									<!-- ボタン Area -->
									<table class="cssBorderNone">
										<tr class="cssBorderNone">
											<td class="cssBorderNone">
												<input type="button" name="delete" value="選択行の削除" onclick="destruct();f_submit('/WorkTime/delete.do')">
											</td>
											<td width="750" align="right" class="cssBorderNone">
												<input type="button" name="save" value="一括保存" onclick="destruct();f_submit('/WorkTime/save.do')">
												<input type="button" name="update" value="一括申請" onclick="destruct();f_submit('/WorkTime/update.do')">
												<input type="button" name="output" value="勤務表作成" onclick="f_outputSubmit('/WorkTime/output.do')">
												<html:submit property="submitcsv" value="CSV出力" />
											</td>
										</tr>
									</table><!-- ボタン Area End -->
									<!-- 勤務一覧テーブル Area -->
									<table class="csskinmutable">
										<tr class="cssTitle">
											<th width="13" rowspan="2"><br></th>
											<th width="52" rowspan="2">日付</th>
											<th width="1" rowspan="102" bgcolor="lavender"></th>
											<th colspan="8">勤怠実績</th>
											<th width="1" rowspan="102" bgcolor="lavender"></th>
											<th colspan="7">事前申請</th>
										</tr>
										<tr class="cssTitle">
											<th width="70px">勤務区分</th>
											<th width="38px">開始<br><font size="1">HH:MM</font></th>
											<th width="38px">終了<br><font size="1">HH:MM</font></th>
											<th width="60px">業務<font size="1">No</font></th>
											<th width="80px">備考(理由)</th>
											<th width="40px">振替日<br><font size="1">MM/DD</font></th>
											<th width="60px" colspan="2">状態</th>
											<th width="60px">勤務区分</th>
											<th width="38px">開始<br><font size="1">HH:MM</font></th>
											<th width="38px">終了<br><font size="1">HH:MM</font></th>
											<th width="60px">業務<font size="1">No</font></th>
											<th width="70px">備考(理由)</th>
											<th width="60px" colspan="2">状態</th>
										</tr>
										<logic:iterate id="dd" name="maingjobform" property="dayList" indexId="idx" >
											<tr height="12px" bgcolor="<%= ((idx.intValue() + 1) % 2) != 0 ? "aliceblue" : "palegreen"%>">
											<td><html:checkbox name="dd" property="delKbn" style=" width:12px"/></td>
											<td class="cssFont12"><bean:write name="dd" property="day" /></td>
											<td align="center">
												<html:select property="kinmuKbn" name="dd" styleClass="cssFont12">
													<html:options
														collection="recKnmList"
														property="key"
														labelProperty="value" styleClass="cssFont12"/>
												</html:select>
											</td>
											<td>
												<html:text name="dd" property="startTime" size="1" maxlength="5" styleClass="cssFont12" />
											</td>
											<td align="right">
												<html:text name="dd" property="endTime" size="1" maxlength="5" styleClass="cssFont12" />
											</td>
											<td align="center">
												<html:text name="dd" property="gyoumuNo" size="5" maxlength="7" styleClass="cssFont12" />
											</td>
											<td align="center">
												<html:text name="dd" property="biko" size="15" maxlength="30" styleClass="cssFont12" />
											</td>
											<td align="center">
												<html:text name="dd" property="furikaeDay" size="3" maxlength="5" styleClass="cssFont12" />
											</td>
											<td align="center" width="25">
												<font size="1px"><bean:write name="dd" property="jyotai" /></font>
											</td>
											<td>
												<html:submit styleClass="cssbutton" value="確認" />
											</td>
											<td class="cssFont12" align="center"></td>
											<td class="cssFont12" align="center"></td>
											<td class="cssFont12" align="center"></td>
											<td class="cssFont12" align="center"></td>
											<td class="cssFont12" align="center"></td>
											<td class="cssFont12" align="center" width="25"></td>
											<td class="cssFont12" align="center">
												<html:submit styleClass="cssbutton" value="申請" />
												<!-- <input class="cssbutton" type="button" name="sinsei" value="申請" > -->
											</td>
											</tr>
										</logic:iterate >
									</table><!-- 勤務一覧テーブル Area End -->
									<br>
									<!-- ボタン Area -->
									<table class="cssBorderNone">
										<tr class="cssBorderNone">
											<td class="cssBorderNone">
												<input type="button" name="delete" value="選択行の削除" onclick="destruct();f_submit('/WorkTime/delete.do')">
											</td>
											<td width="750" align="right" class="cssBorderNone">
												<input type="button" name="save" value="一括保存" onclick="destruct();f_submit('/WorkTime/save.do')">
												<input type="button" name="update" value="一括申請" onclick="destruct();f_submit('/WorkTime/update.do')">
												<input type="button" name="output" value="勤務表作成" onclick="f_outputSubmit('/WorkTime/output.do')">
												<input type="button" name="csvoutput" value="CSV出力" onclick="f_outputSubmit('/WorkTime/csvoutput.do')">
											</td>
										</tr>
									</table><!-- ボタン Area End -->
								</td>
							</tr>
						</table><!-- <table class="cssRTable"> -->
					</td>
				</tr>
				<!-- 合計テーブルと勤務一覧テーブル Area End -->

			</table><!-- <!-- 右側テーブル End -->
		</html:form>
	</td>
	<!-- 右側テーブル Aria End -->
</tr>
<tr>
	<td class="cssBorderNone" colspan="2" align="center" >
		<nobr>Copyright&copy; 2018 Advanced Technology &amp; Planning Co.,LTD. All rights reserved.</nobr>
	</td>
</tr>
</table>
</body>
</html:html>
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?