Project

General

Profile

« Previous | Next » 

Revision 3414

save point with sanparks L+F.
first pass.

View differences:

lib/style/skins/sanparks/SaeonLogin.jspx
11 11
		import="edu.ucsb.nceas.metacat.clientview.ClientHtmlHelper" />
12 12

  
13 13
	<jsp:declaration>
14
        private ClientViewHelper            clientViewHelper = null;
14
        private ClientViewHelper clientViewHelper = null;
15 15
    </jsp:declaration>
16 16

  
17
<html xmlns="http://www.w3.org/1999/xhtml">
18
<head>
17 19

  
18
	<html xmlns="http://www.w3.org/1999/xhtml">
19
	<head>
20

  
21 20
	<script type="text/javascript">
22 21
                
23 22
                function allowSubmit(formObj) {
......
52 51
		}
53 52
    </script>
54 53

  
55
	<title>SANParks - Kruger National Park Data Repository</title>
54
	<title>SANParks - South African National Park Data Repository</title>
56 55
	<link href="sanparks.css" rel="stylesheet" type="text/css" />
57 56

  
58
	</head>
59
	<body>
60
	<div class="templatecontentareaclass"><jsp:useBean
61
		id="clientViewBean" scope="session"
62
		class="edu.ucsb.nceas.metacat.clientview.ClientView" /> <jsp:setProperty
63
		name="clientViewBean" property="*" /> <jsp:scriptlet>
64
                        clientViewHelper = ClientViewHelper.clientViewHelperInstance(request);
65
                        clientViewHelper.clientRequest(request, response);
66
                    </jsp:scriptlet>
57
</head>
58
	
59
<body style="background: #FFFFFF;">
60
	<div class="templatecontentareaclass">
61
		<jsp:useBean id="clientViewBean" scope="session" class="edu.ucsb.nceas.metacat.clientview.ClientView" /> 
62
		<jsp:setProperty name="clientViewBean" property="*" /> 
63
		<jsp:scriptlet>
64
			clientViewHelper = ClientViewHelper.clientViewHelperInstance(request);
65
			clientViewHelper.clientRequest(request, response);
66
        </jsp:scriptlet>
67 67

  
68
	<li>Search for SANParks Data
69
	<form name="searchform" method="post" action="../../../metacat"
70
		target="_top"><jsp:include
71
		page="SimpleSearchMetacatPostFields.html" /> <jsp:element name="input">
72
                                <jsp:attribute name="name">sessionid</jsp:attribute>
73
                                <jsp:attribute name="type">hidden</jsp:attribute>
74
                                <jsp:attribute name="value"><jsp:getProperty
75
				name="clientViewBean" property="sessionid" /></jsp:attribute>
76
                            </jsp:element> <br />
77
	<p class="regtext"><input name="anyfield" value="" type="text"
78
		size="14" /> <input name="action" value="query" type="submit" /> all
79
	fields, including author, title, abstract, keywords, and other
80
	documentation. Use a '%' symbol as a wildcard (e.g., '%biodiversity%').
68
	<table>
69
	<tr valign="top">
70
	<td>
71
	
72
	<h2>Search for SANParks Data</h2>
73
	<form name="searchform" method="post" action="../../../metacat" target="_top">
74
		<jsp:include page="SimpleSearchMetacatPostFields.html" /> 
75
		<jsp:element name="input">
76
			<jsp:attribute name="name">sessionid</jsp:attribute>
77
			<jsp:attribute name="type">hidden</jsp:attribute>
78
			<jsp:attribute name="value">
79
				<jsp:getProperty name="clientViewBean" property="sessionid" />
80
			</jsp:attribute>
81
		</jsp:element> 
82
		<p class="regtext">
83
		Search the data repository using all fields, including author, title, abstract, keywords, and other
84
		documentation. 
85
		Use a '%' symbol as a wildcard (e.g., '%herbivore%') to search more broadly.
86
		</p>
87
			<input name="anyfield" value="" type="text" size="14" /> 
88
			<input name="action" value="query" type="submit" /> 
89
		
90
	</form>
91
	<p class="regtext">
92
	-Or-
81 93
	</p>
82
	</form>
83
	<br />
