Make sparql query form post (for longer queries)
This commit is contained in:
parent
a610e0ed25
commit
bda7c41309
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<div id="content" class="sparqlform">
|
<div id="content" class="sparqlform">
|
||||||
<h2>SPARQL Query</h2>
|
<h2>SPARQL Query</h2>
|
||||||
<form action='${submitUrl}' method="get">
|
<form action='${submitUrl}?posted' method="post">
|
||||||
<h3>Query:</h3>
|
<h3>Query:</h3>
|
||||||
|
|
||||||
<textarea name='query' rows='30' cols='100' class="span-23 maxWidth" id="query-area">${sampleQuery}</textarea>
|
<textarea name='query' rows='30' cols='100' class="span-23 maxWidth" id="query-area">${sampleQuery}</textarea>
|
||||||
|
|
Loading…
Add table
Reference in a new issue