%%19^19D^19D57A08%%ZIS0300.tpl.php
3.93 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
<?PHP /* Smarty version 2.6.22, created on 2010-03-03 13:08:45
compiled from ZIS0300.tpl */ ?>
<div class="SimMiddle">
<small><br></small>
<div class="MenuTitle">
<span id="titletxt">資金実績損益表</span>
</div>
<div class="ConfMain">
<!--<?PHP if ($this->_tpl_vars['PHP_USER_ADMIN'] == 1 || $this->_tpl_vars['PHP_USER_ADMIN'] == 99): ?>-->
<br>
<select name="ZIS_cboY" onchange="date_chg();">
<?PHP echo $this->_tpl_vars['lstY']; ?>
</select>年
<select name="ZIS_cboM" onchange="date_chg();">
<?PHP echo $this->_tpl_vars['lstM']; ?>
</select>月
<input type="button" value="<前月" onclick="move_navi(1);">
<input type="button" value="今月" onclick="move_navi(0);">
<input type="button" value="翌月>" onclick="move_navi(2);">
<?PHP if ($this->_tpl_vars['dispStart'] == 1): ?>
<br> <font color="red">※決算翌月です。</font>
<?PHP endif; ?>
<hr>
<table width="86%">
<TR>
<TD align="left">
<table width="95%" class="ZIS_Table">
<tr>
<th align="center" nowrap>
</th>
<th align="center" nowrap>
期首繰越額(<?PHP echo $this->_tpl_vars['strUnit']; ?>
)
</th>
<th align="center" nowrap>
当月(期)(<?PHP echo $this->_tpl_vars['strUnit']; ?>
)
</th>
<th align="center" nowrap >
当月(期)増減(<?PHP echo $this->_tpl_vars['strUnit']; ?>
)
</th>
</tr>
<?PHP unset($this->_sections['idx']);
$this->_sections['idx']['name'] = 'idx';
$this->_sections['idx']['loop'] = is_array($_loop=$this->_tpl_vars['strData']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['idx']['show'] = true;
$this->_sections['idx']['max'] = $this->_sections['idx']['loop'];
$this->_sections['idx']['step'] = 1;
$this->_sections['idx']['start'] = $this->_sections['idx']['step'] > 0 ? 0 : $this->_sections['idx']['loop']-1;
if ($this->_sections['idx']['show']) {
$this->_sections['idx']['total'] = $this->_sections['idx']['loop'];
if ($this->_sections['idx']['total'] == 0)
$this->_sections['idx']['show'] = false;
} else
$this->_sections['idx']['total'] = 0;
if ($this->_sections['idx']['show']):
for ($this->_sections['idx']['index'] = $this->_sections['idx']['start'], $this->_sections['idx']['iteration'] = 1;
$this->_sections['idx']['iteration'] <= $this->_sections['idx']['total'];
$this->_sections['idx']['index'] += $this->_sections['idx']['step'], $this->_sections['idx']['iteration']++):
$this->_sections['idx']['rownum'] = $this->_sections['idx']['iteration'];
$this->_sections['idx']['index_prev'] = $this->_sections['idx']['index'] - $this->_sections['idx']['step'];
$this->_sections['idx']['index_next'] = $this->_sections['idx']['index'] + $this->_sections['idx']['step'];
$this->_sections['idx']['first'] = ($this->_sections['idx']['iteration'] == 1);
$this->_sections['idx']['last'] = ($this->_sections['idx']['iteration'] == $this->_sections['idx']['total']);
?>
<tr>
<td align="center">
<?PHP echo $this->_tpl_vars['strData'][$this->_sections['idx']['index']][3]; ?>
</td>
<td align="right">
<?PHP echo $this->_tpl_vars['strData'][$this->_sections['idx']['index']][0]; ?>
</td>
<td align="right">
<?PHP echo $this->_tpl_vars['strData'][$this->_sections['idx']['index']][1]; ?>
</td>
<td align="right">
<?PHP echo $this->_tpl_vars['strData'][$this->_sections['idx']['index']][2]; ?>
</td>
</tr>
<?PHP endfor; endif; ?>
</table>
</TD>
</TR>
</table>
<br>
<!--<?PHP else: ?>-->
<a href="SIM0100.php"><span class="Normalfont">マスタ変更権限がありません</span></a>
<!--<?PHP endif; ?>-->
</div>
<br>
</div>
<input type="hidden" name="dispStart" value="<?PHP echo $this->_tpl_vars['dispStart']; ?>
">