Project

General

Profile

« Previous | Next » 

Revision 3415

add KNP copy (reworded for SANParks)

View differences:

lib/style/skins/sanparks/SaeonLogin.jspx
66 66
        </jsp:scriptlet>
67 67

  
68 68
	<table>
69
	<tr>
70
		<td colspan="3">
71
			<p class="regtext">
72
			Welcome to the SANParks Data Repository. 
73
			This is the primary source for comprehensive information about scientific 
74
			and research data sets collected throughout the South African National Park System.
75
			</p>
76
		</td>
77
	</tr>
69 78
	<tr valign="top">
70 79
	<td>
71 80
	
......
80 89
			</jsp:attribute>
81 90
		</jsp:element> 
82 91
		<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.
92
		The repository search system is used to locate data sets of interest by 
93
		searching through existing registered data sets. 
94
		Presently the search covers all fields, including author, title, abstract, 
95
		keywords, and other documentation for each data set. 
96
		<br />
97
		Use a '%' symbol as a wildcard in searches (e.g., '%herbivore%' 
98
		would locate any phrase with the word herbivore embedded within it).
86 99
		</p>
87 100
			<input name="anyfield" value="" type="text" size="14" /> 
88
			<input name="action" value="query" type="submit" /> 
101
			<input name="action" value="Search" type="submit" /> 
89 102
		
90 103
	</form>
91 104
	<p class="regtext">
lib/style/skins/sanparks/header.jsp
44 44
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
45 45
				<tr height="92">
46 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>
47
						<span class="headertitle">
48
							SANParks
49
							<br/>
50
							South African National Park Data Repository
51
						</span>
50 52
					</td>
51 53
				</tr>
52 54
				<tr valign="bottom" height="20" bgcolor="#124325">
lib/style/skins/sanparks/sanparks.css
114 114
	height: 100%;
115 115
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
116 116
}
117

  
118
.headertitle {
119
	font-weight: bold; 
120
	font-family: Helvetica, Verdana, Arial, sans-serif; 
121
	font-size: 1.6em; 
122
	color: #124326;"
123
	padding-left: 10px;
124
}
117 125
 
118 126
.headermenu {
119 127
	background: #124325;
......
122 130
	text-decoration: none;
123 131
	font-weight: bold;
124 132
	text-align: center;
133
	padding-left: 10px;
125 134
}	
126 135

  
127 136
.leftnav {

Also available in: Unified diff