Revision 3780
Added by daigle over 16 years ago
header.jsp | ||
---|---|---|
31 | 31 |
<head> |
32 | 32 |
<title>SAEON - South African Environmental Observation Network |
33 | 33 |
Repository</title> |
34 |
<link rel="stylesheet" type="text/css" href="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/saeon/saeon.css" />
|
|
34 |
<link rel="stylesheet" type="text/css" href="<%=STYLE_SKINS_URL%>/saeon/saeon.css" />
|
|
35 | 35 |
</head> |
36 | 36 |
|
37 | 37 |
<body |
38 |
style="background-image: url('<%=SERVER_URL_WITH_CONTEXT%>/style/skins/saeon/images/bg.png'); background-repeat: repeat-x;"
|
|
38 |
style="background-image: url('<%=STYLE_SKINS_URL%>/saeon/images/bg.png'); background-repeat: repeat-x;"
|
|
39 | 39 |
class="section-front-page" dir="ltr"> |
40 | 40 |
|
41 | 41 |
<table align="center" width="100%" cellpadding="0" cellspacing="0"> |
42 | 42 |
<tr> |
43 |
<td background="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/saeon/images/banner_background_left.jpg"> </td>
|
|
43 |
<td background="<%=STYLE_SKINS_URL%>/saeon/images/banner_background_left.jpg"> </td>
|
|
44 | 44 |
<td height="255" width="760" |
45 |
style="background-image: url('<%=SERVER_URL_WITH_CONTEXT%>/style/skins/saeon/images/logo.jpg'); background-position: top center; background-repeat: no-repeat;">
|
|
45 |
style="background-image: url('<%=STYLE_SKINS_URL%>/saeon/images/logo.jpg'); background-position: top center; background-repeat: no-repeat;">
|
|
46 | 46 |
</td> |
47 |
<td background="<%=SERVER_URL_WITH_CONTEXT%>/style/skins/saeon/images/banner_background_right.jpg"> </td>
|
|
47 |
<td background="<%=STYLE_SKINS_URL%>/saeon/images/banner_background_right.jpg"> </td>
|
|
48 | 48 |
</tr> |
49 | 49 |
</table> |
50 | 50 |
<div id="visual-portal-wrapper"> |
... | ... | |
73 | 73 |
title="Data Repository">Repository</a></li> |
74 | 74 |
<!-- |
75 | 75 |
<li class="plain"> |
76 |
<a href="<%=CGI_PREFIX%>/register-dataset.cgi?cfg=saeon"
|
|
76 |
<a href="<%=CGI_URL%>/register-dataset.cgi?cfg=saeon"
|
|
77 | 77 |
target="_top" |
78 | 78 |
style="background-color: White; font-weight: normal" |
79 | 79 |
title="Register">Register</a></li> |
... | ... | |
102 | 102 |
<h5 class="hiddenStructure">Personal tools</h5> |
103 | 103 |
<ul id="portal-personaltools"> |
104 | 104 |
<li><%=loginHTML %></li> |
105 |
<li><a href="<%=CGI_PREFIX%>/ldapweb.cgi?cfg=saeon" target="_top"> Join </a></li>
|
|
105 |
<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=saeon" target="_top"> Join </a></li>
|
|
106 | 106 |
</ul> |
107 | 107 |
|
108 | 108 |
</body> |
Also available in: Unified diff
Changes to remove ANT tokens for the turnkey install project