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

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Tue Oct 2 13:02:24 UTC 2007


Author: hanska-guest
Date: 2007-10-02 13:02:24 +0000 (Tue, 02 Oct 2007)
New Revision: 506

Added:
   trunk/community/website/inc/style.css
Modified:
   trunk/community/website/index.php
Log:
First skeleton


Added: trunk/community/website/inc/style.css
===================================================================
--- trunk/community/website/inc/style.css	                        (rev 0)
+++ trunk/community/website/inc/style.css	2007-10-02 13:02:24 UTC (rev 506)
@@ -0,0 +1,447 @@
+/* old-site.css */
+body{
+	font:9pt sans-serif;
+	color:Black;
+	margin:0;
+	padding:0;
+	background:#eef4eb;
+}
+.centered{
+	text-align:center;
+	margin:1.5em;
+}
+
+a{
+	color:#008;
+	text-decoration:none;
+}
+
+a:hover{
+	text-decoration:underline;
+}
+
+p{
+	margin:0em;
+	padding:0.5em;
+}
+
+blockquote{
+	margin:0em 2em;
+	padding:0em;
+}
+
+pre.literal-block{
+	margin:0em 2em;
+	padding:0.5em;
+	margin:1em 2em;
+	border:1px dotted #666;
+}
+
+ul{
+	list-style-image:url(/images/bullet.png);
+	padding:0em 0em 0em 3em;
+	margin:0em;
+}
+
+li.directory{
+	list-style-image:url(/images/folder.png);
+}
+
+li{
+	padding:0.25em;
+	margin:0em;
+}
+
+div.relatedHeading{
+	font-weight:bold;
+	border-bottom:1px solid #8CACBB;
+	margin:0em 0em 0.5em 0em;
+}
+
+div.relatedFooter{
+	color:#444;
+	font-style:italic;
+	text-align:right;
+}
+
+table.related{
+	padding:0em;
+	margin:0em;
+}
+
+table.related td{
+	padding:0.2em 0em 0.2em 1em;
+}
+
+table.related td:first-child{
+	padding:0.2em 0em 0em 0em;
+}
+#td >
+
+p{
+	padding:0em;
+}
+
+div.heading{
+	padding:0em;
+	margin:0em;
+	background-color:white;
+}
+
+div.topRight{
+	float:right;
+	padding:0em;
+	margin:1em 1em 0 0;
+}
+
+a.sitename{
+	padding:0.25em;
+	margin:0 0 0 1em;
+}
+
+div.mainTitle{
+	font:250% sans-serif;
+	padding:0.1em 0 0 0.25em;
+	margin:0;
+}
+
+div.subTitle{
+	font:100% sans-serif;
+	font-style:italic;
+	padding:0 0 0.75em 2.5em;
+	margin:0;
+}
+
+div.footer{
+	margin:0em 0em 2em 0em;
+	text-align:center;
+}
+
+p.smallprint{
+	color:#666;
+}
+
+span.section{
+	background:#dee7ec;
+	border:1px solid #8CACBB;
+	border-bottom:#dee7ec 1px solid;
+	color:#436976;
+	font:110% Bold;
+	margin:0px 0.5em 0em 0.8em;
+	padding:0em 2em;
+	white-space:nowrap;
+}
+
+div.sectionTop{
+	background:#dee7ec;
+	padding:0.4em;
+	margin:0em;
+}
+
+div.section{
+	border:1px solid #8CACBB;
+	margin:0em 0em 2em 0em;
+	background-color:white;
+	background-repeat:repeat-y;
+	background-position:right;
+}
+
+div.pageBody{
+	border:1px solid #8CACBB;
+	margin:0em 0em 2em 0em;
+	padding:1em;
+	background-color:white;
+}
+
+h1{
+	font:200% sans-serif;
+	padding:0em;
+	margin:0.75em 0em;
+	border-bottom:1px solid #CCC;
+}
+
+h1:first-child{
+	margin:0em 0em 0.75em 0em;
+}
+
+div.tabs{
+	margin:0em;
+	padding:0em 3em;
+	text-align:center;
+}
+
+ul.heading{
+	font:12px sans-serif;
+	display:inline;
+	padding:0;
+	margin:0;
+}
+
+ul.heading li{
+	display:inline;
+	padding:0;
+	margin:4px 0.5em 0 0.5em;
+}
+
+div.tabBar{
+	color:#436976;
+	background:#dee7ec;
+	padding:0em 1.5em;
+	margin:0.5em 0em 1.5em 0em;
+	border-top:1px solid #8CACBB;
+	border-bottom:1px solid #8CACBB;
+}
+
+div.row{
+	padding:0.5em;
+}
+
+table{
+	margin:0em 0em 1em 0em;
+	font:9pt sans-serif;
+}
+
+table th{
+	border-bottom:1px solid #8CACBB;
+	font-weight:normal;
+	padding:0.2em 1em;
+	text-transform:lowercase;
+	white-space:nowrap;
+}
+
+table td{
+	padding:0.8em 0.8em 1px 0.8em;
+	text-align:left;
+}
+
+table.columns{
+	width:100%;
+	padding:0em;
+	margin:0em;
+}
+
+table.sectionGrid{
+	width:100%;
+	padding:0em;
+	margin:0em;
+}
+
+table.columns td.left{
+	vertical-align:top;
+	width:14em;
+	margin:0em;
+	padding:1px 0em 0em 1.5em;
+}
+
+table.columns td.main{
+	vertical-align:top;
+	margin:0em;
+	padding:1px 1.5em;
+}
+
+tr.sectionGrid{
+	margin:0em;
+	padding:0em;
+}
+
+td.sectionGrid{
+	vertical-align:top;
+	margin:0em;
+	padding:1px 0em 0em 1.5em;
+}
+
+td.sectionGrid:first-child{
+	padding:1px 0em 0em 0em;
+}
+
+table.columns td.right{
+	vertical-align:top;
+	width:20em;
+	margin:0em;
+	padding:1px 1.5em 0em 0em;
+}
+
+span.bargraph{
+	background:#DEECE7;
+	border:1px solid #8CBBAC;
+}
+
+div.photo{
+	text-align:center;
+}
+
+img{
+	border:none;
+	vertical-align:middle;
+}
+
+img.photo{
+	border:1px dashed #8CACBB;
+	padding:0.5em;
+}
+
+.heading .banner{
+	padding:1em;
+}
+
+a.sitename img{
+	vertical-align:top;
+}
+
+span.error{
+	padding:0em 0.3em;
+	border:1px dashed #F00;
+}
+
+p.error{
+	background:#FCC;
+}
+
+img.footer{
+	padding:0em 1em;
+}
+
+img.sortIndicator{
+	padding:0em 0.5em;
+}
+
+img.actionIcon{
+	padding:0em 0.5em;
+	vertical-align:baseline;
+}
+
+img.left-icon{
+	padding:0em 0.5em 0em 0em;
+}
+
+div.formChoice{
+	padding:0.25em;
+	margin:1em 2em;
+	border:1px dotted #666;
+}
+
+span.xml-element-name{
+	font-weight:bold;
+	color:purple;
+}
+
+span.xml-attribute-name{
+	font-weight:bold;
+}
+
+span.xml-attribute-value{
+	color:blue;
+}
+
+p.xml-text{
+	padding:0.1em;
+	margin:0em;
+}
+
+div.xml-element{
+	padding:0.1em;
+	margin:0em;
+}
+
+table.messageHeaders{
+	border:1px solid #888;
+	background-color:#DDD;
+	padding:0.25em 0.5em;
+	margin:0em;
+	width:100%;
+}
+
+table.messageHeaders tr{
+	margin:0em;
+	padding:0em;
+}
+
+table.messageHeaders td.name{
+	margin:0em;
+	padding:0.1em 0.25em;
+	font-weight:bold;
+	text-align:right;
+	white-space:nowrap;
+}
+
+table.messageHeaders td.value{
+	margin:0em;
+	padding:0em;
+	width:100%;
+}
+
+.messageBody{
+	margin:1.5em 0em;
+	padding:0.25em 0em;
+}
+
+form{
+	margin:0em;
+	padding:0em;
+}
+
+#search{
+	display:none;
+	background:#f0f0f0;
+	border:1px solid white;
+	padding:0.3em;
+	width:20em;
+	margin:4px 0 0 0;
+}
+
+/* search-results.css */
+#search.default-text{
+	color:#888;
+}
+
+#search-results{
+	border-right:1px solid #ccc;
+	border-bottom:1px solid #ccc;
+}
+
+#search-results .bd{
+	border:1px solid #88f;
+	background:#eef;
+	padding:2px;
+	font-size:12px;
+	overflow:hidden;
+	white-space:nowrap;
+}
+
+#search-results div.search-heading{
+	background:#ccc;
+	color:white;
+	font-size:0.8em;
+	font-weight:bold;
+	margin:1px 0;
+	padding:1px;
+}
+
+#search-results a{
+	display:block;
+	color:#004;
+	height:16px;
+	margin:1px 0;
+}
+
+#search-results a.search-exact-match{
+	font-weight:bold;
+}
+
+#search-results a.search-selected{
+	background:#888;
+	color:white;
+}
+
+#search-results div.search-icon{
+	width:16px;
+	height:16px;
+	margin:0 2px 0 0;
+	position:relative;
+	float:left;
+}
+
+#search-results div.search-icon img{
+	position:absolute;
+	border:none;
+}

Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php	2007-10-02 12:17:41 UTC (rev 505)
+++ trunk/community/website/index.php	2007-10-02 13:02:24 UTC (rev 506)
@@ -1,12 +1,88 @@
 <html>
 <head>
 <title>Debian-Med CDD</title>
