Project

General

Profile

« Previous | Next » 

Revision 3426

save point before refactoring iframes/index page

View differences:

SaeonLogin.jspx
79 79
	<td>
80 80
	
81 81
	<h2>Search for SANParks Data</h2>
82
	
83
	<p class="emphasis">Searching: 
84
		<jsp:scriptlet>
85
			String organizationScope = request.getParameter("organizationScope");
86
			if (organizationScope == null) {
87
				organizationScope = "%";
88
			}
89
			if (!organizationScope.equals("%")) {
90
		</jsp:scriptlet>
91
			<jsp:expression>request.getParameter("organizationScope")</jsp:expression>
92
		<jsp:scriptlet>
93
			}
94
			else {
95
		</jsp:scriptlet>
96
			All Organizations	
97
		<jsp:scriptlet>
98
			}
99
		</jsp:scriptlet>
100
	</p>
101
	
82 102
	<form name="searchform" method="post" action="../../../metacat" target="_top">
83 103
		<jsp:include page="SimpleSearchMetacatPostFields.html" /> 
84 104
		<jsp:element name="input">

Also available in: Unified diff