|
From: <pe...@us...> - 2003-12-12 23:45:44
|
Update of /cvsroot/neuclear/neuclear-id/src/webapp
In directory sc8-pr-cvs1:/tmp/cvs-serv8922/src/webapp
Modified Files:
index.jsp
Log Message:
Minor fixes in the web app.
Updated documentation.
Index: index.jsp
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/webapp/index.jsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** index.jsp 18 Nov 2003 00:01:56 -0000 1.11
--- index.jsp 12 Dec 2003 23:45:41 -0000 1.12
***************
*** 22,26 ****
if(!loggedin){
%>
! <form action="/Authorize" method="POST">
<table bgcolor="#FFFFE0"><tr><td valign="top">
<input name="identity" value="<%=(userns!=null)?userns.getName():""%>" type="text" size="30">
--- 22,26 ----
if(!loggedin){
%>
! <form action="Authorize" method="POST">
<table bgcolor="#FFFFE0"><tr><td valign="top">
<input name="identity" value="<%=(userns!=null)?userns.getName():""%>" type="text" size="30">
|