MET002_1.tpl
2.63 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
<TABLE cellSpacing="1" cellPadding="1" width="702" class="mainColor" border="0">
<TR><TD>
<TABLE cellSpacing="1" cellPadding="1" width="700" class="mainColor" border="0">
<TR>
<TD valign="top" width="100" class="toneDown"><span class="Normalfont">回绩柒推</span><span class="Chufont">■</span></TD>
<TD height="100" width="600" bgColor=#ffffff>
<TEXTAREA name="comm_<!--{$cseq}-->_<!--{$comm_seq}-->" id="comm_<!--{$cseq}-->_<!--{$comm_seq}-->" rows="6" wrap="virtual" cols="79"><!--{$comment}--></TEXTAREA><br>
</TD>
</TR>
<TR>
<TD valign="top" width="100" class="toneDown"><span class="Normalfont">藕烧ファイル</TD>
<TD width="600" bgColor=#ffffff>
<!--{if (($File_ID[1]=="") || ($File_Flg[1]=="0"))}-->
<input type="file" size="88" name="upfile1_<!--{$cseq}-->" value="" contentEditable="false" <!--{$PHP_DISABLED}--> <!--{$PHP_DISABLED_flg}--> <!--{$PHP_E_GRU_CAPA_OVER}-->><br>
<!--{else}-->
<span class="Normalfont"><!--{$File_NameOrg[1]}--></span>
<INPUT type="button" value="猴近" name="btnFlDelete" onclick="File_Delete_Comm('<!--{$File_ID[1]}-->',<!--{$cseq}-->,<!--{$comm_seq}-->);"><br>
<!--{/if}-->
<INPUT TYPE="hidden" NAME="File_Flg1" VALUE="<!--{$File_Flg[1]}-->">
<!--{if (($File_ID[2]=="") || ($File_Flg[2]=="0"))}-->
<input type="file" size="88" name="upfile2_<!--{$cseq}-->" value="" contentEditable="false" <!--{$PHP_DISABLED}--> <!--{$PHP_DISABLED_flg}--> <!--{$PHP_E_GRU_CAPA_OVER}-->><br>
<!--{else}-->
<span class="Normalfont"><!--{$File_NameOrg[2]}--></span>
<INPUT type="button" value="猴近" name="btnFlDelete" onclick="File_Delete_Comm('<!--{$File_ID[2]}-->',<!--{$cseq}-->,<!--{$comm_seq}-->);"><br>
<!--{/if}-->
<INPUT TYPE="hidden" NAME="File_Flg2" VALUE="<!--{$File_Flg[2]}-->">
<!--{if (($File_ID[3]=="") || ($File_Flg[3]=="0"))}-->
<input type="file" size="88" name="upfile3_<!--{$cseq}-->" value="" contentEditable="false" <!--{$PHP_DISABLED}--> <!--{$PHP_DISABLED_flg}--> <!--{$PHP_E_GRU_CAPA_OVER}-->><br>
<!--{else}-->
<span class="Normalfont"><!--{$File_NameOrg[3]}--></span>
<INPUT type="button" value="猴近" name="btnFlDelete" onclick="File_Delete_Comm('<!--{$File_ID[3]}-->',<!--{$cseq}-->,<!--{$comm_seq}-->);"><br>
<!--{/if}-->
<INPUT TYPE="hidden" NAME="File_Flg3" VALUE="<!--{$File_Flg[3]}-->">
</TD>
</TR>
<TR>
<TD colspan="2" bgColor=#ffffff>
<center>
<input type="button" value=" 判 峡 " onClick="up_comm(<!--{$cseq}-->,<!--{$comm_seq}-->)">
<input type="button" value="キャンセル" onClick="hide_comm(<!--{$cseq}-->)">
</center>
</TD>
</TR>
</TABLE>
</TD></TR>
</TABLE>