/[debian-med]/trunk/community/website/ddtp_details.tmpl
ViewVC logotype

Contents of /trunk/community/website/ddtp_details.tmpl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 779 - (show annotations) (download)
Sun Nov 11 15:53:38 2007 UTC (5 years, 6 months ago) by hanska-guest
File size: 744 byte(s)
Starting DDTP page enhancements
1 <!--?php
2 require_once("inc/header.inc.php");
3 ?-->
4 <table class="columns">
5 <tr>
6 <td class="left">
7 <span class="section"><?=_("summary")?></span>
8 <div class="section">
9 <div class="sectionTop"></div>
10 <div class="row">
11 <?=_("Summary for package")?>:
12 <strong node="con:package"></strong>
13 </div>
14 </div>
15 </td>
16 <td class="main">
17 <div class="pageBody">
18 <table>
19 <div node="-rep:langs"><tr>
20 <th rowspan="2"><p node="-con:name"></p></th>
21 <td><?=_("Short description")?>: <p node="-con:short"></p></td>
22 </tr>
23 <tr>
24 <td>
25 <?=_("Long description")?><br />
26 <p node="-con:long"></p>
27 </td>
28 </tr></div>
29 </table>
30 </div>
31 </td>
32 </tr>
33 </table>
34 <!--?php
35 require_once("inc/footer.inc.php");
36 ?-->

  ViewVC Help
Powered by ViewVC 1.1.5