[med-svn] r2621 - trunk/community/website
tille at alioth.debian.org
tille at alioth.debian.org
Wed Nov 5 07:44:35 UTC 2008
Author: tille
Date: 2008-11-05 07:44:34 +0000 (Wed, 05 Nov 2008)
New Revision: 2621
Removed:
trunk/community/website/bug_details.tmpl
trunk/community/website/bugs.php
trunk/community/website/bugs.tmpl
Log:
Removed bug related php scripts and templates
Deleted: trunk/community/website/bug_details.tmpl
===================================================================
--- trunk/community/website/bug_details.tmpl 2008-11-05 07:38:34 UTC (rev 2620)
+++ trunk/community/website/bug_details.tmpl 2008-11-05 07:44:34 UTC (rev 2621)
@@ -1,44 +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">
- <?=_("Bugs for package")?>:
- <strong node="con:package"></strong>
- </div>
- <div class="row">
- <?=_("Total bugs")?>:
- <strong node="con:count"></strong>
- </div>
- </div>
- </td>
- <td class="main">
- <div class="pageBody">
- <table width="100%">
- <div node="-rep:allbugs"><tr>
- <th><a href="#" node="con:id"></a></th>
- </tr>
- <tr>
- <table>
- <div node="-rep:singlebug"><tr>
- <th><strong node="con:field"></strong></th>
- <td node="con:value"></td>
- </tr></div>
- </table>
- </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");
-?>
Deleted: trunk/community/website/bugs.php
===================================================================
--- trunk/community/website/bugs.php 2008-11-05 07:38:34 UTC (rev 2620)
+++ trunk/community/website/bugs.php 2008-11-05 07:44:34 UTC (rev 2621)
@@ -1,7 +0,0 @@
-<?php
-require_once("inc/header.inc.php");
-?>
-<h1>The page is being updated, please check back later</h1>
-<?php
-require_once("inc/footer.inc.php");
-?>
Deleted: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl 2008-11-05 07:38:34 UTC (rev 2620)
+++ trunk/community/website/bugs.tmpl 2008-11-05 07:44:34 UTC (rev 2621)
@@ -1,70 +0,0 @@
-<?php
-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">
- <?=_("Bugs for package")?>:
- <strong node="con:package"></strong>
- </div>
- <div class="row">
- <?=_("Total bugs")?>:
- <strong node="con:count"></strong>
- </div>
- <div class="row">
- <?=_("Open bugs")?>:
- <strong node="con:opencount"></strong>
- </div>
- <div class="row">
- <?=_("Fixed bugs")?>:
- <strong node="con:fixedcount"></strong>
- </div>
- </div>
- </td>
- <td class="main">
- <div class="pageBody">
- <h1><?=_("Summary bugs page")?></h1>
- <h2><?=_("Open bugs")?></h2>
- <table class="bugs">
- <div node="-rep:openlist"><tr>
- <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
- <td colspan="2"> </td>
- </tr>
- <tr node="rep:numbers">
- <td node="con:id"></td>
- <td node="con:summary"></td>
- <td node="con:severity"></td>
- </tr>
- <tr>
- <td colspan="3"> </td>
- </tr></div>
- </table>
- <h2><?=_("Fixed bugs")?></h2>
- <table class="bugs">
- <div node="-rep:fixedlist"><tr>
- <td class="package"><p node="-con:name"></p> (<p node="-con:count"></p>)</td>
- <td colspan="3"> </td>
- </tr>
- <tr node="rep:numbers">
- <td node="con:id"></td>
- <td node="con:summary"></td>
- <td node="con:severity"></td>
- <td node="con:fixed"></td>
- </tr>
- <tr>
- <td colspan="4"> </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