- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
<?php if( !empty($documents[4]) ):?>
<hr>
<h3>Выполняемые работы</h3>
<table class="b-transparent-table">
<?php foreach ($documents[4] as $file_name => $text): ?>
<tr>
<td class ="td_big">
<h6><?= $text;?></h6>
</td>
<td>
<a href="<?= $dir.$passport['reforma_id'].DIRECTORY_SEPARATOR."4".DIRECTORY_SEPARATOR.$file_name;?>">скачать</a>
</td>
</tr>
<?php endforeach; ?>
</table>
<?php endif;?>
bot 21.10.2014 23:38 # +2