r4535 - in trunk/lib/style/skins/first: . images

leinfelder at ecoinformatics.org leinfelder at ecoinformatics.org
Thu Nov 6 17:06:43 PST 2008


Author: leinfelder
Date: 2008-11-06 17:06:43 -0800 (Thu, 06 Nov 2008)
New Revision: 4535

Added:
   trunk/lib/style/skins/first/images/msu_green.gif
   trunk/lib/style/skins/first/images/nceas.jpg
   trunk/lib/style/skins/first/images/nsf.jpg
Modified:
   trunk/lib/style/skins/first/footer.jsp
Log:
add institution logos to footer

Modified: trunk/lib/style/skins/first/footer.jsp
===================================================================
--- trunk/lib/style/skins/first/footer.jsp	2008-11-07 01:06:17 UTC (rev 4534)
+++ trunk/lib/style/skins/first/footer.jsp	2008-11-07 01:06:43 UTC (rev 4535)
@@ -37,12 +37,9 @@
 </head>
 
 <body>
-<table width="100%" border="0" cellspacing="0" cellpadding="0">
-	<tr>
-		<td></td>
-	</tr>	
+<table width="100%" height="145" border="0" cellspacing="0" cellpadding="0" background="<%=STYLE_SKINS_URL%>/first/images/bkgrndgradient.gif">
 	<tr valign="top" align="center">
-		<td width="75%" height="145" valign="middle" background="<%=STYLE_SKINS_URL%>/first/images/bkgrndgradient.gif">
+		<td width="75%" colspan="3">
 			<p class="intro">
 			This repository is an effort of the <a target="_top" href="http://www.nceas.ucsb.edu">National Center for Ecological
 			Analysis and Synthesis (NCEAS)</a> and is based on software developed by
@@ -51,6 +48,17 @@
 			[the currently-under-development] Educational Metadata Language (EdML [name subject to change]).</p>
 		</td>	
 	</tr>
+	<tr align="center" valign="top">
+		<td>
+			<img src="<%=STYLE_SKINS_URL%>/first/images/nceas.jpg" border="1"/>
+		</td>
+		<td>
+			<img src="<%=STYLE_SKINS_URL%>/first/images/msu_green.gif"/>
+		</td>
+		<td>
+			<img src="<%=STYLE_SKINS_URL%>/first/images/nsf.jpg" border="1"/>
+		</td>
+	</tr>
 </table>		
 </body>
 </html>

Added: trunk/lib/style/skins/first/images/msu_green.gif
===================================================================
(Binary files differ)


Property changes on: trunk/lib/style/skins/first/images/msu_green.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/lib/style/skins/first/images/nceas.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/lib/style/skins/first/images/nceas.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/lib/style/skins/first/images/nsf.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/lib/style/skins/first/images/nsf.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Metacat-cvs mailing list