RPT001.tpl
2.51 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
<table width="100%" border="0" cellspacing="0">
<tr>
<td class="midashi">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="50%" scope="col"><div align="left"><img src="image/eigyou.gif" border="0"><!--{$PHP_TITLE_NAME}--></div></th>
<th width="50%" scope="col">
<div align="right">
<a href='javascript:Disp_Help("RPTHLP.htm")'><img src="image/help.gif" border="0"></a>
<a href='javascript:Disp_Help("RPTHLP.htm")'>ヘルプ</a>
</div>
</th>
</tr>
</table>
</td>
</tr>
</table>
<form name="e_gru" enctype="multipart/form-data">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30" class="mainColor"></td>
<td width="50%" class="Normalfont">
<strong><!--{$PHP_TITLE_NAME}--><div id = "ttl" align="left">一覧</div></strong>
</td>
<td align="right">
<input type="button" onClick="make_Ichiran();" name = "btnFunc" value="<!--{$PhpTitle}-->">
<input type="button" onClick="CSVDownLoad();" name = "btnCsv" value="ダウンロード">
</td>
</tr>
</table>
<!--営業日報-->
<table width=100% border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10%"><input type="button" name="btnV" value="訪問履歴入力" onClick="new_show();"></td>
<td> </td>
<td align="center"><div id = "sts_div"></div></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)">
<input type="button" name="btnS" value=" 検 索 " onClick="search_show();">
</td>
</tr>
</table>
<table>
<tr><td><div id = "input_div"></div></td></tr>
</table>
<div id="rpt_main"></div>
<INPUT TYPE="hidden" NAME="intsts" VALUE="1">
<INPUT TYPE="hidden" NAME="intdel_or_check" VALUE="">
<INPUT TYPE="hidden" NAME="rpt_seq" VALUE="">
<INPUT TYPE="hidden" NAME="re_seq" VALUE="">
<INPUT TYPE="hidden" NAME="intPage" VALUE="">
<INPUT TYPE="hidden" NAME="strChkDat" VALUE="">
<INPUT TYPE="hidden" NAME="path" VALUE="./RPT011.php">
<input type="hidden" name="strFilePass" value="">
<input type="hidden" name="strFileName" value="">
<input type="hidden" name="com_seq" value="">
<input type="hidden" name="com_area" value="">
<input type="hidden" name = "disp_mode" value="<!--{$disp_mode}-->">
</form>
<script>
first();
</script>
<!--{include_php file="include/copyright.inc"}-->