[JAVA] Liste de travail

<%@ 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'Présence au travail 24- versionXX.01</title>
</head>

<body>
<table class="cssZentai">
<tr>
	<!--Tableau de gauche Aria-->
	<td class="cssBorderNone" valign="top" >
		<img src="img/gj_log_m01.gif" height="43" width="95" />
		<br>
		<a href="/Logout.do">Se déconnecter</a><br><br>
		<a>■ Pour les employés</a><br><br>
			<a>・ Entrée de présence</a><br>
			<a>· Liste de présence</a><br>
			<br>
		<a>■ Paramètres de base</a><br><br>
		<a>■ Manuel</a><br><br>
		<a>■ Lien</a><br><br>
	</td>
	<!--Tableau de gauche Aria End-->
	<!--Table droite Aria-->
	<td class="cssBorderNone" valign="top">
		<!-- struts-config.action xml-chemin des mappages-->
		<html:form action="/maingjob">
			<!--Table droite-->
			<table class="cssBorderNone">
				<!--En-tête droit-->
				<tr>
					<td class="cssHead"><p>&nbsp;&nbsp;Entrée de présence</p></td>
				</tr>
				<!--Fin de l'en-tête droit-->
				<!--Message d'erreur du côté droit-->
				<tr><html:errors/></tr>
				<!--Message d'erreur côté droit Fin-->
				<!--Zone de recherche-->
				<tr class="cssSerch">
					<td>
						<a>&nbsp;&nbsp;Année mois</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="Chercher" />
						</a>
						<a>&nbsp;&nbsp;&nbsp;</a>
						<a>numéro d'employé:</a>
						<a class="cssserchshain"><bean:write name="maingjobform" property="shainId" /></a>
						<a>&nbsp;&nbsp;&nbsp;&nbsp;</a>
						<a>Nom complet:</a>
						<a class="cssserchshain"><bean:write name="maingjobform" property="shainNm" /></a>
						<a><html:submit property="submitKmeisai" value="Relevé des frais de transport" /></a>
					</td>
				</tr>
				<!--Fin de la zone de recherche-->

				<!--Surface totale du tableau et de la liste de travail-->
				<tr>
					<td>
						<table class="cssRTable">
							<tr>
								<td class="cssBorderNone">
									<!--Surface totale de la table-->
									<table class="cssTotal">
										<tr class="cssTitle">
											<th rowspan="2" width="70">&nbsp;N ° d'entreprise&nbsp;</th>
											<th colspan="7">Heures d'ouverture</th>
											<th rowspan="2" width="60">temps total<br>(Pas de loi)</th>
											<th rowspan="2" width="60">temps total<br>(Y compris la loi)</th>
											<th rowspan="2" width="60">Heures supplémentaires</th>
											<th colspan="2"><bean:write name="maingjobform" property="timeZan" /></th>
											<th rowspan="2" width="70">Effort(%)</th>
										</tr>
										<tr class="cssTitle">
											<th width="55">Fréquentation normale</th>
											<th width="55">&nbsp;Excès ou carence&nbsp;</th>
											<th width="55">Travail de minuit</th>
											<th width="55">Jour férié légal</th>
											<th width="55">Vacances programmées</th>
											<th width="55">congés payés</th>
											<th width="55">Vacances de remplacement</th>
											<th width="55">congés payés</th>
											<th width="55">Vacances de remplacement</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><!--Fin de la surface totale du tableau-->
									<!--Zone des boutons-->
									<table class="cssBorderNone">
										<tr class="cssBorderNone">
											<td class="cssBorderNone">
												<input type="button" name="delete" value="Supprimer la ligne sélectionnée" onclick="destruct();f_submit('/WorkTime/delete.do')">
											</td>
											<td width="750" align="right" class="cssBorderNone">
												<input type="button" name="save" value="Économies groupées" onclick="destruct();f_submit('/WorkTime/save.do')">
												<input type="button" name="update" value="Application en vrac" onclick="destruct();f_submit('/WorkTime/update.do')">
												<input type="button" name="output" value="Création d'horaires de travail" onclick="f_outputSubmit('/WorkTime/output.do')">
												<html:submit property="submitcsv" value="Sortie CSV" />
											</td>
										</tr>
									</table><!--Fin de la zone du bouton-->
									<!--Zone de table de liste de travail-->
									<table class="csskinmutable">
										<tr class="cssTitle">
											<th width="13" rowspan="2">Rasage<br>Exclusion</th>
											<th width="52" rowspan="2">Date</th>
											<th width="1" rowspan="102" bgcolor="lavender"></th>
											<th colspan="8">Registre de présence</th>
											<th width="1" rowspan="102" bgcolor="lavender"></th>
											<th colspan="7">Pré-application</th>
										</tr>
										<tr class="cssTitle">
											<th width="70px">la division du travail</th>
											<th width="38px">début<br><font size="1">HH:MM</font></th>
											<th width="38px">Fin<br><font size="1">HH:MM</font></th>
											<th width="60px">Entreprise<font size="1">No</font></th>
											<th width="80px">Remarques(Raison)</th>
											<th width="40px">Date de transfert<br><font size="1">MM/DD</font></th>
											<th width="60px" colspan="2">Statut</th>
											<th width="60px">la division du travail</th>
											<th width="38px">début<br><font size="1">HH:MM</font></th>
											<th width="38px">Fin<br><font size="1">HH:MM</font></th>
											<th width="60px">Entreprise<font size="1">No</font></th>
											<th width="70px">Remarques(Raison)</th>
											<th width="60px" colspan="2">Statut</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="Vérification" />
											</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="Application" />
												<!-- <input class="cssbutton" type="button" name="sinsei" value="Application" > -->
											</td>
											</tr>
										</logic:iterate >
									</table><!--Tableau des listes de travail Fin de la zone-->
									<br>
									<!--Zone des boutons-->
									<table class="cssBorderNone">
										<tr class="cssBorderNone">
											<td class="cssBorderNone">
												<input type="button" name="delete" value="Supprimer la ligne sélectionnée" onclick="destruct();f_submit('/WorkTime/delete.do')">
											</td>
											<td width="750" align="right" class="cssBorderNone">
												<input type="button" name="save" value="Économies groupées" onclick="destruct();f_submit('/WorkTime/save.do')">
												<input type="button" name="update" value="Application en vrac" onclick="destruct();f_submit('/WorkTime/update.do')">
												<input type="button" name="output" value="Création d'horaires de travail" onclick="f_outputSubmit('/WorkTime/output.do')">
												<input type="button" name="csvoutput" value="Sortie CSV" onclick="f_outputSubmit('/WorkTime/csvoutput.do')">
											</td>
										</tr>
									</table><!--Fin de la zone du bouton-->
								</td>
							</tr>
						</table><!-- <table class="cssRTable"> -->
					</td>
				</tr>
				<!--Table des totaux et table des listes de travail Fin de la zone-->

			</table><!-- <!--Fin de table droite-->
		</html:form>
	</td>
	<!--Table droite 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>

Recommended Posts

Liste de travail
Liste thread-safe
Méthode de liste
Liste de liens
Liste, ensemble, carte
Liste des options de séléniure
Mémorandum Java (liste)
[Swift] Liste de capture
Tableau / liste / carte
Pourquoi FreeMarker? Trier ne fonctionne-t-il pas avec List <String>?