Skip to content
Snippets Groups Projects
Verified Commit 07578e33 authored by David Beniamine's avatar David Beniamine
Browse files

Check RDF

parent e821ac71
Branches
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<textarea class="form-control" name="unl" cols="80" rows="10" style="width: 300px; height: 150px;"></textarea> <textarea class="form-control" name="unl" cols="80" rows="10" style="width: 300px; height: 150px;"></textarea>
<h2>Tell me which output(s) you want</h2> <h2>Tell me which output(s) you want</h2>
<ul> <ul>
<li><label><input type="checkbox" name="outputs" value="rdf">RDF</label></li> <li><label><input type="checkbox" name="outputs" value="rdf" checked>RDF</label></li>
<li><label><input type="checkbox" name="outputs" value="dot" checked>Graph (dot)</label></li> <li><label><input type="checkbox" name="outputs" value="dot" checked>Graph (dot)</label></li>
</ul> </ul>
<button class="btn btn-primary" type="submit">Submit</button> <button class="btn btn-primary" type="submit">Submit</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment