|
From: <pe...@us...> - 2003-12-16 21:08:40
|
Update of /cvsroot/neuclear/neuclear-id-sample/src/webapp
In directory sc8-pr-cvs1:/tmp/cvs-serv596/src/webapp
Modified Files:
index.jsp
Log Message:
The Sample Web App is semi stable for now.
Index: index.jsp
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id-sample/src/webapp/index.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.jsp 16 Dec 2003 15:04:31 -0000 1.2
--- index.jsp 16 Dec 2003 21:08:37 -0000 1.3
***************
*** 47,51 ****
<form action="Send" method="GET">
<b>To:</b><br/>
! <input name="to"><br/>
<b>Subject:</b><br/>
<input name="subject" length="80"><br/>
--- 47,51 ----
<form action="Send" method="GET">
<b>To:</b><br/>
! <input name="recipient"><br/>
<b>Subject:</b><br/>
<input name="subject" length="80"><br/>
***************
*** 61,63 ****
</body>
! </html>
\ No newline at end of file
--- 61,63 ----
</body>
! </html>
|