RPT011.tpl 6.57 KB
<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>
														&nbsp;&nbsp;&nbsp;
														<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}-->">