[med-svn] r1421 - trunk/community/infrastructure/scripts/qa/templates
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Mon Feb 18 10:14:21 UTC 2008
Author: hanska-guest
Date: 2008-02-18 10:14:20 +0000 (Mon, 18 Feb 2008)
New Revision: 1421
Modified:
trunk/community/infrastructure/scripts/qa/templates/debianmed
Log:
Now using "root" styles (i.e. /inc/style.css)
Modified: trunk/community/infrastructure/scripts/qa/templates/debianmed
===================================================================
--- trunk/community/infrastructure/scripts/qa/templates/debianmed 2008-02-18 10:13:44 UTC (rev 1420)
+++ trunk/community/infrastructure/scripts/qa/templates/debianmed 2008-02-18 10:14:20 UTC (rev 1421)
@@ -144,111 +144,6 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>${group_name} packages overview</title>
- <style type="text/css">
- body {
- background: white;
- color: black;
- margin: 0;
- padding: 8px;
- }
- table {
- #border: 1px solid black;
- border-collapse: collapse;
- empty-cells: show;
- }
- td, th {
- #border: 1px solid black;
- padding: 0.2em;
- }
- th.clickable, th.clickable a, th.clickable a:visited {
- background: #404040;
- color: white;
- }
- a {
- text-decoration: none;
- }
-/* before enabling this, think about the link colors -- they all have to
- be visible with the new background
- tr:hover td, tr:hover th {
- background: #F5F5B5;
- color: black;
- }
-*/
- #main_table {
- width: 95%;
- }
- .todo {
- background: #ADDBE6; /* lightblue */
- }
- .section-non-free { color: red; }
- .section-contrib { color: maroon; }
- .bts-wishlist {
- color: green;
- }
- .bts-minor {
- color: #004000; /* darkgreen */
- }
- .bts-normal, .bts-important {
- }
- .bts-grave, .bts-serious {
- color: red;
- }
- .bts-critical {
- color: red;
- text-decoration: blink;
- }
- /* From ikiwiki templates */
- .popup {
- border-bottom: 1px dotted;
- }
- .popup .balloon,
- .popup .paren,
- .popup .expand {
- display: none;
- }
- .popup:hover .balloon,
- .popup:focus .balloon {
- position: absolute;
- display: block;
- min-width: 15em;
- max-width: 40em;
- max-height: 75%;
- overflow: auto;
- margin: 0em 0 0 -15em;
- padding: 0.5em;
- border: 2px outset #F5F5B5; /* light yellowish */
- background: #F5F5B5; /* light yellowish */
- color: black;
- /* Nonstandard, but very nice. */
- opacity: 0.95;
- -moz-opacity: 0.95;
- filter: alpha(opacity=95);
- }
- table.bts-info-details td:first-child {
- text-align: center;
- }
- div.bts-info div.popup {
- text-align: center;
- }
- .bts-info-details p {
- text-indent: -3em;
- margin: 0 0 0 3em;
- }
- table.bts-info-details td {
- border: 0;
- vertical-align: top;
- text-align: left;
- }
- #options {
- float: left;
- padding: .5em;
- border: 1px black dashed;
- margin-bottom: 1em;
- }
- #options h2 { font-size: 110%; margin: 0; }
- #options div { display: none }
- #w3org { clear: both; }
- </style>
<script type="text/javascript">
//<![CDATA[
<!--
@@ -309,6 +204,7 @@
//]]>
</script>
<link href="/inc/style.css" type="text/css" rel="stylesheet" />
+
</head>
<body>
<div style="text-align: center;">
@@ -338,7 +234,7 @@
<div class="section">
<div class="sectionTop"></div>
<div class="row">
- <table id="main_table">
+ <table id="qa_table">
[% INCLUDE section data=data list=for_upgrade name="for_upgrade" title="Newer upstream available" %]
[% INCLUDE section data=data list=for_upload name="for_upload" title="Ready for upload" %]
[% INCLUDE section data=data list=waiting name="waiting" title="NEW and incoming" %]
More information about the debian-med-commit
mailing list