Removing formPrefix.jsp from gotoIndividual.jsp
This commit is contained in:
parent
7217d65ad7
commit
61fbcd9c58
1 changed files with 5 additions and 7 deletions
|
@ -31,14 +31,12 @@ if( request.getParameter("uri") != null ){
|
||||||
|
|
||||||
<% /* BJL23 put this is in a catch block because it seems to fail ungracefully for
|
<% /* BJL23 put this is in a catch block because it seems to fail ungracefully for
|
||||||
some clones */ %>
|
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>
|
<form>
|
||||||
<input name="uri" type="text" size="200" />
|
<input name="uri" type="text" size="200" />
|
||||||
<input type="submit" value="Lookup Individual for URI"/>
|
<input type="submit" value="Lookup Individual for URI"/>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue