shell, wip
diff --git a/planetstack/core/dashboard/shell/shell.html b/planetstack/core/dashboard/shell/shell.html
index 416bbd5..968ef99 100644
--- a/planetstack/core/dashboard/shell/shell.html
+++ b/planetstack/core/dashboard/shell/shell.html
@@ -1,17 +1,19 @@
<div id="terminal">
<p class="response">OpenCloud Shell</p>
<br />
- <p>type "help" for help</p>
- <p>type "tutorial" to start the tutorial</p>
+ <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>
+ <p id="terminal_wait">Please wait while we talk to the OpenCloud server...</p>
</div>
- <link rel="stylesheet" type="text/css" href="{% static 'opencloud_shell.css' %}" media="all">
- <script src="{% static 'opencloud_shell.js' %}"></script>
- <script src="{% static 'object_id.js' %}"></script>
- <script src="{% static 'constants.js' %}"></script>
- <script src="{% static 'utils.js' %}"></script>
- <script src="{% static 'shell_utils.js' %}"></script>
- <script src="{% static 'tokens.js' %}"></script>
+ <link rel="stylesheet" type="text/css" href="{% static 'shell/opencloud_shell.css' %}" media="all">
+ <script src="{% static 'shell/opencloud.js' %}"></script>
+ <script src="{% static 'shell/opencloud_shell.js' %}"></script>
+ <script src="{% static 'shell/object_id.js' %}"></script>
+ <script src="{% static 'shell/constants.js' %}"></script>
+ <script src="{% static 'shell/utils.js' %}"></script>
+ <script src="{% static 'shell/shell_utils.js' %}"></script>
+ <script src="{% static 'shell/tokens.js' %}"></script>
<!-- script type="text/javascript" src="js/jquery-1.3.2.min.js"></script-->