|
@@ -122,15 +122,11 @@
|
|
|
|
|
|
<body>
|
|
|
<div id="viz" style="float:left" onload="draw()"></div>
|
|
|
- <div>
|
|
|
- <h3>Cypher query: </h3>
|
|
|
|
|
|
- <textarea rows="4" cols=50 id="cypher">MATCH (n)-[r:INTERACTS]->(m) RETURN n,r,m</textarea><br>
|
|
|
+ Cypher query: <textarea rows="4" cols=50 id="cypher"></textarea><br>
|
|
|
|
|
|
- <input type="submit" value="Submit" id="reload">
|
|
|
- <input type="submit" value="Stabilize" id="stabilize">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <input type="submit" value="Submit" id="reload">
|
|
|
+ <input type="submit" value="Stabilize" id="stabilize">
|
|
|
</body>
|
|
|
|
|
|
<script>
|