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

Steffen Möller smoe-guest at alioth.debian.org
Fri Sep 4 13:49:35 UTC 2009


Author: smoe-guest
Date: 2009-09-04 13:49:33 +0000 (Fri, 04 Sep 2009)
New Revision: 3889

Modified:
   trunk/community/website/organisations.xsl
   trunk/community/website/support.xml
Log:
Some further smoothing.


Modified: trunk/community/website/organisations.xsl
===================================================================
--- trunk/community/website/organisations.xsl	2009-09-04 13:45:35 UTC (rev 3888)
+++ trunk/community/website/organisations.xsl	2009-09-04 13:49:33 UTC (rev 3889)
@@ -107,14 +107,16 @@
     <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>
-		<xsl:value-of select="longtitle"/><br/>
+		<i><xsl:value-of select="longtitle"/></i>
+		<p>
 		<xsl:value-of select="description"/>
+		</p>
          </td>
            </tr>
            <tr>
              <td>
                <ul>
-                  <li>Outreach: <xsl:value-of select="region"/></li>
+                  <li>Location: <xsl:value-of select="region"/></li>
       	          <li>URL: <a href="{url}"><xsl:value-of select="url"/></a></li>
 	        </ul>
               </td>
@@ -144,8 +146,10 @@
     <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>
-		<xsl:value-of select="longtitle"/><br/>
+		<i><xsl:value-of select="longtitle"/></i>
+		<p>
 		<xsl:value-of select="description"/>
+		</p>
          </td>
            </tr>
            <tr>

Modified: trunk/community/website/support.xml
===================================================================
--- trunk/community/website/support.xml	2009-09-04 13:45:35 UTC (rev 3888)
+++ trunk/community/website/support.xml	2009-09-04 13:49:33 UTC (rev 3889)
@@ -10,6 +10,6 @@
 	<longtitle>provides commercial support and development for open-source bioinformatics software</longtitle>
 	<url>http://www.eaglegenomics.com</url>
 	<description>The company takes Open Source databases and/or software tools and develops them further as demanded by their clients, giving back to the community as much as possible.</description>
-	<region>Located in Cambridge, UK</region>
+	<region>Cambridge, UK</region>
     </entity>
 </support>




More information about the debian-med-commit mailing list