You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/05/01 22:45:17 UTC

svn commit: r940105 [2/2] - in /uima/site/trunk/uima-website: docs/ docs/images/ xdocs/ xdocs/stylesheets/

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/project.xml?rev=940105&r1=940104&r2=940105&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/project.xml (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/project.xml Sat May  1 20:45:15 2010
@@ -4,8 +4,8 @@
         
   <incubator name="Apache Incubator" href="http://incubator.apache.org/"/>
   <title>Apache UIMA</title>    
-  <logo href="/images/apache-incubator-logo.png">Apache UIMA</logo>
-  <projectLogo href="/images/UIMA_banner2.png">UIMA project logo</projectLogo>
+  <logo href="/images/asf-logo-on-white-small.png">Apache UIMA</logo>
+  <projectLogo href="/images/UIMA_banner2tlp.png">UIMA project logo</projectLogo>
     <menus>
     
       <item name="General">

Modified: uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl?rev=940105&r1=940104&r2=940105&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl (original)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/site.vsl Sat May  1 20:45:15 2010
@@ -197,11 +197,11 @@ under the License.
   #if ($project.getChild("logo"))
     #set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
     #if ( $logoString.startsWith("/") )
-      <a href="$project.getChild("incubator").getAttributeValue("href")">
+      <a href="http://www.apache.org">
         <img src="$relativePath$logoString" alt="$project.getChild("logo").getText()" border="0"/>
       </a>
     #else
-      <a href="$project.getChild("incubator").getAttributeValue("href")">
+      <a href="http://www.apache.org">
         <img src="$relativePath/$logoString" alt="$project.getChild("logo").getText()" border="0"/>
       </a>
     #end
@@ -267,15 +267,15 @@ under the License.
                 <!-- TOP IMAGE -->
                 <tr>
                     <td align='LEFT'>
-                    #getApacheImage()
+                      <a href="index.html">
+                        #getProjectImage()
+                      </a>
                     </td>
                     <td align='CENTER'>
                     #getBannerTitle()
                     </td>
                     <td align='RIGHT'>
-                      <a href="index.html">
-                    #getProjectImage()
-                    </a>
+                      #getApacheImage()
                     </td>
                 </tr>
             </table>