FLO002.tpl
4.54 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
<span class="Tinnyfont"><br></span>
<span class="MiddleBold">申請書作成</span>
<span class="Tinnyfont"><br><br></span>
<span class="Chufont">*</span><span class="Normalfont">は入力必須項目です</span>
<span class="Normalfont"> 送信ファイルは6Mバイトまでです</span>
<TABLE cellspacing="1" cellpadding="1" width="700" class="mainColor" border="0" height="157">
<TR class="toneDown">
<TD><SPAN class=Normalfont>申 請 者</span></TD>
<TD width="182" height="30" bgcolor="#ffffff"><SPAN class=Normalfont><!--{$PhpSyainName}--></span></TD>
<TD width="160"><SPAN class=Normalfont>申 請 日 時</span></TD>
<TD width="185" bgcolor="#ffffff"><!--{$PhpDate}--></TD>
</TR>
<TR class="toneDown">
<TD height="25" width="160"><SPAN class=Normalfont>申 請 書 の 種 類</SPAN></TD>
<TD colspan="3" bgcolor="#ffffff">
<SELECT size=1 name=sinsei_syubetu onChange="syubetu_select(1)">
<!--{section name=item loop=$PhpS_Name}-->
<OPTION value=<!--{$PhpS_Kind[item]}-->><!--{$PhpS_Name[item]}--></OPTION>
<!--{/section}-->
</SELECT>
</TD>
</TR>
<TR bgcolor="#ffffff">
<TD height="24" width="160" class="toneDown"><span class="Normalfont">添 付 フ ァ イ ル</span></TD>
<TD colspan="3"><input type="file" size="88" name="upfile" contentEditable="false" <!--{$PHP_DISABLED}--> <!--{$PHP_E_GRU_CAPA_OVER}-->></TD>
</TR>
<TR class="toneDown">
<TD height="70" width=160><SPAN class=Normalfont>理 由 </SPAN><span class="Chufont">*</span></TD>
<TD colspan="3" bgcolor="#ffffff"><TEXTAREA name=purpose rows=4 cols=70></TEXTAREA></TD>
</TR>
</TABLE>
<span class="Tinnyfont"></span>
<TABLE width="700">
<TR>
<TD width="231" height="28" align="center">
<div align="left"><INPUT onclick="return chk();" type=submit value=" 申請する "></div>
</TD>
<TD width="367" height="28" align="center">
<div align="right"><INPUT type=reset value="入力クリア" onClick="syubetu_select(0)"></div>
</TD>
<TD width="86" align="center">
<div align="right"><INPUT type=button value="キャンセル" onclick=input()></div>
</TD>
</TR>
</TABLE>
<span class="Tinnyfont"><br></span>
<span class="Normalfont">※申請書と決裁者一覧</span>
<TABLE cellspacing="1" cellpadding="1" border="0">
<TR>
<TD>
<TABLE cellspacing="1" cellpadding="1" class="mainColor" border="0">
<TR bgcolor=#ccffcc>
<TD height=20 width=127><div align="center"><SPAN class=Normalfont>決裁種別</SPAN></div></TD>
<TD bgcolor=#FFFFFF height=20 width=300><SPAN class=Normalfont><div id=kessai_list0><!--{$PhpKesai0[0]}--></div></SPAN></TD>
</TR>
<TR bgcolor=#ccffcc>
<TD height=20 width=120><div align="center"><SPAN class=Normalfont>1次決裁者</SPAN></div></TD>
<TD bgcolor=#FFFFFF height=20 width=300><SPAN class=Normalfont><div id=kessai_list1><!--{$PhpKesai1[0]}--></div></SPAN></TD>
</TR>
<TR bgcolor=#ccffcc>
<TD height=20 width=120><div align="center"><SPAN class=Normalfont>2次決裁者</SPAN></div></TD>
<TD bgcolor=#FFFFFF height=20 width=300><SPAN class=Normalfont><div id=kessai_list2><!--{$PhpKesai2[0]}--></div></SPAN></TD>
</TR>
<TR bgcolor=#ccffcc>
<TD height=20 width=120><div align="center"><SPAN class=Normalfont>3次決裁者</SPAN></div></TD>
<TD bgcolor=#FFFFFF height=20 width=300><SPAN class=Normalfont><div id=kessai_list3><!--{$PhpKesai3[0]}--></div></SPAN></TD>
</TR>
<TR bgcolor=#ccffcc>
<TD height=20 width=120><div align="center"><SPAN class=Normalfont>4次決裁者</SPAN></div></TD>
<TD bgcolor=#FFFFFF height=20 width=300><SPAN class=Normalfont><div id=kessai_list4><!--{$PhpKesai4[0]}--></div></SPAN></TD>
</TR>
<TR bgcolor=#ccffcc>
<TD height=20 width=120><div align="center"><SPAN class=Normalfont>5次決裁者</SPAN></div></TD>
<TD bgcolor=#FFFFFF height=20 width=300><SPAN class=Normalfont><div id=kessai_list5><!--{$PhpKesai5[0]}--></div></SPAN></TD>
</TR>
<!--{section name=item2 loop=$PhpKesaiCnt}-->
<input type="hidden" name="PhpKesai0" value="<!--{$PhpKesai0[item2]}-->">
<input type="hidden" name="PhpKesai1" value="<!--{$PhpKesai1[item2]}-->">
<input type="hidden" name="PhpKesai2" value="<!--{$PhpKesai2[item2]}-->">
<input type="hidden" name="PhpKesai3" value="<!--{$PhpKesai3[item2]}-->">
<input type="hidden" name="PhpKesai4" value="<!--{$PhpKesai4[item2]}-->">
<input type="hidden" name="PhpKesai5" value="<!--{$PhpKesai5[item2]}-->">
<!--{/section}-->
</TABLE>
</TD>
</TR>
</TABLE>
<input type="hidden" name="intsyorists_FLO002" value="">
<input type="hidden" name="file_name" value="">
<SPAN class=Tinnyfont><br></span>
<hr width="100%">