[csw-devel] SF.net SVN: gar:[13919] csw/mgar/gar/v2/lib/web
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Mar 22 10:46:17 CET 2011
Revision: 13919
http://gar.svn.sourceforge.net/gar/?rev=13919&view=rev
Author: wahwah
Date: 2011-03-22 09:46:16 +0000 (Tue, 22 Mar 2011)
Log Message:
-----------
pkgdb: Adding common CSS stylesheet
Modified Paths:
--------------
csw/mgar/gar/v2/lib/web/templates/CatalogDetail.html
csw/mgar/gar/v2/lib/web/templates/CatalogList.html
csw/mgar/gar/v2/lib/web/templates/Catalogname.html
csw/mgar/gar/v2/lib/web/templates/CatalognameList.html
csw/mgar/gar/v2/lib/web/templates/ErrorTagDetail.html
csw/mgar/gar/v2/lib/web/templates/ErrorTagList.html
csw/mgar/gar/v2/lib/web/templates/MaintainerCheckpkgReport.html
csw/mgar/gar/v2/lib/web/templates/MaintainerDetail.html
csw/mgar/gar/v2/lib/web/templates/MaintainerList.html
csw/mgar/gar/v2/lib/web/templates/Srv4Detail.html
csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html
csw/mgar/gar/v2/lib/web/templates/Srv4List.html
csw/mgar/gar/v2/lib/web/templates/index.html
Added Paths:
-----------
csw/mgar/gar/v2/lib/web/static/
csw/mgar/gar/v2/lib/web/static/pkgdb.css
Added: csw/mgar/gar/v2/lib/web/static/pkgdb.css
===================================================================
--- csw/mgar/gar/v2/lib/web/static/pkgdb.css (rev 0)
+++ csw/mgar/gar/v2/lib/web/static/pkgdb.css 2011-03-22 09:46:16 UTC (rev 13919)
@@ -0,0 +1,22 @@
+body {
+ font-family: sans-serif;
+ font-size: 13px;
+}
+.annotation {
+ font-size: 80%;
+}
+.overridden {
+ color: gray;
+}
+.overridden a {
+ color: gray;
+}
+ul.catalogname-list {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+ul.catalogname-list > li {
+ margin: 0.2em;
+ padding: 0;
+}
Modified: csw/mgar/gar/v2/lib/web/templates/CatalogDetail.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/CatalogDetail.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/CatalogDetail.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
Recently built and checked packages
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<h3>$cat_name</h3>
Modified: csw/mgar/gar/v2/lib/web/templates/CatalogList.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/CatalogList.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/CatalogList.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
Recently built and checked packages
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<ul>
Modified: csw/mgar/gar/v2/lib/web/templates/Catalogname.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/Catalogname.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/Catalogname.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
$catalogname
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
Modified: csw/mgar/gar/v2/lib/web/templates/CatalognameList.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/CatalognameList.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/CatalognameList.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,17 +4,7 @@
<title>
Catalognames
</title>
- <style type="text/css">
- ul.catalogname-list {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- ul.catalogname-list > li {
- margin: 0.2em;
- padding: 0;
- }
- </style>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<ul class="catalogname-list">
Modified: csw/mgar/gar/v2/lib/web/templates/ErrorTagDetail.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/ErrorTagDetail.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/ErrorTagDetail.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
$tag_name
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<h3>$tag_name</h3>
Modified: csw/mgar/gar/v2/lib/web/templates/ErrorTagList.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/ErrorTagList.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/ErrorTagList.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
Checkpkg error tags
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<ul>
Modified: csw/mgar/gar/v2/lib/web/templates/MaintainerCheckpkgReport.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/MaintainerCheckpkgReport.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/MaintainerCheckpkgReport.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
$maintainer
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<h2>$maintainer</h2>
Modified: csw/mgar/gar/v2/lib/web/templates/MaintainerDetail.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/MaintainerDetail.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/MaintainerDetail.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
$maintainer
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<h2>$maintainer</h2>
Modified: csw/mgar/gar/v2/lib/web/templates/MaintainerList.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/MaintainerList.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/MaintainerList.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
OpenCSW Maintainers
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<ul>
Modified: csw/mgar/gar/v2/lib/web/templates/Srv4Detail.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/Srv4Detail.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/Srv4Detail.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
$pkg.basename
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
Modified: csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/Srv4DetailFiles.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -5,6 +5,7 @@
files of
$srv4.basename
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
Modified: csw/mgar/gar/v2/lib/web/templates/Srv4List.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/Srv4List.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/Srv4List.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -4,6 +4,7 @@
<title>
Recently built and checked packages
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<table>
Modified: csw/mgar/gar/v2/lib/web/templates/index.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/index.html 2011-03-22 09:44:24 UTC (rev 13918)
+++ csw/mgar/gar/v2/lib/web/templates/index.html 2011-03-22 09:46:16 UTC (rev 13919)
@@ -3,6 +3,7 @@
<title>
checkpkg database experimental web app
</title>
+ <link rel="stylesheet" type="text/css" href="/pkgdb-static/pkgdb.css" />
</head>
<body>
<h1>checkpkg database experimental web app</h1>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list