/Plugins/GraphDS/Services/Implementations/RESTService/resources/WebShell/WebShell.html

http://github.com/sones/sones · HTML · 82 lines · 64 code · 18 blank · 0 comment · 0 complexity · 4597c82014b98ba1d63f68d31c8b59cc MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>sones GraphDB 2.1-prerelease WebShell</title>
  5. <meta name="description" content="The sones WebShell is a tool to view the results of a graph query" />
  6. <meta name="keywords" content="sones, graphdb, webshell" />
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <link rel="stylesheet" type ="text/css" href="/resources/WebShell/WebShell.css" />
  9. <script type="text/javascript" src="/resources/libs/jQuery/jquery-1.6.2.min.js"></script>
  10. <script type="text/javascript" src="/resources/libs/jQuery/jquery.url.parser.js"></script>
  11. <script type="text/javascript" src="/resources/libs/jQuery/jquery.urlencode.js"></script>
  12. <script type="text/javascript" src="/resources/libs/jQuery/jquery.base64.js"></script>
  13. <script type="text/javascript" src="/resources/WebShell/WebShell.js"></script>
  14. <script type="text/javascript" src="/resources/WebShell/goosh.js"></script>
  15. <script type="text/javascript">
  16. var goosh = new Object();
  17. var WebShell = InitGoosh(goosh);
  18. if (typeof window.addEventListener !== 'undefined')
  19. {
  20. window.addEventListener('load', WebShell.onload, false);
  21. }
  22. else if (typeof window.attachEvent !== 'undefined')
  23. {
  24. window.attachEvent('onload', WebShell.onload);
  25. }
  26. </script>
  27. </head>
  28. <body id="body">
  29. <div id="frame">
  30. <div id="header">
  31. <span class='less'>| <a href="http://developers.sones.de/wiki/" target="_blank">Documentation</a> | <a href="http://jira.sones.de" target="_blank">Bugtracking</a> | <a href="http://forum.sones.de" target="_blank">Forum</a> | - <div id='ddate' class='ddate'></div></span><br/>
  32. </div>
  33. <div id="output">
  34. <p></p>
  35. This WebShell is a unix-like shell to run ad-hoc GraphQL queries on sones GraphDB.<br />
  36. <p></p>
  37. Please refer to the <a href="http://developers.sones.de/wiki/" target="_blank">documentation</a> for further information. <br />
  38. If you find a bug please use our <a href="http://jira.sones.de" target="_blank">bugtracking tool</a> to report it. <br />
  39. To discuss with other users please refer to our <a href="http://forum.sones.de" target="_blank">forum</a>
  40. <p></p>
  41. Enter <span class='info'>help</span> or <span class='info'>h</span> for a list of commands.
  42. <p></p>
  43. </div>
  44. <div id="input">
  45. <form name='f' onsubmit='return false;' class='cmdline' action=''>
  46. <table class="commandline">
  47. <tr>
  48. <td class="prompt">
  49. <div id='prompt' class='less'></div>
  50. </td>
  51. <td class="cmdline">
  52. <input id='inputfield' name='q' type='text' class='cmdline' autocomplete='off' value="" />
  53. </td>
  54. </tr>
  55. </table>
  56. </form>
  57. </div>
  58. <div id="footer">
  59. sones webshell is based on <a href="http://www.goosh.org" target="_blank">goosh.org</a> and <a href="http://jquery.com/" target="_blank">JQuery</a><br />
  60. &copy; 2007-2011 sones GmbH | <a href = "http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22.29 target="_blank"">New BSD License</a>
  61. </div>
  62. </div>
  63. </body>
  64. </html>