blob: 6e5103a369291336ee1530bd48ac9c2b6b52eaff [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/underscore-min.js"></script>
<script src="{{ STATIC_URL }}/js/backbone-min.js"></script>
<script src="{{ STATIC_URL }}/js/ICanHaz.min.js"></script>
<script src="{{ STATIC_URL }}/js/xos-backbone.js"></script>
<script src="{% static 'xsh/xsh.js' %}"></script>
<script src="{% static 'xsh/object_id.js' %}"></script>
<script src="{% static 'xsh/constants.js' %}"></script>
<script src="{% static 'xsh/utils.js' %}"></script>
<script src="{% static 'xsh/shell_utils.js' %}"></script>
<script src="{% static 'xsh/tokens.js' %}"></script>