From: Brad <bra...@us...> - 2005-10-26 01:15:16
|
Update of /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11715/src/webapp/template Modified Files: UI-header.jsp Log Message: BUGFIX: after ArchivalUrl Query or PathQuery, form at top of page was missing -- the ACTION was relative, now is absolute Index: UI-header.jsp =================================================================== RCS file: /cvsroot/archive-access/archive-access/projects/wayback/src/webapp/template/UI-header.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** UI-header.jsp 20 Oct 2005 00:40:40 -0000 1.1 --- UI-header.jsp 26 Oct 2005 01:15:01 -0000 1.2 *************** *** 44,48 **** <!-- URL FORM --> ! <form action="query" method="GET"> --- 44,48 ---- <!-- URL FORM --> ! <form action="<%= request.getContextPath() %>/query" method="GET"> |