| 1 |
<?php
|
| 2 |
ini_set("include_path", ini_get("include_path").":../");
|
| 3 |
require_once("inc/header.inc.php");
|
| 4 |
?>
|
| 5 |
<table class="columns">
|
| 6 |
<tr>
|
| 7 |
<td class="left">
|
| 8 |
<span class="section"><?=_("summary")?></span>
|
| 9 |
<div class="section">
|
| 10 |
<div class="sectionTop"></div>
|
| 11 |
<div class="row">
|
| 12 |
<?=_("Summary for package")?>:
|
| 13 |
<strong node="con:package"></strong>
|
| 14 |
</div>
|
| 15 |
</div>
|
| 16 |
</td>
|
| 17 |
<td class="main">
|
| 18 |
<div class="pageBody">
|
| 19 |
<table>
|
| 20 |
<div node="-rep:langs"><tr>
|
| 21 |
<th><p node="-con:name"></p></th>
|
| 22 |
<td>
|
| 23 |
<dl>
|
| 24 |
<dt><strong node="con:short">Short description</strong></dt>
|
| 25 |
<dd><p node="-con:long">This is a long long long description!</p></dd>
|
| 26 |
</dl>
|
| 27 |
</td>
|
| 28 |
</tr></div>
|
| 29 |
</table>
|
| 30 |
</div>
|
| 31 |
</td>
|
| 32 |
</tr>
|
| 33 |
</table>
|
| 34 |
<address><?=_("Last update")?>: <div node="-con:date"></div></address>
|
| 35 |
<address><?=_("Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.")?></address>
|
| 36 |
<?php
|
| 37 |
require_once("inc/footer.inc.php");
|
| 38 |
?>
|