/[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 811 - (show annotations) (download)
Thu Nov 15 21:30:32 2007 UTC (5 years, 6 months ago) by hanska-guest
File size: 978 byte(s)
* Fixing messages in index.php and locales.php
* Editing DDTP Details template (adding ddtp_details.php
  only for testing purposes) -- hope Andreas will like it
  (and doesn't break XHTML 1.1 :) )
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 ?>

  ViewVC Help
Powered by ViewVC 1.1.5