Project

General

Profile

« Previous | Next » 

Revision 3428

use jsp page includes rather than a content area iframe for the main content.
this plays better with the left nav and also the default resultset xsl

View differences:

SaeonLogin.jspx
56 56

  
57 57
</head>
58 58
	
59
<body style="background: #FFFFFF;">
59
<body>
60
<!-- <body style="background: #FFFFFF;">-->
60 61
	<div class="templatecontentareaclass">
61 62
		<jsp:useBean id="clientViewBean" scope="session" class="edu.ucsb.nceas.metacat.clientview.ClientView" /> 
62 63
		<jsp:setProperty name="clientViewBean" property="*" /> 
......
158 159
			<span class="regtext"> (request an account...)</span>
159 160
		</a>
160 161
	</h3>
161
	<form name="loginForm" method="post" action="SaeonLogin.jspx"
162
	<form name="loginForm" method="post" action="./"
162 163
		onsubmit="return allowSubmit(this)">
163 164
		<input name="qformat" type="hidden" value="sanparks" />
164 165
	<table>
......
201 202
		Welcome,
202 203
		<jsp:expression>clientViewBean.getUsername()</jsp:expression>  
203 204
	</h3>
204
	<form name="logoutForm" method="post" action="SaeonLogin.jspx">
205
	<form name="logoutForm" method="post" action="./">
205 206
	<input name="qformat" value="sanparks" type="hidden" />
206 207
	<table>
207 208
		<tr valign="top">
......
261 262
	<jsp:scriptlet>
262 263
		if (clientViewHelper.isLoggedIn()) {
263 264
	</jsp:scriptlet>
264
	<form action="SaeonUpload.jspx">
265
	<form action="./upload.jsp" method="post">
265 266
		<input name="action" type="submit" value="Go" class="button_login" />
266 267
	</form>
267 268
	<jsp:scriptlet>

Also available in: Unified diff