[med-svn] r812 - trunk/community/website

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Thu Nov 15 21:31:32 UTC 2007


Author: hanska-guest
Date: 2007-11-15 21:31:32 +0000 (Thu, 15 Nov 2007)
New Revision: 812

Removed:
   trunk/community/website/ddtp_details.php
Log:
* Layout is ok, removing temporary page.
* Now will test if everything works ok with the update-ddtp
  script.


Deleted: trunk/community/website/ddtp_details.php
===================================================================
--- trunk/community/website/ddtp_details.php	2007-11-15 21:30:32 UTC (rev 811)
+++ trunk/community/website/ddtp_details.php	2007-11-15 21:31:32 UTC (rev 812)
@@ -1,38 +0,0 @@
-<?php
-ini_set("include_path", ini_get("include_path").":../");
-require_once("inc/header.inc.php");
-?>
-<table class="columns">
-<tr>
-	<td class="left">
-		<span class="section"><?=_("summary")?></span>
-		<div class="section">
-			<div class="sectionTop"></div>
-			<div class="row">
-				<?=_("Summary for package")?>:
-				<strong node="con:package"></strong>
-			</div>
-		</div>
-	</td>
-	<td class="main">
-		<div class="pageBody">
-			<table>
-			<div node="-rep:langs"><tr>
-				<th><p node="-con:name"></p></th>
-				<td>
-					<dl>
-						<dt><strong node="con:short">Short description</strong></dt>
-						<dd><p node="-con:long">This is a long long long description!</p></dd>
-					</dl>
-				</td>
-			</tr></div>
-			</table>
-		</div>
-	</td>
-</tr>
-</table>
-<address><?=_("Last update")?>: <div node="-con:date"></div></address>
-<address><?=_("Please note: this page gets automatically updated twice a day, on 00:00 and 12:00 UTC.")?></address>
-<?php
-require_once("inc/footer.inc.php");
-?>




More information about the debian-med-commit mailing list