[med-svn] r687 - in trunk/community/website: . inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 13 07:52:17 UTC 2007


Author: hanska-guest
Date: 2007-10-13 07:52:17 +0000 (Sat, 13 Oct 2007)
New Revision: 687

Added:
   trunk/community/website/bug_details.php
Modified:
   trunk/community/website/bugs.tmpl
   trunk/community/website/inc/style.css
Log:
Adding bug_details.php (needed? should do a unique summary page?)
Fixing styles
Adding <a></a> also to the summary


Copied: trunk/community/website/bug_details.php (from rev 679, trunk/community/website/bugs.php)
===================================================================
--- trunk/community/website/bug_details.php	                        (rev 0)
+++ trunk/community/website/bug_details.php	2007-10-13 07:52:17 UTC (rev 687)
@@ -0,0 +1,7 @@
+<?php
+require_once("inc/header.inc.php");
+?>
+<h1>Still under development</h1>
+<?php
+require_once("inc/footer.inc.php");
+?>

Modified: trunk/community/website/bugs.tmpl
===================================================================
--- trunk/community/website/bugs.tmpl	2007-10-13 07:44:42 UTC (rev 686)
+++ trunk/community/website/bugs.tmpl	2007-10-13 07:52:17 UTC (rev 687)
@@ -25,7 +25,7 @@
 				</tr>
 				<tr node="rep:numbers">
 					<td><a href="" node="con:id"></a></td>
-					<td class="summary" node="con:summary"></td>
+					<td class="summary"><a href="" node="con:summary"></td>
 				</tr>
 			</div>
 			</table>

Modified: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	2007-10-13 07:44:42 UTC (rev 686)
+++ trunk/community/website/inc/style.css	2007-10-13 07:52:17 UTC (rev 687)
@@ -356,7 +356,7 @@
 	margin:0em;
 }
 
-table.messageHeaders table.bugs{
+table.messageHeaders{
 	border:1px solid #888;
 	background-color:#DDD;
 	padding:0.25em 0.5em;
@@ -364,7 +364,7 @@
 	width:100%;
 }
 
-table.messageHeaders table.bugs tr{
+table.messageHeaders tr{
 	margin:0em;
 	padding:0em;
 }
@@ -383,10 +383,24 @@
 	width:100%;
 }
 
+table.bugs{
+	border:1px solid #888;
+	background-color:#DDD;
+	padding:0.25em 0.5em;
+	margin:0em;
+	width:100%;
+}
+
+table.bugs tr{
+	margin:0em;
+	padding:0em;
+}
+                            
 table.bugs td.package{
 	margin:0em;
 	padding:0.1em 0.25em;
 	font-weight:bold;
+	text-align:right;
 	white-space:nowrap;
 }
 




More information about the debian-med-commit mailing list