-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
181 lines (164 loc) · 8.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>StackStudio</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/images/favicon/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon" href="/images/favicon/favicon.ico" type="image/x-icon" />
<link href="css/bootstrap-new.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" >
<link href="css/dataTables.bootstrap.css" rel="stylesheet">
<script src="//cdnjs.cloudflare.com/ajax/libs/spin.js/1.2.7/spin.min.js"></script>
<!-- {%PROD >
<link rel="stylesheet" type="text/css" href="css/main.css" />
<! %} -->
<!-- For local debug {%DEV -->
<link rel="stylesheet/less" type="text/css" href="css/main.less" />
<!-- %} -->
<script type="text/javascript"></script>
<!-- {%PROD -->
<!-- %} -->
<!-- For local debug {%DEV -->
<script src="js/vendor/less-1.3.1.min.js" type="text/javascript"></script>
<!-- %} -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body class="">
<div id="wrapper">
<!-- Sidebar -->
<nav class="navbar navbar-fixed-top" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar">x</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/images/TranscendLogos/StackStudioLogo_SML.png" height="40" width="160" alt="StackStudio"/></a>
<a class="toggle-nav btn btn-default pull-left" href="#">
<i class="fa fa-bars"></i>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav side-nav main-nav">
<li><a href="/"><i class="fa fa-dashboard"></i> <span>Dashboard</span></a></li>
<li><a href="#images" id="images_nav"><i class="fa fa-compress"></i> <span>Packed Images</span></a></li>
<li><a href="#platform_components" id="platform_nav"><i class="fa fa-puzzle-piece"></i> <span>Platform Components</span></a></li>
<li><a href="#assemblies" id="assemblies_nav"><i class="fa fa-gift"></i> <span>Assemblies</span></a></li>
<li><a href="#stacks" id="stacks_nav"><i class="fa fa-music"></i> <span>Stacks</span></a></li>
<li><a href="#offerings" id="offerings_nav"><i class="fa fa-share-square"></i> <span>Offerings</span></a></li>
<li><a href="#resources" id="resources_nav"><i class="fa fa-cloud"></i> <span>Cloud Management</span></a></li>
</ul>
<ul id="navLogin" class="nav navbar-nav navbar-right navbar-user"></ul>
<!--a href="#" class="btn btn-primary btn-large">Test <i class="icon-white icon-chevron-right"></i></a>
<a href="#" class="btn btn-success btn-large">Run <i class="icon-white icon-chevron-right"></i></a -->
<ul class="nav navbar-nav navbar-modes">
<li class="">
<div class="btn-group" data-toggle="buttons">
<label class="btn btn-info">
<input type="radio" name="mode" id="dev">Design <i class="fa fa-chevron-right"></i>
</label>
<label class="btn btn-primary">
<input type="radio" name="mode" id="test">Validate <i class="fa fa-chevron-right"></i>
</label>
<label class="btn btn-success">
<input type="radio" name="mode" id="prod">Deploy <i class="fa fa-chevron-right"></i>
</label>
</div>
</li>
<!-- another option for user account/logout -->
<li class="dropdown user-dropdown">
<!--
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> John Smith <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#"><i class="fa fa-user"></i> Profile</a></li>
<li><a href="#"><i class="fa fa-envelope"></i> Inbox <span class="badge">7</span></a></li>
<li><a href="#"><i class="fa fa-gear"></i> Settings</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-power-off"></i> Log Out</a></li>
</ul> -->
</li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<div id="page-wrapper">
<div id="app_container" class="">
<!-- Sidebar content -->
<section id="sidebar"></section>
<!-- Main content -->
<section id="main">
<div id="loading_content"></div>
</section>
</div>
</div><!-- /#page-wrapper -->
<div id="prefooter"></div>
<footer class="">
<p>
Copyright © 2012-2013 - <a href="http://www.transcendcomputing.com">Transcend Computing</a>
</p>
</footer>
<script>
var opts = {
lines: 13, // The number of lines to draw
length: 20, // The length of each line
width: 10, // The line thickness
radius: 30, // The radius of the inner circle
corners: 1, // Corner roundness (0..1)
rotate: 0, // The rotation offset
direction: 1, // 1: clockwise, -1: counterclockwise
color: '#000', // #rgb or #rrggbb
speed: 1, // Rounds per second
trail: 60, // Afterglow percentage
shadow: false, // Whether to render a shadow
hwaccel: false, // Whether to use hardware acceleration
className: 'spinner', // The CSS class to assign to the spinner
zIndex: 2e9, // The z-index (defaults to 2000000000)
top: 'auto', // Top position relative to parent in px
left: 'auto' // Left position relative to parent in px
};
var target = document.getElementById('loading_content');
var spinner = new Spinner(opts).spin(target);
</script>
<!-- {%PROD >
<script data-main="js/main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.5/require.min.js
"></script>
<! %} -->
<!-- For local debug {%DEV -->
<script data-main="js/main.js" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.5/require.min.js
"></script>
<!-- %} -->
<section id="console_area">
<div id="command_area">
<div id="cloud_console"></div>
<div id="cloud_cmd_wrap" class="terminal"><div id="cloud_cmd"></div></div>
</div>
<div id="console_controls"><button id="con_options">Options</button>
<ul id="con_menu">
<li><a class="con_clear" href="#">Clear</a></li>
<li>
<a href="#">Send Commands To...</a>
<ul>
<li><a class="export_to" href="#">Cloud Formation Template</a></li>
<li><a class="export_to" href="#">Ruby Cloud Template</a></li>
<li><a class="export_to" href="#">Java Cloud Template</a></li>
</ul>
</li>
</ul>
<button id="con_expand">Expand</button></div>
</section>
<script type="text/html" id="alert">
<div class="{{ type }} message">
<h3>{{ title }}</h3>
<p>{{ message }}</p>
</div>
</script>
</body>
</html>