%%98^987^987016DE%%RCV1040.tpl.php
11 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<?PHP /* Smarty version 2.6.22, created on 2010-01-06 13:25:28
compiled from RCV1040.tpl */ ?>
<?PHP require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'math', 'RCV1040.tpl', 85, false),)), $this); ?>
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<table width="100%">
<tr>
<td>
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#000000" width="100%">
<tr>
<th class="ConfKubunTh">部門</th>
<td class="ConfKubunTd" align="left"><?PHP echo $this->_tpl_vars['AreaData']; ?>
</td>
</tr>
<tr>
<th class="ConfKubunTh">業務名</th>
<td class="ConfKubunTd" align="left"><?PHP echo $this->_tpl_vars['GyoumuData']; ?>
</td>
</tr>
<tr>
<th class="ConfKubunTh">業者</th>
<td class="ConfKubunTd" align="left">
<SELECT name="cboInpGyousya" onChange="Chg_Gyousya()"><?PHP echo $this->_tpl_vars['GyousyaData']; ?>
</SELECT><br />
<font color="#009900">※変更する業者を選択してください。</font>
</td>
</tr>
<!--
<tr>
<th class="ConfKubunTh">区分</th>
<td class="ConfKubunTd" align="left">
<input type="radio" value="1" name="optSeikyukbn" <?PHP echo $this->_tpl_vars['optSeikyukbn'][1]; ?>
>入金
<input type="radio" value="2" name="optSeikyukbn" <?PHP echo $this->_tpl_vars['optSeikyukbn'][2]; ?>
>出金
</td>
</tr>
-->
</table>
</td>
<td align="right" valign="bottom">
※同一月に複数入力がある場合、一括変更は不可となります。
</td>
</tr>
</table>
<table width="99%">
<tr>
<td colspan="2">
<table width="99%" border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr>
<th class="ConfKubunTh">予定年月</th>
<?PHP unset($this->_sections['item']);
$this->_sections['item']['name'] = 'item';
$this->_sections['item']['loop'] = is_array($_loop=$this->_tpl_vars['DateTitleDp']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['item']['show'] = true;
$this->_sections['item']['max'] = $this->_sections['item']['loop'];
$this->_sections['item']['step'] = 1;
$this->_sections['item']['start'] = $this->_sections['item']['step'] > 0 ? 0 : $this->_sections['item']['loop']-1;
if ($this->_sections['item']['show']) {
$this->_sections['item']['total'] = $this->_sections['item']['loop'];
if ($this->_sections['item']['total'] == 0)
$this->_sections['item']['show'] = false;
} else
$this->_sections['item']['total'] = 0;
if ($this->_sections['item']['show']):
for ($this->_sections['item']['index'] = $this->_sections['item']['start'], $this->_sections['item']['iteration'] = 1;
$this->_sections['item']['iteration'] <= $this->_sections['item']['total'];
$this->_sections['item']['index'] += $this->_sections['item']['step'], $this->_sections['item']['iteration']++):
$this->_sections['item']['rownum'] = $this->_sections['item']['iteration'];
$this->_sections['item']['index_prev'] = $this->_sections['item']['index'] - $this->_sections['item']['step'];
$this->_sections['item']['index_next'] = $this->_sections['item']['index'] + $this->_sections['item']['step'];
$this->_sections['item']['first'] = ($this->_sections['item']['iteration'] == 1);
$this->_sections['item']['last'] = ($this->_sections['item']['iteration'] == $this->_sections['item']['total']);
?>
<th class="ConfKubunTh"><?PHP echo $this->_tpl_vars['DateTitleDp'][$this->_sections['item']['index']]; ?>
</th>
<?PHP endfor; endif; ?>
</tr>
<tr>
<th class="ConfKubunTh">予定日</th>
<?PHP unset($this->_sections['item']);
$this->_sections['item']['name'] = 'item';
$this->_sections['item']['loop'] = is_array($_loop=$this->_tpl_vars['DateTitleDp']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['item']['show'] = true;
$this->_sections['item']['max'] = $this->_sections['item']['loop'];
$this->_sections['item']['step'] = 1;
$this->_sections['item']['start'] = $this->_sections['item']['step'] > 0 ? 0 : $this->_sections['item']['loop']-1;
if ($this->_sections['item']['show']) {
$this->_sections['item']['total'] = $this->_sections['item']['loop'];
if ($this->_sections['item']['total'] == 0)
$this->_sections['item']['show'] = false;
} else
$this->_sections['item']['total'] = 0;
if ($this->_sections['item']['show']):
for ($this->_sections['item']['index'] = $this->_sections['item']['start'], $this->_sections['item']['iteration'] = 1;
$this->_sections['item']['iteration'] <= $this->_sections['item']['total'];
$this->_sections['item']['index'] += $this->_sections['item']['step'], $this->_sections['item']['iteration']++):
$this->_sections['item']['rownum'] = $this->_sections['item']['iteration'];
$this->_sections['item']['index_prev'] = $this->_sections['item']['index'] - $this->_sections['item']['step'];
$this->_sections['item']['index_next'] = $this->_sections['item']['index'] + $this->_sections['item']['step'];
$this->_sections['item']['first'] = ($this->_sections['item']['iteration'] == 1);
$this->_sections['item']['last'] = ($this->_sections['item']['iteration'] == $this->_sections['item']['total']);
?>
<td class="ConfKubunTd" align="center">
<?PHP if ($this->_tpl_vars['rcv_key'][$this->_sections['item']['index']] == 'err'): ?>
<input name="cboYoteiDay" type="hidden" value="">
変更不可
<?PHP else: ?>
<SELECT name="cboYoteiDay"><?PHP echo $this->_tpl_vars['cboYoteiDay'][$this->_sections['item']['index']]; ?>
</SELECT>
<?PHP endif; ?>
</td>
<?PHP endfor; endif; ?>
</tr>
<tr>
<th class="ConfKubunTh">予定金額</th>
<?PHP unset($this->_sections['item']);
$this->_sections['item']['name'] = 'item';
$this->_sections['item']['loop'] = is_array($_loop=$this->_tpl_vars['DateTitleDp']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['item']['show'] = true;
$this->_sections['item']['max'] = $this->_sections['item']['loop'];
$this->_sections['item']['step'] = 1;
$this->_sections['item']['start'] = $this->_sections['item']['step'] > 0 ? 0 : $this->_sections['item']['loop']-1;
if ($this->_sections['item']['show']) {
$this->_sections['item']['total'] = $this->_sections['item']['loop'];
if ($this->_sections['item']['total'] == 0)
$this->_sections['item']['show'] = false;
} else
$this->_sections['item']['total'] = 0;
if ($this->_sections['item']['show']):
for ($this->_sections['item']['index'] = $this->_sections['item']['start'], $this->_sections['item']['iteration'] = 1;
$this->_sections['item']['iteration'] <= $this->_sections['item']['total'];
$this->_sections['item']['index'] += $this->_sections['item']['step'], $this->_sections['item']['iteration']++):
$this->_sections['item']['rownum'] = $this->_sections['item']['iteration'];
$this->_sections['item']['index_prev'] = $this->_sections['item']['index'] - $this->_sections['item']['step'];
$this->_sections['item']['index_next'] = $this->_sections['item']['index'] + $this->_sections['item']['step'];
$this->_sections['item']['first'] = ($this->_sections['item']['iteration'] == 1);
$this->_sections['item']['last'] = ($this->_sections['item']['iteration'] == $this->_sections['item']['total']);
?>
<td class="ConfKubunTd" align="center">
<?PHP if ($this->_tpl_vars['rcv_key'][$this->_sections['item']['index']] == 'err'): ?>
<input name="txtInpMoney" type="hidden" value="">
<?PHP echo $this->_tpl_vars['InpMoney'][$this->_sections['item']['index']]; ?>
<?PHP else: ?>
<INPUT size="10" name="txtInpMoney" value="<?PHP echo $this->_tpl_vars['InpMoney'][$this->_sections['item']['index']]; ?>
">
<?PHP endif; ?>
<input name="rcv_key" type="hidden" value="<?PHP echo $this->_tpl_vars['rcv_key'][$this->_sections['item']['index']]; ?>
">
</td>
<?PHP endfor; endif; ?>
</tr>
<!--
<tr>
<th class="ConfKubunTh">クリア</th>
-->
<!--<?PHP $this->assign('lineCnt', 0); ?>-->
<!--
<?PHP unset($this->_sections['item']);
$this->_sections['item']['name'] = 'item';
$this->_sections['item']['loop'] = is_array($_loop=$this->_tpl_vars['DateTitleDp']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['item']['show'] = true;
$this->_sections['item']['max'] = $this->_sections['item']['loop'];
$this->_sections['item']['step'] = 1;
$this->_sections['item']['start'] = $this->_sections['item']['step'] > 0 ? 0 : $this->_sections['item']['loop']-1;
if ($this->_sections['item']['show']) {
$this->_sections['item']['total'] = $this->_sections['item']['loop'];
if ($this->_sections['item']['total'] == 0)
$this->_sections['item']['show'] = false;
} else
$this->_sections['item']['total'] = 0;
if ($this->_sections['item']['show']):
for ($this->_sections['item']['index'] = $this->_sections['item']['start'], $this->_sections['item']['iteration'] = 1;
$this->_sections['item']['iteration'] <= $this->_sections['item']['total'];
$this->_sections['item']['index'] += $this->_sections['item']['step'], $this->_sections['item']['iteration']++):
$this->_sections['item']['rownum'] = $this->_sections['item']['iteration'];
$this->_sections['item']['index_prev'] = $this->_sections['item']['index'] - $this->_sections['item']['step'];
$this->_sections['item']['index_next'] = $this->_sections['item']['index'] + $this->_sections['item']['step'];
$this->_sections['item']['first'] = ($this->_sections['item']['iteration'] == 1);
$this->_sections['item']['last'] = ($this->_sections['item']['iteration'] == $this->_sections['item']['total']);
?>
<td class="ConfKubunTd" align="center">
<input type="button" name="btnTuroku" value="クリア" onclick="return Inp_Clear('<?PHP echo $this->_tpl_vars['lineCnt']; ?>
');">
</td>
-->
<!--<?PHP echo smarty_function_math(array('equation' => "x + 1",'x' => $this->_tpl_vars['lineCnt'],'assign' => 'lineCnt'), $this);?>
-->
<!--
<?PHP endfor; endif; ?>
</tr>
-->
</table>
</td>
</tr>
<tr>
<td colspan="2">
<table width="100%">
<tr>
<td width="50%" align="center">
<input type="button" class="btnGo" name="btnTuroku" value="更 新" onclick="return Inp_All_Update();">
</td>
<td width="50%" align="center">
<input type="button" class="btnCancel" name="btnTuroku" value="キャンセル" onclick="Input_Close('<?PHP echo $this->_tpl_vars['div_id']; ?>
');">
</td>
</tr>
</table>
<input name="Inp_Day" type="hidden" value="">
<input name="Inp_Money" type="hidden" value="">
<input name="Inp_Key" type="hidden" value="">
<input name="div_id" type="hidden" value="<?PHP echo $this->_tpl_vars['div_id']; ?>
">
<input name="area_id" type="hidden" value="<?PHP echo $this->_tpl_vars['area_id']; ?>
">
<input name="gyoumu_id" type="hidden" value="<?PHP echo $this->_tpl_vars['gyoumu_id']; ?>
">
</td>
</tr>
</table>
<br>
<table width="100%"><tr><td><hr width="99%"></td></tr><table>
<br>