6e5103a369291336ee1530bd48ac9c2b6b52eaff
[plstackapi.git] / planetstack / core / xoslib / dashboards / xsh.html
1   <div id="terminal">
2     <p class="response">XSH - The XOS Shell</p>
3     <br />
4     <p id="terminal_help1" style="display: none;">type "help" for help</p>
5     <p id="terminal_help2" style="display: none;">type "tutorial" to start the tutorial</p>
6
7   </div>
8   <link rel="stylesheet" type="text/css" href="{% static 'shell/opencloud_shell.css' %}" media="all">
9   <script src="{{ STATIC_URL }}/js/underscore-min.js"></script>
10   <script src="{{ STATIC_URL }}/js/backbone-min.js"></script>
11   <script src="{{ STATIC_URL }}/js/ICanHaz.min.js"></script>
12   <script src="{{ STATIC_URL }}/js/xos-backbone.js"></script>
13   <script src="{% static 'xsh/xsh.js' %}"></script>
14   <script src="{% static 'xsh/object_id.js' %}"></script>
15   <script src="{% static 'xsh/constants.js' %}"></script>
16   <script src="{% static 'xsh/utils.js' %}"></script>
17   <script src="{% static 'xsh/shell_utils.js' %}"></script>
18   <script src="{% static 'xsh/tokens.js' %}"></script>
19
20
21