DUT001-1.tpl
3.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!--スケジュールー-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" width="10"> </td>
<td width="257"> </td>
<td width="377" align="center"> <div align="center">
<SELECT name=main_year onchange=javascript:getDate(0);>
<!--{$year}-->
</SELECT>
<SELECT name=main_mon onchange=javascript:getDate(0);>
<!--{$month}-->
</SELECT>
<a href="javascript:cal1.write();">
<img id="dateLink1" src="./image/calendar.gif" alt="日付選択" border="0" style="vertical-align:middle;margin:5px"/>
</a>
<input type="hidden" name="colname" value="<!--{$calYMD}-->">
<div id="calid"></div>
</div></td>
<td width="393">
<div align="right">
<input type="submit" value="<<前月" onclick="dut_info(<!--{$st_sengetu}-->)" >
<input type="submit" value="<前週" onclick="dut_info(<!--{$st_sensyu}-->)" >
<input type="submit" value="<" onclick="dut_info(<!--{$st_kinou}-->)" >
<input type="submit" value="今日" onclick="dut_info(<!--{$st_honjitu}-->)" >
<input type="submit" value=">" onclick="dut_info(<!--{$st_ashita}-->)" >
<input type="submit" value="翌週>" onclick="dut_info(<!--{$st_raisyu}-->)" >
<input type="submit" value="翌月>>" onclick="dut_info(<!--{$st_raigetu}-->)" >
</div></TD>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1" class="mainColor">
<tr>
<td> <table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="30" width="150" class="toneDown"></td>
<!--{section name=item loop=$Weekdate}-->
<td width=115 height=30 bgcolor=<!--{$WeekColor[item]}--> align=center><span class=Normalfont>
<!--{$Weekdate[item]}-->
</span>
</td>
<!--{/section}-->
</tr>
<!--{section name=item loop=$naiyou1}-->
<tr bgcolor=#FFFFFF>
<td height=30 width=150><!--{$naiyou1[item]}--></td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[0]}--> valign=top>
<ul>
<!--{$naiyou2[item][0]}-->
<BR>
</ul>
</td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[1]}--> valign=top>
<ul>
<!--{$naiyou2[item][1]}-->
<BR>
</ul>
</td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[2]}--> valign=top>
<ul>
<!--{$naiyou2[item][2]}-->
<BR>
</ul>
</td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[3]}--> valign=top>
<ul>
<!--{$naiyou2[item][3]}-->
<BR>
</ul>
</td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[4]}--> valign=top>
<ul>
<!--{$naiyou2[item][4]}-->
<BR>
</ul>
</td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[5]}--> valign=top>
<ul>
<!--{$naiyou2[item][5]}-->
<BR>
</ul>
</td>
<td height=30 width=115 bgcolor=<!--{$WeekColor[6]}--> valign=top>
<ul>
<!--{$naiyou2[item][6]}-->
<BR>
</ul>
</td>
</tr>
<!--{/section}-->
</TABLE></TD>
</TR>
</TABLE>
<input type="hidden" name="strwkdate" value="<!--{$strwkdate}-->">
<input type="hidden" name="strkijyundate" value="">
<input type="hidden" name="intTouban" value="">
<input type="hidden" name="intsts" value="">