NIHVIVO-1521 Ajax controllers now extend VitroAjaxController rather than FreemarkerHttpServlet.

This commit is contained in:
rjy7 2011-03-03 21:03:37 +00:00
parent a38a81b2e6
commit c5b06b5379
6 changed files with 42 additions and 152 deletions

View file

@ -1,26 +0,0 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<div>
<form method="POST">
Additions:<br />
<textarea name="additions"></textarea>
<br /><br />
Retractions:<br />
<textarea name="retractions"></textarea>
<br /><br />
<div>
N3<input type="radio" name="rdfFormat" value="N3"/>
TURTLE<input type="radio" name="rdfFormat" value="TURTLE"/>
RDF/XML<input type="radio" name="rdfFormat" value="RDF/XML"/>
</div>
<input type="submit"/>
</form>
</div>