Listing 7.16. | |
| ROZDZIAŁ: | 7. Bazy danych |
| TXT: | listing-07-16.txt |
<table>
<tr>
<th>Szczyt</th>
<th>Wysokość<br />m n.p.m.</th>
</tr>
{foreach from=$szczyty item=sz}
<tr>
<td>{$sz.nazwa}</td>
<td>{$sz.wysokosc}</td>
</tr>
{/foreach}
</table>