CON130.tpl
1.68 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
<form name="e_gru">
<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/t_kanri.gif" border="0"> 各種期限情報設定</div></th>
<th width="50%" scope="col"><div align="right"><a href='javascript:Disp_Help("CON130HLP.htm")'><img src="image/help.gif" border="0"></a> <a href='javascript:Disp_Help("CON130HLP.htm")'>ヘルプ</a></div></th>
</tr>
</table>
<div align="right"></div>
</td>
</tr>
</table>
<br><br>
<table width="402" border="0" cellspacing="1" cellpadding="1" bgcolor="#9999ff">
<tr><td>
<table width="400" cellSpacing="0" cellPadding="1" border="0">
<tr>
<td bgColor="#ccccff">回覧板:回覧期限デフォルト</td>
<td align="center" bgColor="#ccccff">
<select name="sel_kairan">
<!--{section name=cnt loop=$sel_kairan}-->
<!--{$sel_kairan[cnt]}-->
<!--{/section}-->
</select></TD>
</tr>
<tr>
<td colspan = "2"></td>
</tr>
<tr>
<td bgColor="#ccccff">掲示板:掲示期限デフォルト</td>
<td align="center" bgColor="#ccccff">
<select name="sel_keiji">
<!--{section name=cnt loop=$sel_keiji}-->
<!--{$sel_keiji[cnt]}-->
<!--{/section}-->
</select></TD>
</tr>
</table>
</td></tr>
</table>
<table width="402" border="0" cellspacing="0" cellpadding="0">
<tr height="40">
<td width="50%" align="left">
<input type="button" onclick="return edit();" value=" 修 正 ">
</td>
<td width="50%" align="right">
<INPUT type="button" onclick="return back();" value=" 戻 る " name="modoru">
</td>
</tr>
</table>
<br>
</form>
<!--{include_php file="include/copyright.inc"}-->