forked from bopoda/fl-ru-damp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtpl.scheme_info.php
38 lines (38 loc) · 1.63 KB
/
tpl.scheme_info.php
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
<div class="form nr-budjet-details">
<b class="b1"></b>
<b class="b2"></b>
<div class="form-in">
<table>
<caption>
<?=sbr::$scheme_types[$curr_sbr->scheme_type][0]?>
<?=(isset($curr_sbr->v_data['scheme_type']) && $curr_sbr->scheme_type != $curr_sbr->v_data['scheme_type'] ? '<span class="rarr"> ← </span><span class="date-old">'.sbr::$scheme_types[$curr_sbr->v_data['scheme_type']][0].'</span>' : '')?>
</caption>
<col width="610" />
<col width="70" />
<col width="145" />
<tbody>
<tr>
<th>Îáùàÿ ñóììà «Áåçîïàñíîé Ñäåëêè»</th>
<td>—</td>
<td class="last"><?=sbr_meta::view_cost($tmp_ts, $curr_sbr->cost_sys, false)?></td>
</tr>
<? foreach($sh_info as $tid=>$tax) { ?>
<tr>
<th><?=$tax['name']?></th>
<td><?=$tax['percent']?></td>
<td class="last"><?=$tax['cost']?></td>
</tr>
<? } ?>
</tbody>
<tfoot>
<tr>
<th><strong><?=($curr_sbr->isFrl() ? 'Ê ïåðå÷èñëåíèþ Ôðèëàíñåðó' : 'Èòîãî èñïîëíèòåëü ïîëó÷èò')?></strong></th>
<td>—</td>
<td class="last"><strong><?=sbr_meta::view_cost($total_sum, $curr_sbr->cost_sys, false)?></strong></td>
</tr>
</tfoot>
</table>
</div>
<b class="b2"></b>
<b class="b1"></b>
</div>