RPT011.tpl
6.57 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<table width="100%" border="0" cellpadding="1" cellspacing="1" class="mainColor">
<TR>
<TD>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" class="mainColor">
<TR class="toneDown">
<TD align="center" width="15%" height="25"><SPAN class="Normalfont">訪 問 日 時</SPAN></TD>
<TD align="center" width="30%" height="25"><SPAN class="Normalfont">訪 問 先</SPAN></TD>
<TD align="center" width="15%" height="25"><SPAN class="Normalfont">報 告 者</SPAN></TD>
<TD align="center" width="10%" height="25"><SPAN class="Normalfont">既読数/配信数</SPAN></TD>
<TD align="center" width="15%" height="25"><SPAN class="Normalfont">既 読 ・ 未 読</SPAN></TD>
<TD align="center" width="15%" height="25"><SPAN class="Normalfont">最終更新日</SPAN></TD>
</TR>
<!--{section name=item loop=$PhpDate}-->
<TR>
<TD valign="middle" height="30" class="<!--{$BgColor[item]}-->" id="tbl<!--{$PhpSeq[item]}-->_1">
<SPAN class="Normalfont"><!--{$PhpDate[item]}--> <!--{$strTime[item]}--></SPAN>
</TD>
<TD valign="top" height="30" class="<!--{$BgColor[item]}-->" id="tbl<!--{$PhpSeq[item]}-->_2">
<SPAN class="Normalfont">
<a href='javascript:naiyo_disp(<!--{$PhpSeq[item]}-->);'><!--{$PhpTori_name[item]}--><BR><!--{$PhpCharge[item]}--></a>
</SPAN>
</TD>
<TD valign="middle" height="30" align="center" class="<!--{$BgColor[item]}-->" id="tbl<!--{$PhpSeq[item]}-->_3">
<SPAN class="Normalfont"><!--{$maker[item]}--></SPAN>
</TD>
<TD valign="middle" height="30" align="center" class="<!--{$BgColor[item]}-->" id="tbl<!--{$PhpSeq[item]}-->_4">
<SPAN class=Normalfont><!--{$Read_Cnt[item]}-->/<!--{$Send_Cnt[item]}--></SPAN>
</TD>
<TD valign="middle" height="30" align="center" class="<!--{$BgColor[item]}-->" id="tbl<!--{$PhpSeq[item]}-->_5">
<SPAN class=Normalfont><div id="read_<!--{$PhpSeq[item]}-->"><!--{$read_str[item]}--></div></SPAN>
<!--{if ($strComm[item] != " ")}-->
<SPAN class="Normalfont">コメント有り</SPAN>
<!--{/if}-->
<input type="hidden" id="read_flg_<!--{$PhpSeq[item]}-->" value="<!--{$read_flg[item]}-->">
</TD>
<TD valign="middle" height="30" align="center" class="<!--{$BgColor[item]}-->" id="tbl<!--{$PhpSeq[item]}-->_6">
<SPAN class=Normalfont><div id="read_<!--{$PhpSeq[item]}-->"><!--{$PhpUpDate[item]}--></div></SPAN>
</TD>
</TR>
<TR bgcolor="#FFFFFF">
<TD colspan="6" valign="top">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id = "naiyo_<!--{$PhpSeq[item]}-->">
<table width="95%" border="0" align="center" cellpadding="1" cellspacing="1" class="mainColor">
<tr>
<td width="20%" bgcolor="#ffffff" class="n_color"><SPAN class="Normalfont">訪問者</SPAN></td>
<td width="80%" bgcolor="#ffffff"><SPAN class="Normalfont"><!--{$PhpHoumon[item]}--></SPAN></td>
</tr>
<tr>
<td class="n_color"><span class="Normalfont">訪問目的</span></td>
<td bgcolor="#ffffff"><SPAN class="Normalfont"><!--{$visit_purpose[item]}--></SPAN></td>
</tr>
<tr>
<td class="n_color"><SPAN class="Normalfont">メモ</SPAN></td>
<td bgcolor="#ffffff"><SPAN class="Normalfont"><!--{$memo[item]}--></SPAN></td>
</tr>
<tr>
<td class="n_color"><SPAN class="Normalfont">課題</SPAN></td>
<td bgcolor="#ffffff"><SPAN class="Normalfont"><!--{$Subject[item]}--></SPAN></td>
</tr>
<tr>
<td class="n_color"><SPAN class="Normalfont">備考</SPAN></td>
<td bgcolor="#ffffff"><SPAN class="Normalfont"><!--{$Note[item]}--></span></td>
</tr>
<tr>
<td class="n_color"><SPAN class="Normalfont">添付ファイル</SPAN></td>
<td bgcolor="#ffffff">
<!--{section name=idx2 loop=$File_Name[item]}-->
<SPAN class="Normalfont">
<a href="javascript:DownFile('<!--{$File_Name[item][idx2]}-->','<!--{$File_Org[item][idx2]}-->');">
<!--{$File_Org[item][idx2]}-->
</a><br>
</span>
<!--{/section}-->
</td>
</tr>
<tr>
<td class="n_coment">
<SPAN class="Normalfont">コメント</SPAN>
<input name="button" type="button" onClick='document.getElementById("comm_<!--{$PhpSeq[item]}-->").style.display = "block";' value="入力">
</td>
<td bgcolor="#ffffff"><SPAN class="Normalfont">
<div id="comment_<!--{$PhpSeq[item]}-->"><!--{$strComm[item]}--></div></SPAN>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2"> <SPAN class="Normalfont">
<div id="comm_<!--{$PhpSeq[item]}-->">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td height="0">
<textarea name="textarea" cols="64" rows="3" id="commData_<!--{$PhpSeq[item]}-->"></textarea><br />
<input type="file" size="88" name="upComFile<!--{$PhpSeq[item]}-->" value="" contentEditable="false">
</td>
</tr>
<tr>
<td>
<input name="button" type="button" onClick="comm_UP(<!--{$PhpSeq[item]}-->)" value="コメントする">
<input name="button" type="button" onClick='document.getElementById("comm_<!--{$PhpSeq[item]}-->").style.display = "none";' value="キャンセル">
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</TD>
</TR>
<!--{/section}-->
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td height="10%" width="10"> </td>
<td ></td>
<td align="right">
<input type="button" name="PageB" value="<<前の10件" onClick="PageCnt(1);">
<input type="button" name="PageF" value="最近の10件" onClick="first();">
<input type="button" name="PageN" value="次の10件>>" onClick="PageCnt(2);">
</td>
</tr>
</table>
<br>
<input TYPE="hidden" NAME="prmBACK" VALUE="<!--{$PageBackPrm}-->">
<input TYPE="hidden" NAME="prmNEXT" VALUE="<!--{$PageNextPrm}-->">
<input type="hidden" name="divList" VALUE="<!--{$divList}-->">