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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 751 - (show annotations) (download)
Sat Nov 3 20:11:51 2007 UTC (5 years, 6 months ago) by hanska-guest
File size: 972 byte(s)
Adding "go" icons.
Centering language columns.
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">DDTP</div>
11 </div>
12 </td>
13 <td class="main">
14 <div class="pageBody">
15 <h1><?=_("DDTP Statistics")?></h1>
16 <table class="messageHeaders">
17 <tr>
18 <td>&nbsp;</td>
19 <div node="-rep:langs"><th style="text-align:center;"><p node="-con:code"></p></th></div>
20 </tr>
21 <div node="-rep:packages"><tr>
22 <td class="name"><p node="-con:name"></p></td>
23 <div node="-rep:translations"><td style="text-align:center;"><p node="-con:status"></p></td></div>
24 </tr></div>
25 </table>
26 </div>
27 </td>
28 </tr>
29 </table>
30 <address><?=_("Last update")?>: <div node="-con:date"></div></address>
31 <address><?=_("Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.")?></address>
32 <?php
33 require_once("inc/footer.inc.php");
34 ?>

  ViewVC Help
Powered by ViewVC 1.1.5