Project

General

Profile

« Previous | Next » 

Revision 4535

add institution logos to footer

View differences:

lib/style/skins/first/footer.jsp
37 37
</head>
38 38

  
39 39
<body>
40
<table width="100%" border="0" cellspacing="0" cellpadding="0">
41
	<tr>
42
		<td></td>
43
	</tr>	
40
<table width="100%" height="145" border="0" cellspacing="0" cellpadding="0" background="<%=STYLE_SKINS_URL%>/first/images/bkgrndgradient.gif">
44 41
	<tr valign="top" align="center">
45
		<td width="75%" height="145" valign="middle" background="<%=STYLE_SKINS_URL%>/first/images/bkgrndgradient.gif">
42
		<td width="75%" colspan="3">
46 43
			<p class="intro">
47 44
			This repository is an effort of the <a target="_top" href="http://www.nceas.ucsb.edu">National Center for Ecological
48 45
			Analysis and Synthesis (NCEAS)</a> and is based on software developed by
......
51 48
			[the currently-under-development] Educational Metadata Language (EdML [name subject to change]).</p>
52 49
		</td>	
53 50
	</tr>
51
	<tr align="center" valign="top">
52
		<td>
53
			<img src="<%=STYLE_SKINS_URL%>/first/images/nceas.jpg" border="1"/>
54
		</td>
55
		<td>
56
			<img src="<%=STYLE_SKINS_URL%>/first/images/msu_green.gif"/>
57
		</td>
58
		<td>
59
			<img src="<%=STYLE_SKINS_URL%>/first/images/nsf.jpg" border="1"/>
60
		</td>
61
	</tr>
54 62
</table>		
55 63
</body>
56 64
</html>

Also available in: Unified diff