blob: 65a44da4a279bb9feb3bbb575c02bad9196ac134 [file] [log] [blame]
<div id="terminal">
<p class="response">XSH - The XOS Shell</p>
<br />
<p id="terminal_help1" style="display: none;">type "help" for help</p>
<p id="terminal_help2" style="display: none;">type "tutorial" to start the tutorial</p>
</div>
<link rel="stylesheet" type="text/css" href="{% static 'shell/opencloud_shell.css' %}" media="all">
<script src="{{ STATIC_URL }}/js/vendor/underscore-min.js"></script>
<script src="{{ STATIC_URL }}/js/vendor/backbone-min.js"></script>
<script src="{{ STATIC_URL }}/js/vendor/ICanHaz.min.js"></script>
<script src="{{ STATIC_URL }}/js/xoslib/xos-backbone.js"></script>
<script src="{% static 'js/xsh/xsh.js' %}"></script>
<script src="{% static 'js/xsh/object_id.js' %}"></script>
<script src="{% static 'js/xsh/constants.js' %}"></script>
<script src="{% static 'js/xsh/utils.js' %}"></script>
<script src="{% static 'js/xsh/shell_utils.js' %}"></script>
<script src="{% static 'js/xsh/tokens.js' %}"></script>