84
	</li>
85

  
86
	<li>Browse SANParks data sets
87

  
88 94
	<form name="browseform" method="post" action="../../../metacat"
89
		target="_top"><jsp:include
90
		page="SimpleSearchMetacatPostFields.html" /> <input name="anyfield"
91
		type="hidden" value="%" /> <jsp:element name="input">
92
                                <jsp:attribute name="name">sessionid</jsp:attribute>
93
                                <jsp:attribute name="type">hidden</jsp:attribute>
94
                                <jsp:attribute name="value"><jsp:getProperty
95
				name="clientViewBean" property="sessionid" /></jsp:attribute>
96
                            </jsp:element> <br />
97
	<p class="regtext"><input name="action" value="query" type="submit" />
98
	Browse all existing data sets by title. This operation can be slow.</p>
95
		target="_top">
96
		<jsp:include page="SimpleSearchMetacatPostFields.html" /> 
97
		<input name="anyfield" type="hidden" value="%" /> 
98
		<jsp:element name="input">
99
			<jsp:attribute name="name">sessionid</jsp:attribute>
100
			<jsp:attribute name="type">hidden</jsp:attribute>
101
			<jsp:attribute name="value">
102
				<jsp:getProperty name="clientViewBean" property="sessionid" />
103
			</jsp:attribute>
104
		</jsp:element>
105
		<p class="regtext">
106
		Browse all existing data sets by title. This operation can be slow.
107
		</p>
108
		<input name="action" value="Browse All" type="submit" />
99 109
	</form>
100
	<br />
101
	</li>
102 110

  
111
	</td>
112
	<td>
113
	
114
	<!-- Login section -->
103 115
	<jsp:scriptlet>
104
                        if (!clientViewHelper.isLoggedIn()) {
105
                    </jsp:scriptlet>
106
	<li>Login
116
		if (!clientViewHelper.isLoggedIn()) {
117
	</jsp:scriptlet>
118
	
119
	<h3>
120
		Login
121
		<!-- TODO: Config param follows --> 
122
		<a href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi" target="_parent">
123
			<span class="regtext"> (request an account...)</span>
124
		</a>
125
	</h3>
107 126
	<form name="loginForm" method="post" action="SaeonLogin.jspx"
108
		onsubmit="return allowSubmit(this)"><input name="qformat"
109
		type="hidden" value="sanparks" />
127
		onsubmit="return allowSubmit(this)">
128
		<input name="qformat" type="hidden" value="sanparks" />
110 129
	<table>
111
		<tr>
112
			<td><span class="required">User name</span></td>
113
			<td><input name="username" type="text" value=""
114
				style="width: 140" /></td>
115
			<td rowspan="3" class="regtext" align="right" valign="top"
116
				style="width: 160">
117
			<div><!-- TODO: Config param follows --> <a
118
				href="http://localhost:8084/cgiScripts/cgi-bin/ldapweb.cgi"
119
				target="_parent">create a new account</a></div>
130
		<tr valign="top">
131
			<td>
132
				<span class="required">User name</span>	
120 133
			</td>
134
			<td>
135
				<input name="username" type="text" value=""
136
				style="width: 140" />
137
			</td>
121 138
		</tr>
122 139
		<tr>
123 140
			<td><span class="required">Organization</span></td>
......
134 151
				style="width: 140" maxlength="50" /></td>
135 152
		</tr>
136 153
		<tr>
137
			<td colspan="2" align="center"><input name="action"
138
				value="Login" type="submit" class="button_login" /></td>
154
			<td colspan="2" align="center">
155
				<input name="action"
156
				value="Login" type="submit" class="button_login" />
157
			</td>
139 158
		</tr>
140 159
	</table>
141 160
	</form>
161
	
142 162
	<jsp:scriptlet>
143
                            } else {
144
                        </jsp:scriptlet>
163
		} else {
164
	</jsp:scriptlet>
145 165
	<form name="logoutForm" method="post" action="SaeonLogin.jspx">
146 166
	<input name="qformat" value="sanparks" type="hidden" />
147 167
	<table>
......
149 169
			<td>
150 170
			<p class="regtext">Account: <jsp:expression>clientViewBean.getMessage(ClientView.LOGIN_MESSAGE)</jsp:expression></p>
151 171
			</td>
152
			<td rowspan="2" class="regtext" align="right" valign="top"
172
			<td rowspan="2" 
173
				class="regtext" align="right" 
174
				valign="top"
153 175
				style="width: 160">
154
			<div><!-- TODO: Config param follows --> <a
155
				href="http://localhost:8084/cgiScripts/cgi-bin/ldapweb.cgi?stage=resetpass"
156
				target="_parent">reset your password</a></div>
157
			<div><!-- TODO: Config param follows --> <a
158
				href="http://localhost:8084/cgiScripts/cgi-bin/ldapweb.cgi?stage=changepass"
159
				target="_parent">change your password</a></div>
176
				<div>
177
				<!-- TODO: Config param follows --> 
178
				<a
179
					href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi?stage=resetpass"
180
					target="_parent">reset your password</a>
181
				</div>
182
				<div>
183
				<!-- TODO: Config param follows --> <a
184
					href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi?stage=changepass"
185
					target="_parent">change your password</a>
186
				</div>
160 187
			</td>
161 188
		</tr>
162 189
		<tr>
......
166 193
	</table>
167 194
	</form>
168 195
	<jsp:scriptlet>
169
                            }
170
                        </jsp:scriptlet> <!-- File Upload Form --> <br />
196
		}