-<script language="javascript" src="inc/rssajax6.js"></script>
+<link href="/inc/style.css" type="text/css" rel="stylesheet" />
 </head>
 <body onload="showRSS();">
 <div align="center">
 <h1>Debian-Med Project</h1>
 </div>
+<div class="heading">
+	<div class="tabBar">
+	</div>
+</div>
+<table class="columns">
+<tr>
+	<td class="left">
+		<span class="section">information</span>
+		<div class="section">
+			<div class="sectionTop"></div>
+			<div class="row">
+				<a href="http://wiki.debian.org/DebianMed">Visit our Wiki page</a>
+			</div>
+			<div class="row">
+				The Debian-Med project presents packages that are 
+				associated with medicine, pre-clinical research, and 
+				life science. Its developments are mostly focused on 
+				three areas for the moment: medical practice, imaging 
+				and bioinformatics.
+			</div>
+		</div>
+		<span class="section">related</span>
+		<div class="section">
+			<div class="sectionTop"></div>
+			<div class="row">
+				<div class="relatedHeading">
+					<table class="related">
+					<tr><td>David Paleino</td></tr>
+					<tr><td>...</td></tr>
+					</table>
+				</div>				
+			</div>
+		</div>
+		<span class="section">UTC time</span>
+		<div class="section">
+			<div class="sectionTop"></div>
+			<div class="row">..UTC time..</div>
+		</div>
+	</td>
+	<td class="main">
+		<span class="section">recent activity</span>
+		<div class="section">
+			<div class="sectionTop"></div>
+			<div class="row">
+				<table>
+				<tr>
+					<th>date</th>
+					<th>project</th>
+					<th>content</th>
+					<th>link</th>
+				</tr>
+				<?php
+					include_once("inc/lastRSS.php");
+					$rss = new lastRSS;
+					$rss->cache_dir = "./cache";
+					$rss->cache_time = 3600;
+					
+					if ($rs = $rss->get("http://cia.vc/stats/project/Debian-Med/.rss")) {
+						foreach ($rs["items"] as $item) {
+						?>
+				<tr>
+					<td><?=$item["pubDate"]?></td>
+					<td>debian-med</td>
+					<td><?=html_entity_decode($item["description"])?></td>
+					<td><a href="<?=$item["link"]?>">&rquote;</a></td>
+				</tr>
+						<?php
+						}
+					}
+				?>
+				</table>
+			</div>
+		</div>
+	</td>
+</tr>
+</table>
 <p>
 Please, take a look at our current <a href="http://wiki.debian.org/DebianMed">homepage</a>
 </p>
@@ -22,14 +98,13 @@
 		foreach ($rs["items"] as $item)
 		{
 			echo html_entity_decode($item["description"]);
-			//echo "<pre>"; print_r($item); echo "</pre>";
 		}
-		//echo "<pre>"; print_r($rs); echo "</pre>";
 	}
 	else {
 		echo "Error: can't get RSS feed from CIA.vc.<br />";
 	}
 ?>
+<hr />
 <small>Please, note that this is a SVN export of our website. It might break during
 SVN commits.</small>
 <?php




More information about the debian-med-commit mailing list