TIM003.tpl 1.74 KB
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" type="text/css" href="basefont.css">
<TITLE>E-グルPro タイムカード</TITLE>
</HEAD>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
	// this page's own script
	function printer(){
			window.print();
	}
-->
</SCRIPT>
</HEAD>
<BODY onLoad="printer();">
<!--{$strName}--> <!--{$strDate}-->のタイムカード
<SPAN class=Tinnyfont><br></span>
<table class="mainColor" border="0" cellspacing="1" cellpadding="1" style="padding-left:100px;">
	<tr><td>
		<table width="100%" border="0" cellspacing="1" cellpadding="1">
			<tr class="toneDown">
				<td align="center" width="60">日付</td>
				<td align="center" width="90">出社時間</td>
				<td align="center" width="90">帰宅時間</td>
				<td align="center" width="240">備考</td>
			</tr>
	<!--{section name=item loop=$day}-->
			<tr class="toneDown">
				<td width="60" align="center" bgcolor="<!--{$wdayCol[item]}-->">
					<!--{$day[item]}-->(<!--{$wday[item]}-->)
				</td>
				<td width="90" align="center" bgcolor="<!--{$wdayCol[item]}-->">
					<!--{$sH[item]}-->:<!--{$sM[item]}-->
				</td>
				<td width="90" align="center" bgcolor="<!--{$wdayCol[item]}-->">
					<!--{$eH[item]}-->:<!--{$eM[item]}-->
				</td>
				<td align="left" bgcolor="<!--{$wdayCol[item]}-->">
					<!--{$com[item]}-->
				</td>
			</tr>
	<!--{/section}-->
		</table>
	</td>
	</tr>
</table>
<SPAN class=Tinnyfont><br></span>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0" class="needless">
	<TR>
		<TD align="left"><INPUT TYPE="button" VALUE=" 印刷する " onClick="printer()">     <INPUT TYPE="button" VALUE=" 閉じる " onClick="window.close()"></TD>
	</TR>
</TABLE>
</body>
</html>