197
	</jsp:scriptlet> 
198
	
199
	</td>
200
	
201
	<!-- so the map frame doesn't overlap content -->
202
	<td width="50px"></td>
203
	
204
	</tr>
205
	
206
	<tr>
207
	<td colspan="2">
208
	
209
	<!-- File Upload Form --> 
210
	<br />
211
	<h3>Data Package Upload</h3>
212
	
171 213
	<jsp:scriptlet>
172
                            if (clientViewHelper.isLoggedIn()) {
173
                        </jsp:scriptlet>
214
		if (clientViewHelper.isLoggedIn()) {
215
	</jsp:scriptlet>
174 216
	<form action="SaeonUpload.jspx">
175
	<li>Data Package Upload <input name="action" type="submit"
176
		value="Go" class="button_login" /></li>
217
		<input name="action" type="submit" value="Go" class="button_login" />
177 218
	</form>
178 219
	<jsp:scriptlet>
179
                            } else {
180
                        </jsp:scriptlet>
181
	</li>
182
	<li>Data Package Upload <br />
183
	<p class="regtext">You must be logged into your user account before
184
	uploading a data set.</p>
185
	</li>
220
		} else {
221
	</jsp:scriptlet>
222
	
223
	<p class="regtext">
224
		You must be logged into your user account before uploading a data set.
225
	</p>
186 226
	<jsp:scriptlet>
187
                        }
188
                    </jsp:scriptlet>
227
		}
228
	</jsp:scriptlet>
229
	
230
	</td>
231
	
232
	<!-- so the map frame doesn't overlap content -->
233
	<td width="50px"></td>
234
	
235
	</tr>
236
	
237
	<!--
238
	<tr>
239
		<td colspan="3">
240
		<iframe 
241
			width="100%"
242
			height="400px"
243
			frameborder="0"
244
			scrolling="no"
245
			src="spatial/pma.html" />
246
		</td>
247
	</tr>
248
	-->
249
	</table>
250
	
189 251
	</div>
190
	</body>
191
	</html>
252
</body>
253
</html>
192 254
</jsp:root>
lib/style/skins/sanparks/footer.jspx
5 5
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
6 6
    
7 7
    <html>
8
        <body style="background: #7BB865;">
8
    	<head>
9
		   	<title></title>
10
			<link rel="stylesheet" type="text/css" href="sanparks.css"/>
11
		</head>
12
        <body class="footerContent">
9 13
            <p>
10
                This project is a cooperative effort of 
14
                This project is a cooperative effort of
11 15
                <a href="http://www.sanparks.org/">Kruger National Park (KNP)</a> and the 
12 16
                <a href="http://www.nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis (NCEAS)</a>.
13 17
                The Data Repository is based on software developed by the 
