Removing formPrefix.jsp from gotoIndividual.jsp

This commit is contained in:
briancaruso 2011-11-29 21:42:54 +00:00
parent 7217d65ad7
commit 61fbcd9c58

View file

@ -31,14 +31,12 @@ if( request.getParameter("uri") != null ){
<% /* BJL23 put this is in a catch block because it seems to fail ungracefully for
some clones */ %>
<c:catch>
<jsp:include page="/templates/page/freemarkerTransition/identity.jsp" flush="true"/>
<div id="contentwrap">
<jsp:include page="/templates/page/freemarkerTransition/menu.jsp" flush="true"/>
<!-- end of formPrefix.jsp -->
</c:catch>
<form>
<input name="uri" type="text" size="200" />
<input type="submit" value="Lookup Individual for URI"/>
</form>
</form>
</div>
</body>
</html>