vitro/webapp/web/templates/freemarker/body/primitiveRdfEdit.ftl

21 lines
448 B
Text
Raw Normal View History

2010-06-21 19:14:25 +00:00
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<div>
<form method="POST">
additions:
<textarea name="additions"></textarea>
retractions:
<textarea name="retractions"></textarea>
<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>