lib/style/skins/sanparks/header.jsp
1
<%@ page language="java" %>
1
<%@ page language="java"%>
2 2
<%
3
/*
4
'$RCSfile$'
5
Copyright: 2003 Regents of the University of California and the
6
National Center for Ecological Analysis and Synthesis
7
'$Author$'
8
'$Date$'
9
'$Revision$'
10
 
11
This program is free software; you can redistribute it and/or modify
12
it under the terms of the GNU General Public License as published by
13
the Free Software Foundation; either version 2 of the License, or
14
(at your option) any later version.
15
 
16
This program is distributed in the hope that it will be useful,
17
but WITHOUT ANY WARRANTY; without even the implied warranty of
18
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
GNU General Public License for more details.
20
 
21
You should have received a copy of the GNU General Public License
22
along with this program; if not, write to the Free Software
23
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24
*/
3
	 /*
4
	 '$RCSfile$'
5
	 Copyright: 2003 Regents of the University of California and the
6
	 National Center for Ecological Analysis and Synthesis
7
	 '$Author$'
8
	 '$Date$'
9
	 '$Revision$'
10
	
11
	 This program is free software; you can redistribute it and/or modify
12
	 it under the terms of the GNU General Public License as published by
13
	 the Free Software Foundation; either version 2 of the License, or
14
	 (at your option) any later version.
15
	
16
	 This program is distributed in the hope that it will be useful,
17
	 but WITHOUT ANY WARRANTY; without even the implied warranty of
18
	 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
	 GNU General Public License for more details.
20
	
21
	 You should have received a copy of the GNU General Public License
22
	 along with this program; if not, write to the Free Software
23
	 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24
	 */
25 25
%>
26 26
<%@ include file="../../common/common-settings.jsp"%>
27 27
<!--____________________________max_width____________________________________-->
28 28

  
29 29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
30 30
<html>
31
    <head>
32
        <title>SANParks - South African National Park Data Repository</title>
33
        <link rel="stylesheet" type="text/css" href="sanparks.css"/>
34
    </head>
35
    
36
    <body>
37
        <table width="760" border="0" cellspacing="0" cellpadding="0">
38
            <tr> 
39
                <td width="20%" rowspan="2"> 
40
                    <a href="http://www.sanparks.org/" target="_top"><img src="knp-logo.jpg"></a>
41
                </td>
42
                <td valign="middle" class="title">
43
                    SANParks - Kruger National Park Data Repository
44
                </td>
45
            </tr>
46
            
47
            <tr> 
48
                <td valign="top"> 
49
                    Welcome to the South African National Park Data Repository. This is the primary source for
50
                    comprehensive information about scientific and research data sets collected
51
                    within SANParks.
52
                </td>
53
            </tr>
54
        </table>
55
    </body>
56
</html>
31
<head>
32
<title>SANParks - South African National Park Data Repository</title>
33
<link rel="stylesheet" type="text/css" href="sanparks.css" />
34
</head>
35

  
36
<body>
37
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
38
	<!-- Header -->
39
	<tr style="background: #7BB865;">
40
		<td><a href="http://www.SANParks.org/" title="SANParks.org Home"><img
41
			border="0" src="images/logofade.jpg" alt="SANParks.org Home" /></a>
42
		</td>
43
		<td align="center" nowrap="nowrap" width="100%">
44
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
45
				<tr height="92">
46
					<td colspan="2">
47
						<span
48
						style="font-weight: bold; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 1.6em; color: #124326;">
49
					SANParks - South African National Park Data Repository </span>
50
					</td>
51
				</tr>
52
				<tr valign="bottom" height="20" bgcolor="#124325">
53
					<td nowrap="nowrap"><a href="" class="headermenu">Repository
54
					Home</a></td>
55
					<td nowrap="nowrap"><a href="" class="headermenu">Register
56
					Data</a></td>
57
				</tr>
58
			</table>
59
		</td>
60
		<td valign="bottom" align="right"><img src='images/lilies.jpg' alt='' /></td>
61
	</tr>
62
</table>
63
here
64
</body>
65
</html>
lib/style/skins/sanparks/leftnav.jsp
1

  
2
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
3
<html>
4
<head>
5
<title>SANParks - South African National Park Data Repository</title>
6
<link rel="stylesheet" type="text/css" href="sanparks.css" />
7
</head>
8

  
9
<body>
10
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
11
	<!-- Left Nav -->
12
	<tr class="leftnav" valign="top">
13
		<td class="headermenu">Parks A-Z</td>
14
	</tr>
15
	<tr class="leftnav" valign="top">
16
		<td>
17
			Narrow your search
18
			<form>
19
				<select>
20
					<option>All SANParks</option>
21
					<option>Kruger National Park</option>
22
					<option>SAEON Nodes</option>
23
				</select>
24
			</form>
25
		</td>
26
	</tr>
27
</table>
28
</body>
29
</html>
0 30

  
lib/style/skins/sanparks/spatial/pma.html
156 156
<!--
157 157
 <body onload="document.location='/wms/GetCapabilities'">
158 158
 -->
159
<body onload="mbDoLoad()" style="background: #7BB865;">
159
<body onload="mbDoLoad()" style="background: #FFFFFF;">
160 160

  
161 161
<div id="mapContainer">
162 162

  
163
<table border="0" cellpadding="0" cellspacing="0">
163
<table border="0" cellpadding="0" cellspacing="0" style="background: #FFFFFF;">
164 164
	<tr>
165
    <td style="border-width:0;">
166
		<div id="mapControl">
167
			<div id="mapControlShow" style="display:none"><a href="#" onclick="show_map();return false;">&nbsp;</a></div>
168
			<div id="mapControlHide"><a href="#" onclick="hide_map();return false;">&nbsp;</a></div>
169
		</div>
170
    </td>
171
    <td valign="top">
172
		<table border="0" style="border: 1px solid #525d76;">
173
			<tr>
174
                        <!-- <td colspan="2" id="mainMapPane" style="background-color: white;" /> -->
175
                        <td colspan="2">
176
                          <div id="mainMapPane" style="background-color:white;" />
177
                          <div id="loading">
178
                           <p> Loading Map
179
                            <img src="../../../../spatial/mapbuilder/lib/skin/default/images/Loading.gif"/>
180
                           </p>
181
                         </div>
182
                        </td>
183

  
184
			</tr>
185
			<tr align="left">
186
				<td>
187

  
188
				<table border="0">
189
				  <tr>
190
					<!--<td align="center" id="mapScaleText"/>
191
							<td colspan="1"></td>
192
					<td align="center" id="cursorTrack" />-->
193
				  </tr>
194
						<tr> <td id="locatorMap" style="display:none"/> </tr>
195
						<tr> <td id="mainButtonBar" />  </tr>
196
						<tr> <td id="legend" valign="top"/> </tr> 
197
						<tr> <td colspan="3" id="featureList" /> </tr>
198
				</table>
199

  
200
				</td>
201
			</tr>
202
      
203
		</table>
165
	    <td style="border-width:0; 	background: #CFE2CF;">
166
			<div id="mapControl">
167
				<div id="mapControlShow" style="display:none"><a href="#" onclick="show_map();return false;">&nbsp;</a></div>
168
				<div id="mapControlHide"><a href="#" onclick="hide_map();return false;">&nbsp;</a></div>
169
			</div>
170
	    </td>
171
	    <td valign="top">
172
			<table border="0" style="border: 1px solid #525d76;">
173
				<tr>
174
					<!-- <td colspan="2" id="mainMapPane" style="background-color: white;" /> -->
175
					<td colspan="2">
176
					  <div id="mainMapPane" style="background-color:white;" />
177
					  <div id="loading">
178
					   <p> Loading Map
179
					    <img src="../../../../spatial/mapbuilder/lib/skin/default/images/Loading.gif"/>
180
					   </p>
181
					 </div>
182
					</td>
183
				</tr>
184
				<tr align="left">
185
					<td>
186
						<table border="0">
187
							<tr>
188
							<!--<td align="center" id="mapScaleText"/>
189
									<td colspan="1"></td>
190
							<td align="center" id="cursorTrack" />-->
191
							</tr>
192
							<tr> <td id="locatorMap" style="display:none"/> </tr>
193
							<tr> <td id="mainButtonBar" />  </tr>
