[med-svn] r3882 - trunk/community/website

Steffen Möller smoe-guest at alioth.debian.org
Fri Sep 4 12:42:55 UTC 2009


Author: smoe-guest
Date: 2009-09-04 12:42:54 +0000 (Fri, 04 Sep 2009)
New Revision: 3882

Modified:
   trunk/community/website/organisations.xml
   trunk/community/website/organisations.xsl
Log:
Adopting more of the Debian Med style for templates


Modified: trunk/community/website/organisations.xml
===================================================================
--- trunk/community/website/organisations.xml	2009-09-04 12:10:10 UTC (rev 3881)
+++ trunk/community/website/organisations.xml	2009-09-04 12:42:54 UTC (rev 3882)
@@ -6,8 +6,7 @@
      for umlauts or accents of various sorts
 -->
 <organisations>
-    <org>
-	<title>ISCB</title>
+    <org title="ISCB">
 	<longtitle>International Society for Computational Biology</longtitle>
 	<url>http://www.iscb.org</url>
 	<description>organises the ISMB conference and local conferences in Latin America and Africa</description>
@@ -15,8 +14,7 @@
 	<region>world-wide</region>
     </org>
 
-    <org>
-	<title>OBF</title>
+    <org title="OBF">
 	<longtitle>Open Bioinformatics Foundation</longtitle>
 	<url>http://open-bio.org</url>
 	<description>organises the annual BOSC (Bionformatics Open Source Conference) as a satellite conference to the ISMB focusing on the strengthening of Free software in our field. It hosts web sites for the Bio{Java,Perl,Python,SQL} libraries.</description>
@@ -24,8 +22,7 @@
 	<region>world-wide</region>
     </org>
 
-    <org>
-	<title>GI-BIOINF</title>
+    <org title="GI-BIOINF">
 	<longtitle>Gesellschaft f&#252;r Informatik, Fachgruppe Informatik in den Biowissenschaften</longtitle>
 	<url>http://www.cebitec.uni-bielefeld.de/groups/fg402/</url>
 	<description>organises annual (mostly) english-spoken German Conference in Bioinforamtics</description>
@@ -33,8 +30,7 @@
 	<region>de/at/ch</region>
     </org>
 
-<org>
-	<title>SPI</title>
+    <org title="SPI">
 	<longtitle>Software in the Public Interest</longtitle>
 	<url>http://www.spi-inc.org/</url>
 	<description>A company existing only for the purpose of organising funds for Debian. Regional

Modified: trunk/community/website/organisations.xsl
===================================================================
--- trunk/community/website/organisations.xsl	2009-09-04 12:10:10 UTC (rev 3881)
+++ trunk/community/website/organisations.xsl	2009-09-04 12:42:54 UTC (rev 3882)
@@ -16,27 +16,71 @@
 	<img src="/img/logo.png" alt="Debian Med Project" />
     </a>
   </div>
-  <h1>Organisations sharing aims with Debian Med</h1>
-  <hr />
-  <table border="0">
+
+<!-- HTML copied from index.php, need to be manually updated -->
+<table class="columns">
+  <tr>
+    <td class="left">
+      <span class="section">Information</span>
+      <div class="section">
+        <div class="sectionTop"></div>
+        <div class="row" style="text-align: center;">
+          Developers please visit our<br />
+            <a href="http://wiki.debian.org/DebianMed">Wiki page</a>
+        </div>
+        <div class="row">
+          The Debian Med project presents packages that are associated with <ul><li>medicine</li><li>pre-clinical research</li><li>life science.</li></ul> Its developments are mostly focused on three areas for the moment: <ul><li>medical practice</li><li>imaging</li><li>bioinformatics</li></ul>and can be installed directly from every Debian installation.
+        </div>
+      </div>
+
+      <span class="section">Pages</span>
+      <div class="section">
+        <div class="sectionTop"></div>
+        <div class="row">
+          <ul>
+            <li><a href="/tasks/index">Tasks of our Blend</a></li>
+            <li><a href="/bugs/">Bugs</a></li>
+            <li><a href="/docs/policy.html">Group policy</a></li>
+            <li><a href="/cgi-bin/qareport.cgi">Quality Assurance</a></li>
+            <li><a href="/ddtp.php">Debian Description Translation Project</a></li>
+            <li><a href="http://svn.debian.org/wsvn/debian-med/trunk/">SVN repository</a></li>
+            <li><a href="http://qa.debian.org/developer.php?login=debian-med-packaging@lists.alioth.debian.org&amp;ordering=3">Packages Overview</a></li>
+            <hr />
+            <li><a href="/locales.php">Localizations</a></li>
+            <li><a href="organisations.xml">Organisations</a></li>
+	  </ul>
+	</div>
+      </div>
+   </td>
+   <td>
+
+     <h1>Organisations sharing aims with Debian Med</h1>
+     <hr />
+     <table border="0">
     <xsl:for-each select="organisations/org">
     <xsl:variable name="url" select="url" />
-    <tr>
-      <td rowspan="2" align="center" valign="top"><a href="{url}"><xsl:value-of select="title"/></a></td><td>
+       <tr>
+         <td rowspan="2" align="center" valign="top"><a href="{url}"><xsl:value-of select="@title"/></a></td><td>
 		<xsl:value-of select="longtitle"/><br/>
 		<xsl:value-of select="description"/>
-      </td></tr>
-      <tr>
-      <td><ul>
-		<li>Outreach: <xsl:value-of select="region"/></li>
-      		<li>Members: <xsl:value-of select="members"/></li>
-      		<li>URL: <a href="{url}"><xsl:value-of select="url"/></a></li>
-	</ul>
-      </td>
-    </tr>
-    <tr><td colspan="2"><hr /></td></tr>
+         </td>
+           </tr>
+           <tr>
+             <td>
+               <ul>
+                  <li>Outreach: <xsl:value-of select="region"/></li>
+                  <li>Members: <xsl:value-of select="members"/></li>
+      	          <li>URL: <a href="{url}"><xsl:value-of select="url"/></a></li>
+	        </ul>
+              </td>
+            </tr>
+            <tr><td colspan="2"><hr /></td></tr>
     </xsl:for-each>
-  </table>
+          </table>
+
+        </td>
+      </tr>
+    </table>
   </body>
 </html>
 </xsl:template>




More information about the debian-med-commit mailing list