TIM001.tpl
1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<form name="e_gru">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="midashi">
<tr>
<th width="50%" scope="col"><div align="left"><img src="image/time.gif" border="0"><!--{$PHP_TITLE_NAME}--></div></th>
<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("TIMHLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("TIMHLP.htm")'>ヘルプ</a></div></th>
</tr>
</table>
<br>
<div style="padding-left:10px;">
<!--{$strToday}-->
<input type="button" onclick="chg(1);" value="出社">
<input type="button" onclick="chg(2);" value="帰宅">
<hr style="text-align:left;margin-left:0px;" width="98%">
<select name="syain" onchange="disp_main();">
<!--{section name=item loop=$strName}-->
<option value="<!--{$strCD[item]}-->" <!--{$strCDSel[item]}-->><!--{$strName[item]}--></option>
<!--{/section}-->
</select>
<select name="selY" onchange="disp_main();">
<!--{section name=item loop=$strY}-->
<option value="<!--{$strY[item]}-->" <!--{$strYSel[item]}-->><!--{$strY[item]}-->年</option>
<!--{/section}-->
</select>
<select name="selM" onchange="disp_main();">
<!--{section name=item loop=$strM}-->
<option value="<!--{$strM[item]}-->" <!--{$strMSel[item]}-->><!--{$strM[item]}-->月</option>
<!--{/section}-->
</select> の一覧
<div id="sts"></div>
</div>
<div id="time_base" style="padding-left:20px;"></div>
</form>
<script>
disp_main();
</script>
<!--{include_php file="include/copyright.inc"}-->