194
							<tr> <td id="legend" valign="top"/> </tr> 
195
							<tr> <td colspan="3" id="featureList" /> </tr>
196
						</table>
197
					</td>
198
				</tr>
199
			</table>
204 200
		</td>
205 201
	</tr>
206 202
</table>
lib/style/skins/sanparks/sanparks.js
93 93
var SEARCHBOX_URL = "";  //= "searchform.html"
94 94

  
95 95
//  Location of the header that will be displayed at the top of the page
96
var LEFTCOL_URL = "";
96
var LEFTCOL_URL = "@style-skins-path@/sanparks/leftnav.jsp";
97 97
  
98 98
//  Location of the header that will be displayed at the top of the page
99 99
var RIGHTCOL_URL = "@style-skins-path@/sanparks/spatial/pma.html";
100
  
100
//var RIGHTCOL_URL = "";
101

  
101 102
//  Location of the header that will be displayed at the top of the page
102
var FOOTER_URL = "@style-skins-path@/sanparks/footer.html";
103
var FOOTER_URL = "@style-skins-path@/sanparks/footer.jspx";
103 104
  
104
var LOGINBOX_URL = "SaeonLogin.jspx";
105
var LOGINBOX_URL = "@style-skins-path@/sanparks/SaeonLogin.jspx";
105 106

  
106 107

  
107 108

  
lib/style/skins/sanparks/sanparks.css
45 45
 *  container frame, *NOT* to the document within it!
46 46
 */  
47 47
.iframeheaderclass {
48
  height:   120px; 
49
  width:    98%;
48
  height:   112px; 
49
  min-width:775px;
50
  width:expression(document.body.clientWidth < 775? "775px": "auto" );
50 51
  border:   0px;
51
  margin:   10px;
52
  margin-top:	0px;
52 53
}
53 54

  
54 55
.iframeloginboxclass {
55
    height:   600px; 
56
    width:    95%;
56
    height:   712px;
57
    /*width:600px;*/
58
    min-width:600px;
59
  	width:expression(document.body.clientWidth < 600? "600px": "auto" );
57 60
    border:   0px;
58
    margin:   10px;
59
  vertical-align: top;
61
	vertical-align: top;
62
	text-align: left;
60 63
}
61 64

  
62 65

  
63 66
.iframesearchboxclass { /* not used */ }
64
.iframeleftcolclass  { /* not used */ }
65 67

  
68
.iframeleftcolclass  { 
69
    height:	712px;
70
	width:	175px;
71
}
72

  
66 73
.iframefooterclass   {
67
  height:   130px; 
68
  width:    98%;
74
  height:   150px; 
75
  width:	100%;
69 76
  border:   0px;
70
  margin:   10px;
77
  background: #124325;
78
  color: #FFFFFF;
71 79
}
72 80

  
73
.iframerightcolclass   { /* not used */ }
81
.iframerightcolclass   { 
82
	background: #FFFFFF;
83
}
74 84

  
75 85
td.mapColumn {
76 86
  vertical-align: top;
77 87
}
78 88

  
79
#mapFrame { 
80
    height: 59em;
81
    border-width: 0px;
89
.mapFrame { 
90
    /*height: 59em;*/
91
    height: 712px;
92
    width: 290px;
82 93
	vertical-align: top;
94
	background: #FFFFFF;
83 95
}
84 96

  
85
#mapFrame {
86
	/* IE5.5+/Win */
87
	/*
88
	position: absolute;
89
	right: expression( (0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px');
90
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
91
    width: 80px;
92
		   */
93
}
94

  
95 97
body > table td #mapFrame {
96 98
	/* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
97 99
    width: 290px;
98 100
}
99 101

  
102
/**
103
 *  create a left margin for the document
104
 */
100 105

  
106
/**
107
* These are new classes adapted from sanparks L+F
108
**/
109
body {
110
	margin: 0;
111
	padding: 0;
112
	background: #B6BCB8 url("images/bg_strip.jpg") bottom left fixed repeat-x;
113
	color: #000;
114
	height: 100%;
115
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
116
}
117
 
118
.headermenu {
119
	background: #124325;
120
	height: 20px;
121
	color: #FFFFFF;
122
	text-decoration: none;
123
	font-weight: bold;
124
	text-align: center;
125
}	
101 126

  
127
.leftnav {
128
	width: 175px;
129
	margin: 0px auto;
130
	text-align: center;
131
	background: #fff url("images/navstrip.jpg") left 0px repeat-y;
132
	color: #FFFFFF;
133
}
102 134

  
135
h1 {
136
	text-align: left;
137
	font-family: "Helvetica", "Trebuchet MS", "Verdana", "Arial", sans-serif;
138
	font-size: 1.9em;
139
	padding: 0px 0px 12px 0px;
140
	margin: 0;
141
	padding-top: 6px;
142
	color: #f30;
143
}
103 144

  
145
h2 {
146
	text-align: left;
147
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Arial", sans-serif;
148
	font-size: 1.4em;
149
	padding: 0px 0px 10px 0px;
150
	margin: 0;
151
	color: #f30;
152
}
104 153

  
105
/**
106
 *  create a left margin for the document
107
 */
108

  
109
body { 
110
        margin-left: 1%; 
111
        margin-right: 1%; 
112
        background: #90EE90;
113
        color: black;
154
h3 {
155
	text-align:	left;
156
	color: #124325;
157
	background: #CFE2CF;
158
	font-size: 1.2em;
159
	border: 1px solid #124325;
160
	display: block;
161
	padding: 3px 10px;
162
	margin:10px 0 10px 0;
114 163
}
115 164

  
116 165
/**
117 166
 *  set the size and alignment etc of the top-level layout table
118 167
 */  
119 168
.templatetableclass {
120
  width:   90%; 
169
  width:   95%; 
121 170
  border:   0px;
122 171
  padding:  0px;
123
  margin:   0px;
172
  margin-left:   20px;
173
  margin-right:   20px;
124 174
}
125 175

  
126 176

  
......
128 178
 *  set the style of the main content area and its contents
129 179
 */ 
130 180
.templatecontentareaclass {
131
  border:  #90EE90 solid 10px;
132
  padding: 5px;
133
  margin: 0px;
134
  background: #F5F5F5;
135
  color: black;
181
	vertical-align: top;
182
  	padding: 0px;
183
  	margin: 0px;
184
	background:	#FFFFFF;
185
	color: black;
136 186
}
137 187

  
138 188

  
......
144 194
 *  the iframe within it!
145 195
 */  
146 196
.templateheaderrowclass {
147
  height:   155px; 
197
  height:   112px; 
148 198
/*
149 199
  no width allowed - uses same width as table class
150 200
*/
......
156 206

  
157 207
.templateleftcolclass {
158 208
  height:   100%; 
159
  width:    0px;
209
  width:    175px;
160 210
  border:   0px;
161 211
  padding:  0px;
162 212
  margin:   0px;
213
  vertical-align: top;
163 214
}
164 215

  
165 216

  
......
182 233
  margin:   0px;
183 234
}
184 235

  
185

  
186 236
/**
187 237
 *  these override styles imported from eml css 
188
 */
189

  
190

  
191
	 
238
 */	 
192 239
.sectionnames{
193 240
    font-weight: bold;
194 241
    font-size: 16px;
......
278 325
    color: #096B79;
279 326
    font-weight: bold;
280 327
    font-size: 12px; 
281
    text-decoration: underline; }
328
    text-decoration: none; }
282 329
    
283 330
a:hover {
284 331
    color: #ECCE00;
......
303 350
/**
304 351
 *  these are used only in the registry skins
305 352
 */
306

  
307 353
 
308
 
309
 
310 354
p.searchbox {
311 355
    color: #096B79;
312 356
    font-weight: bold;
......
334 378
}
335 379

  
336 380
.required {
337
    font-weight: bold;
381
    font-weight: normal;
382
    font-style: italic;
338 383
    color: #b00000;
339 384
}
340 385

  
......
458 503
        margin-left: 0px;
459 504
        margin-right: 15px;
460 505
        margin-top: 15px;
461
        background: #90EE90;
462
        color: black;
506
        background: #124325;
507
        color: #FFFFFF;
463 508
}

Also available in: Unified diff