SIM0930.tpl
3.96 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<html>
<head>
<meta http-equiv="content-type" content="text/html; cahrset=euc-jp">
<meta http-equiv="content-style-type" content="text/css">
<meta name="robots" content="noindex, nofollow">
{literal}
<script language="javascript">
function del_chk(seq,name){
if(confirm(name+'の項目と入力金額を削除します\nよろしいですか?')){
location.href = "SIM0932.php?mode=del&seq="+seq;
}else{
return false;
}
}
</script>
{/literal}
<title>{$PHP_SYSNAME}</title>
<link rel="stylesheet" href="./templates/SIM.css" type="text/css" />
</head>
<body>
<div class="LoginBody">
<div class="LoginHeader">
<img src="./templates/img/logo.gif" alt="{$PHP_SYSNAME}" border="0">
</div>
<div class="MenuUserinfo">
<span class="NameText">{$PHP_GROUP_NAME} / {$PHP_BUMON_NAME} / {$PHP_USER_NAME}</span>
<span class="LinkText">
<a href = "./help/HELP0930.html" target="_blank">ヘルプ</a> /
<a href = "SIM9999.php">ログアウト</a>
</span>
</div>
<div class="ConfOutline">
<div class="ConfTitle">
{$DEFARR[7]}設定画面
</div>
<div class="ConfMain">
<!--{if $PHP_USER_ADMIN == 1 || $PHP_USER_ADMIN == 99}-->
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<table class="ConfTable">
<tr>
<th>{$DEFARR[5]}</th>
<th>{$DEFARR[6]} / {$DEFARR[7]}</th>
</tr>
<!--{section name=item loop=$bName}-->
<tr>
<td>{$bName[item]}</td>
<td>
<table class="ConfTable">
<!--{section name=item2 loop=$kName[item]}-->
<tr>
<td width="100">
{$kName[item][item2]}
</td>
<td>
<input type="button" value="追加" onclick="location.href='SIM0931.php?mode=add&bSeq={$bSeq[item]}&kSeq={$kSeq[item][item2]}'"><br>
</td>
<td>
<table class="ConfNoLineTab">
<!--{section name=item3 loop=$cName[item][item2]}-->
<tr>
<td width="160">
{if $cZeiflg[item][item2][item3] == 1}
<a href="./SIM0931.php?mode=edt&seq={$cSeq[item][item2][item3]}&zei=1">{$cName[item][item2][item3]}</a>
{else}
<a href="./SIM0931.php?mode=edt&seq={$cSeq[item][item2][item3]}&zei=0">{$cName[item][item2][item3]}</a>
{/if}
</td>
<td width="28">
{if $cZeiflg[item][item2][item3] == 1}
<span class="zei_disp">税抜<BR>入力</span>
{else}
<span class="zei_disp"> </span>
{/if}
</td>
<td>
<input type="button" value="削除" onclick="del_chk({$cSeq[item][item2][item3]}, '{$cName[item][item2][item3]}')">
</td>
<td>
<!--{if $smarty.section.item3.index > 0}-->
<input type="button" value="↑" onclick="location.href='SIM0932.php?mode=up&seq={$cSeq[item][item2][item3]}'">
<!--{/if}-->
</td>
<td>
<!--{if $smarty.section.item3.index < ($cName[item][item2]|@count - 1)}-->
<input type="button" value="↓" onclick="location.href='SIM0932.php?mode=down&seq={$cSeq[item][item2][item3]}'">
<!--{/if}-->
</td>
</tr>
<!--{/section}-->
</table>
</td>
</tr>
<!--{/section}-->
</table>
</td>
</tr>
<!--{/section}-->
</table>
<div class="MenuButton">
<input type="button" class="SimCancelButton" value="メニューへ" onclick="location.href='SIM0100.php'">
</div>
<!--{else}-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--{/if}-->
</div>
</div>
<div class="MenuUserinfo">
<span class="NameText"></span>
<span class="LinkText">
<a href = "{$DEFARR[1]}" target="_blank">ホームページへ</a>
</span>
</div>
<div class="LoginFooter">
<a href="{$DEFARR[3]}" target="_blank" title="メディアテック(株)ホームページへ">© Copyright2006-2009 All rights reserved by Mediatech. Co., Ltd.</a>
</div>
</div>
</body>
</html>