mirror of https://gitee.com/bigwinds/arangodb
open links in new window
This commit is contained in:
parent
a141bd4ce4
commit
1e19664b67
|
@ -404,7 +404,7 @@
|
|||
<form>
|
||||
<input type="text" class="editBox" id="avocshContent"></input><button class="minimal" id="submitAvoc">Ok</button>
|
||||
</form>
|
||||
<a href="http://www.arangodb.org/manuals/UserManual.html">ArangoDB Shell - click for more information</a>
|
||||
<a href="http://www.arangodb.org/manuals/UserManual.html" target="_blank">ArangoDB Shell - click for more information</a>
|
||||
</div>
|
||||
|
||||
<div id="queryView" style="display: none">
|
||||
|
@ -414,7 +414,7 @@
|
|||
<form id="queryForm" method="post" onsubmit="return false">
|
||||
<textarea placeholder="Type in your query..." class="editBox" id="queryContent"></textarea><br>
|
||||
<button class="minimal" id="submitQuery">Execute</button>
|
||||
<a href="http://www.arangodb.org/manuals/Aql.html">ArangoDB Query Language - click for more information</a>
|
||||
<a href="http://www.arangodb.org/manuals/Aql.html" target="_blank">ArangoDB Query Language - click for more information</a>
|
||||
<br></br>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in New Issue