Project

General

Profile

« Previous | Next » 

Revision 3431

remove "name" attribute on search buttons to prevent their inclusion in metacat search terms

View differences:

lib/style/skins/sanparks/SaeonLogin.jspx
120 120
		</p>
121 121
			<input name="anyfield" value="" type="text" size="14" />
122 122
			<input name="action" value="query" type="hidden" />  
123
			<input name="search" value="Search" type="submit" /> 
123
			<input value="Search" type="submit" /> 
124 124
		
125 125
	</form>
126 126
	<p class="regtext">
......
141 141
		Browse all existing data sets by title. This operation can be slow.
142 142
		</p>
143 143
		<input name="action" value="query" type="hidden" />
144
		<input name="browse" value="Browse All" type="submit" />
144
		<input value="Browse All" type="submit" />
145 145
	</form>
146 146

  
147 147
	</td>
......
245 245
		}
246 246
	</jsp:scriptlet> 
247 247
	
248
	</td>
249
	
250
	<!-- so the map frame doesn't overlap content -->
251
	<td width="50px"></td>
252
	
253
	</tr>
254
	
255
	<tr>
256
	<td colspan="2">
257
	
258 248
	<!-- File Upload Form --> 
259 249
	<br />
260 250
	<h3>Data Package Upload</h3>
......
262 252
	<jsp:scriptlet>
263 253
		if (clientViewHelper.isLoggedIn()) {
264 254
	</jsp:scriptlet>
265
	<form action="./upload.jsp" method="post">
266
		<input name="action" type="submit" value="Go" class="button_login" />
267
	</form>
255
	<table width="100%">
256
		<tr valign="top">
257
			<td align="right">
258
				<form action="./upload.jsp" method="post">
259
					<input name="action" type="submit" value="Go >" class="button_login" />
260
				</form>
261
			</td>
262
		</tr>
263
	</table>			
268 264
	<jsp:scriptlet>
269 265
		} else {
270 266
	</jsp:scriptlet>
......
283 279
	
284 280
	</tr>
285 281
	
286
	<!--
287 282
	<tr>
288
		<td colspan="3">
289
		<iframe 
283
	<td colspan="2">
284
	
285
	
286
	<!-- Map here --> 
287
	<br />
288
	<h3>Southern Africa</h3>
289
	
290
		<iframe
291
			 
292
			id="mapFrame"
293
			name="mapFrame"
294
			class="mapFrame"
290 295
			width="100%"
291 296
			height="400px"
292 297
			frameborder="0"
293 298
			scrolling="no"
294 299
			src="spatial/pma.html" />
295
		</td>
300
	
301
	</td>
302
	
303
	<!-- so the map frame doesn't overlap content -->
304
	<td width="50px"></td>
305
	
296 306
	</tr>
297
	-->
307
	
298 308
	</table>
299 309
	
300 310
	</div>

Also available in: Unified diff