calendar01.tpl
2.11 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
<!-- カレンダー表示 -->
<TABLE width=100% border="0" align="center" cellPadding=0 cellSpacing=0>
<TR><TD>{$header_memo}</TD></TR>
</TABLE>
<TABLE width=100% border="0" align="center" cellPadding=0 cellSpacing=0>
<TR class="cal_h">
<TD align="left" width="350">
<div id="logo">
<img src="{$_SYS_ROOT_URL_}/image/sp.gif" alt="" width="250" height="53" border="0" />
</div>
</TD>
<TD align="center">
<SELECT name="main_year" onChange="GmDisp()" {$mode_disabled}>{$Year_Data}</SELECT>
<SELECT name="main_mon" onChange="GmDisp()" {$mode_disabled}>{$Month_Data}</SELECT>
</TD>
<TD align="right" width="350">
<INPUT type="button" value="<< 先月" onclick="return reload({$strDispDate[0]})" {$mode_disabled}>
<INPUT type="submit" value=" 今月 " onclick="return reload({$strDispDate[1]})" {$mode_disabled}>
<INPUT type="submit" value="来月 >>" onclick="return reload({$strDispDate[2]})" {$mode_disabled}>
</TD>
</TR>
</TABLE>
<TABLE width="100%" class="mainTbr">
<TR align="center">
<TD width="15%" bgcolor="#FDDFFD">日</TD>
<TD width="14%" bgcolor="#EAFDEA">月</TD>
<TD width="14%" bgcolor="#EAFDEA">火</TD>
<TD width="14%" bgcolor="#EAFDEA">水</TD>
<TD width="14%" bgcolor="#EAFDEA">木</TD>
<TD width="14%" bgcolor="#EAFDEA">金</TD>
<TD width="15%" bgcolor="#CCF8FB">土</TD>
</TR>
{section name=idx loop=$strCalData}
<TR>
<TD width="15%" height="50" bgcolor="#FDDFFD">{$strCalData[idx][0]}</TD>
<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][1]}</TD>
<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][2]}</TD>
<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][3]}</TD>
<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][4]}</TD>
<TD width="14%" height="50" bgcolor="#FFFFFF">{$strCalData[idx][5]}</TD>
<TD width="15%" height="50" bgcolor="#CCF8FB">{$strCalData[idx][6]}</TD>
</TR>
{/section}
</TABLE>
<address style="margin-bottom: 20px; ">
<a href="http://www.media-tek.co.jp/" target="_blank" title="メディアテック株式会社ホームページへ">Copyright (C) 2010 メディアテック株式会社 All rights reserved.</a><br />
</address>