Primitive first draft of a dump directive for Freemarker templates.
This commit is contained in:
parent
195c03f9d0
commit
b767a81f76
3 changed files with 94 additions and 20 deletions
|
@ -1,19 +0,0 @@
|
|||
<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>
|
|
@ -23,4 +23,8 @@
|
|||
</#list>
|
||||
</ul>
|
||||
|
||||
<p><strong>Animal:</strong> ${animal}</p>
|
||||
<p><strong>Animal:</strong> ${animal}</p>
|
||||
|
||||
<@dump var="fruit" />
|
||||
<@dump var="urls" />
|
||||
<@dump var="data_model" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue