Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / home.html @ 0c2166b9

History | View | Annotate | Download (30.7 kB)

1
<!doctype html>
2
<html>
3

    
4
{% load i18n %}
5
<head>
6
    <title>{{ BRANDING_SERVICE_NAME }}</title>
7
    
8
    <!--<meta http-equiv="X-UA-Compatible" content="IE=7">-->
9
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
10

    
11
    <link href="https://fonts.googleapis.com/css?family=Ubuntu&subset=latin,greek" rel="stylesheet" type="text/css" >
12
    <link href='https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,greek' rel='stylesheet' type='text/css'>
13

    
14
    <link rel="shortcut icon" href="{{ BRANDING_FAVICON_URL }}" />
15

    
16
    {% comment %}
17
    <script type="text/javascript" src="{% url javascript_catalog %}"></script> 
18
    {% endcomment %}
19

    
20
    <link rel="stylesheet" type="text/css" href="{{ SYNNEFO_CSS_URL }}main.css"/>
21

    
22
    <!--[if IE]>
23
        <style type="text/css" media="all">@import url({{ SYNNEFO_CSS_URL }}ie.css);</style>
24
    <![endif]-->
25
    <!--[if (lte IE 8)]>
26
        <style type="text/css" media="all">@import url({{ SYNNEFO_CSS_URL }}ie8.css);</style>
27
    <![endif]-->
28
    <!--[if (lte IE 7)]>
29
        <style type="text/css" media="all">@import url({{ SYNNEFO_CSS_URL }}ie7.css);</style>
30
    <![endif]-->
31

    
32
    <script src="{{ SYNNEFO_JS_LIB_URL }}jquery-1.7.2.js"></script>
33
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.cookie.js"></script>
34
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.client.js"></script>
35
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.tools.min.js"></script>
36
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.dataTables.min.js"></script>
37
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.pagination.js"></script>
38
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.zclip.js"></script>
39
    <script src="{{ SYNNEFO_JS_LIB_URL}}jquery.base64.js"></script>
40

    
41

    
42
    <script src="{{ SYNNEFO_JS_LIB_URL}}underscore.js"></script>
43
    <script src="{{ SYNNEFO_JS_LIB_URL}}underscore.string.js"></script>
44
    <script src="{{ SYNNEFO_JS_LIB_URL}}backbone.js"></script>
45
    <script src="{{ SYNNEFO_JS_LIB_URL}}json2.js"></script>
46
    <script src="{{ SYNNEFO_JS_LIB_URL}}stacktrace.js"></script>
47

    
48
    <!--[if (lt IE 7)]>
49
        <script src="{{ SYNNEFO_JS_LIB_URL }}selectivizr.js"></script>
50
    <! [endif] -->
51

    
52
    <!--[if IE]>
53
        <script src="{{ SYNNEFO_JS_URL }}ui/ie_fixes.js"></script>
54
    <![endif]-->
55
    
56
    <script src="{{ SYNNEFO_JS_URL }}utils.js"></script>
57
    <script src="{{ SYNNEFO_JS_URL }}auth.js"></script>
58
    <script src="{{ SYNNEFO_JS_URL }}quota.js"></script>
59
    <script src="{{ SYNNEFO_JS_URL }}sync.js"></script>
60
    <script src="{{ SYNNEFO_JS_URL }}models.js"></script>
61
    <script src="{{ SYNNEFO_JS_URL }}glance_models.js"></script>
62
    <script src="{{ SYNNEFO_JS_URL }}views.js"></script>
63

    
64
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_vms_base_view.js"></script>
65
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_model_views.js"></script>
66
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_error_view.js"></script>
67
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_icon_view.js"></script>
68
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_single_view.js"></script>
69
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_list_view.js"></script>
70
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_networks_view.js"></script>
71
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_disks_view.js"></script>
72
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_metadata_view.js"></script>
73
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_feedback_view.js"></script>
74
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_create_view.js"></script>
75
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_connect_view.js"></script>
76
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_public_keys_view.js"></script>
77
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_custom_images.js"></script>
78

    
79
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_router.js"></script>
80
    <script src="{{ SYNNEFO_JS_WEB_URL }}ui_main_view.js"></script>
81

    
82
    <!-- the following views require refactor -->
83
    <script src="{{ SYNNEFO_JS_URL }}synnefo.js"></script>
84
    <script>
85
        tmp_auth_client = new synnefo.auth.AstakosClient({
86
            cookie_name: '{{ auth_cookie_name }}',
87
            login_url: '{{ login_redirect }}'
88
        });
89
        if (!tmp_auth_client.get_token()) { tmp_auth_client.redirect_to_login(); }
90
    </script>
91
    {{ CLOUDBAR_CODE }}
92
    
93
    <script>
94
        // empty object for console to avoid errors in browsers that don't support it
95
        if (!window.console) {window.console = {}; window.console.log = window.console.info = window.console.debug =
96
            window.console.error = function() {}};
97
        
98
        //populate available image icons array
99
        var os_icons = {{image_icons|safe}};
100
        
101
        // timeout value from settings.py
102
        var TIMEOUT = {{ timeout }};
103
        var TIMEOUTS_OCCURED = 0;
104
        var SKIP_TIMEOUTS = {{ skip_timeouts }};
105
        var UPDATE_INTERVAL = {{ update_interval }};
106
        var APP_DEBUG = {% if DEBUG %}true{% else %}false{% endif %};
107
        var API_OVERLAY_TITLE = "{% trans "API access" %}";
108
        var API_OVERLAY_SUBCONTENT = "{% blocktrans %}The API key provides full access to your <em>{{ BRANDING_SERVICE_NAME}}</em> account, so always keep it private.{% endblocktrans %}";
109

110
        STATE_TEXTS = {
111
            'UNKNOWN': '{% trans "Unknown" %}',
112
            'BUILD':  '{% trans "Building..." %}',
113
            'FIREWALL':  '{% trans "Firewall change..." %}',
114
            'REBOOT': '{% trans "Rebooting..." %}',
115
            'STOPPED':'{% trans "Stopped" %}',
116
            'ACTIVE': '{% trans "Running" %}',
117
            'ERROR':  '{% trans "Error" %}',
118
            'DELETE': '',
119
            'DESTROY': '{% trans "Destroying..." %}',
120
            'BUILD_INIT':  '{% trans "Building..." %}',
121
            'BUILD_COPY':  '{% trans "Building..." %}',
122
            'BUILD_FINAL':  '{% trans "Building..." %}',
123
            'SHUTDOWN': '{% trans "Shutting down..." %}',
124
            'START': '{% trans "Starting..." %}',
125
            'CONNECT': '{% trans "Connecting..." %}',
126
            'DISCONNECT': '{% trans "Disconnecting..." %}'
127
        }
128

129

130

131
        // building statuses
132
        var BUILDING_MESSAGES = {
133
            'INIT': '{% trans "Initializing..." %}',
134
            'COPY': '{% trans "{0} of {1} ({2}%)" %}',
135
            'FINAL': '{% trans "Bulding image..." %}'
136
        }
137

138
        var ERROR_OVERRIDES = {
139
            // error message header
140
            'HEADER' : '{% trans "Error" %}',
141
            // default
142
            'DEFAULT' : '{% trans "Could not contact the service. Please check your network connectivity and try again." %}',
143
            // bad request
144
            '400' : '{% trans "Malformed request." %}',
145
            // not found
146
            '404' : '{% trans "Your request has failed. Resource not found." %}',
147
            // internal server error
148
            '500' : '{% trans "There has been an Internal Error. Our administrators have been notified." %}',
149
            // service unavailable
150
            '501' : '{% trans "This server has not been implemented yet." %}',
151
            // service unavailable
152
            '502' : '{% trans "Bad Gateway error." %}',
153
            // service unavailable
154
            '503' : '{% trans "This service is unavailable right now, please try again later." %}',
155
            // no server handshake
156
            '0' : '{% trans "Could not contact the server." %}',
157
            // no images found
158
            '-212' : '{% trans "Cannot show the Create machine wizard: No images found." %}',
159
            // no flavors found
160
            '-213' : '{% trans "Cannot show the Create machine wizard: No machine configurations found." %}',
161
            // error box title
162
            'GENERIC_POPUP_HEADER' : '{% trans "Something seems to have gone wrong :( Here is what happened:" %}',
163
            // no advanced details
164
            'NO_DETAILS' : '{% trans "Νο advanced details provided" %}',
165
            // timeout message
166
            'TIMEOUT' : '{% trans "It seems the server takes too long to respond, please check your network connectivity" %}'
167
        };
168

169
        var SUGGESTED_FLAVORS = {{ suggested_flavors|safe }};
170
        var SUGGESTED_ROLES = {{ suggested_roles|safe }}
171

172
        var SUCCESS = {
173
            'HEADER' : '{% trans "Success" %}',
174
            'DEFAULT' : '{% trans "Your request has been succefully executed." %}',
175
            'PASSWORD' : '{% trans "Password:" %}',
176
            'CREATE_VM_SUCCESS' : '{% trans "Success" %}',
177
            'CREATE_VM_SUCCESS_ONE' : '{% trans "Your new machine is now buidling... (this might take a few minutes)" %}',
178
            'CREATE_VM_SUCCESS_TWO' : '{% trans "Write down your password now:" %}',
179
            'CREATE_VM_SUCCESS_THREE' : '{% trans "You will need this later to connect to your machine." %}',
180
            'CREATE_VM_SUCCESS_FOUR' : '{% trans "After closing this window you will NOT be able to retrieve it again." %}'
181
        };
182

183
        var VARIOUS = {
184
            'CONFIRM' : '{% trans "Confirm" %}',
185
            'CANCEL' : '{% trans "Cancel" %}',
186
            'APPLY' : '{% trans "Apply" %}',
187
            'OFF' : '{% trans "Off" %}',
188
            'ON' : '{% trans "On" %}'
189
        };
190

    
191
    </script>
192
</head>
193

    
194
<body id="app">
195
    <div id="container">
196
        <div id="header">
197
            <div id="user">
198
                <div class="usermenu">
199
                    <div class="username"></div>
200
                    <ul class="useractions">
201
                        <!--<li class="feedback"><a class="action" href="#">{% trans "send feedback..." %}</a></li>-->
202
                        <li class="api"><a class="action" href="#">{% trans "API access..." %}</a></li>
203
                        <li class="public_keys"><a class="action" href="#">{% trans "ssh public keys..." %}</a></li>
204
                        <!--<li class="custom_images"><a class="action" href="#">{% trans "custom images..." %}</a></li>-->
205
                        <!--<li class="logout last"><a class="action" href="#">{% trans "logout" %}</a></li>-->
206
                    </ul>
207
                </div>
208
                <div class="langmenu">
209
                    <a class="current_lang">en</a>
210
                    {% comment %}
211
                {% get_available_languages as LANGUAGES %}
212
                {% for lang in LANGUAGES %}
213
                <a {% if  == lang.0 %}
214
                    class="current_lang" {% else %}  href="/lang/?l={{lang.0}}" {% endif %}>{{lang.0}}</a>
215

    
216
                    {% if not forloop.last %}<span class="sep">~</span>{% endif %}
217
                    {% endfor %}
218
                {% endcomment %}
219
                </div>
220
            </div>
221
            <div class="header-logo">
222
                <a href="/" title="{{ BRANDING_SERVICE_NAME }} Compute">
223
                     <img src="{{ BRANDING_COMPUTE_LOGO_URL }}" alt="{{ BRANDING_SERVICE_NAME }}"/>  
224
                </a>
225
            </div>
226
        </div>
227
        <div id="content">
228
            <div id="wrapper" class="clearfix">
229

    
230
                <div class="panes-menu clearfix">
231
                <!-- tabs -->
232
                <div class="tab-name">{% trans "machines" %}</div>
233
                <ul class="css-tabs">
234
                    <li><a href="machines" title="{% trans "manage  virtual " %}"
235
                        class="primary" id="machines_view_link">
236
                        <img src="{{ SYNNEFO_IMAGES_URL }}machines-icon.png" /></a></li>
237
                    <li><a href="networks" title="{% trans "configure " %}"
238
                        class="primary" id="networks_view_link">
239
                        <img src="{{ SYNNEFO_IMAGES_URL }}networks-icon.png" /></a></li>
240
                    {% comment %}
241
                    <li><a href="disks" title="{% trans "manage  storage " %}"
242
                        class="primary" id="disks_view_link">
243
                        <img src="{{ SYNNEFO_IMAGES_URL }}disks-icon.png" /></a></li>
244
                    {% endcomment %}
245
                </ul>
246
                </div>
247
                <div class="css-panes">
248
                    <div id="machines-pane" class="pane" style="display:block;">
249
                        {% include "partials/machines.html" %}
250
                    </div>
251
                    <div id="networks-pane" class="pane">
252
                        {% include "partials/networks.html" %}
253
                    </div>
254
                    <div id="disks-pane" class="pane">
255
                            {% include "partials/disks.html" %}
256
                    </div>
257

    
258
                    <div class="confirm_multiple clearfix" id="multiple_actions_container">
259
                        <div class="confirm_multiple_actions confirm-all-cont global hidden confirm_multiple_cont clearfix">
260
                            <div class="confirm-all msg">
261
                                <p>You requested multiple actions to execute (<span class="show">show all</span>)</p>
262
                                <button class="yes">Confirm all</button>
263
                                <button class="no">Cancel all</button>
264
                            </div>
265
                            <div class="details"></div>
266
                        </div>
267
                        <div class="ns-confirms-cont">
268
                            <div class="confirm_multiple_actions hidden confirm_multiple_cont
269
                                ns-confirm clearfix"
270
                                id="conirm_multiple_cont_template">
271
                                <div class="confirm-all msg">
272
                                    <p></p>
273
                                    <button class="yes"></button>
274
                                    <button class="no"></button>
275
                                </div>
276
                                <div class="details"></div>
277
                            </div>
278
                        </div>
279
                    </div>
280

    
281
                </div>
282
            </div>
283
        </div>
284
    </div>
285

    
286
    <!-- activate tabs with JavaScript -->
287
    <script>
288

289
        //load opera css fixes
290
        if ($.browser.opera) {
291
            $("<link/>", {
292
               rel: "stylesheet",
293
               type: "text/css",
294
               href: "{{ SYNNEFO_CSS_URL }}opera.css"
295
            }).appendTo("head");
296
        }
297

298
        $(document).ready(function(){
299

300
            {% if current_lang == "el" and not DEBUG %}
301
                window.location = "/lang/?l=en";
302
            {% endif %}
303

304
            // user menu interaction
305
            var resetUserMenu = function() {
306
                $(this).removeClass("hovered");
307
                $(this).removeClass("active");
308
            }
309

310
            $(".usermenu").live("click", function(){
311
                $(this).addClass("active");
312
            });
313
            $(".usermenu").bind('mouseleave', resetUserMenu);
314
            $(".usermenu").live("mouseover", function(){
315
                $(this).addClass("hovered");
316
            });
317

318
            $(".usermenu li").mouseenter(function(){$(this).addClass("hovered")})
319
            $(".usermenu li").mouseleave(function(){$(this).removeClass("hovered")});
320

321
            // bind menu actions
322
            $(".usermenu .logout").click(function() {
323
                synnefo.auth_client.logout();
324
            });
325

326
            $(".usermenu .api").click(function(){
327
                synnefo.ui.main.api_info_view.show();
328
            });
329

330
        });
331
        
332
        function positionBottomMessages() {
333
            var el = $("#multiple_actions_container");
334
        }
335
        
336
        
337
        $(document).ready(function() {
338
          // Footer position handlers
339
          var footerHeight = 0;
340
          var footerTop = 0;
341
          var $footer = $("#footer-container");
342
          function _positionFooter() {
343

344
              footerHeight = 80;
345
              footerTop = ($(window).scrollTop()+$(window).height()-footerHeight)+"px";
346
              if (($(document.body).height()+footerHeight) < $(window).height()) {
347

348
                  $footer.css({
349
                       position: "absolute"
350
                  }).css({
351
                       top: footerTop
352
                  })
353
               } else {
354
               
355
                  if ($footer.css("position") == "static") {
356
                      if ($(document.body).height() < $(window).height()) {    
357
                          $footer.css({
358
                               position: "absolute"
359
                          }).css({
360
                               top: footerTop
361
                           })
362
                       }
363
                   } else {
364

365
                      $footer.css({
366
                          position: "static"
367
                      })
368
                  }
369
              }
370

371
          }
372
          _positionFooter();
373
          window.positionFooter = _.throttle(_positionFooter, 100);
374
          window.forcePositionFooter = _positionFooter;
375
          $(window).scroll(window.positionFooter).resize(window.positionFooter)
376

377
          $(window).bind("load", function() { 
378
            _positionFooter();
379
          });
380
        
381
        })
382
    </script>
383

    
384
    <!-- base notification for error/success reporting -->
385
    <a id="notification" rel="#error-success" href="#"></a>
386
    <a id="msgbox" rel="#notification-box" href="#"></a>
387
    <a id="feedbackbox" rel="#feedback-form" href="#"></a>
388

    
389
    <div class="overlay" id="generic-overlay-tpl">
390
        <div class="overlay-inner">
391
            <h3 class="overlay-header clearfix">
392
                <span class="subtitle"></span>
393
                <span class="title"></span>
394
                <span class="closeme">close</span></h3>
395
            <div class="container">
396
                <div class="content">
397
                </div>
398
            </div>
399
            <div class="footer"></div>
400
        </div>
401
    </div>
402

    
403
    <div id="error-overlay-content" class="hidden">
404
        <div class="error-nav hidden clearfix">
405
            <span class="indicator"><span class="num">1</span> <span
406
                    class="ind-msg">new error occured</span></span>
407
            <span class="show-next nav-btn">{% trans "next" %}</span>
408
            <span class="show-prev nav-btn">{% trans "previous" %}</span>
409
        </div>
410
        <div class="message"><p></p></div>
411
        <div class="error-details">
412
            <span class="key">{% trans "Module" %}</span>
413
            <span class="value error-module"></span>
414

    
415
            <span class="key">{% trans "Code" %}</span>
416
            <span class="value error-code"></span>
417

    
418
            <span class="key">{% trans "Type" %}</span>
419
            <span class="value error-type"></span>
420

    
421
            <span class="key details">{% trans "Details" %}</span>
422
            <div class="value error-more-details"><p></p></div>
423
        </div>
424
        
425
        <!--<div class="navigation">-->
426
            <!--<span class="next-error">{% trans "next error" %}</span>-->
427
            <!--<span class="previous-error">{% trans "previous error" %}</span>-->
428
        <!--</div>-->
429
        
430
        <!--<div class="date">-->
431
            <!--<span class="error-date"></span>-->
432
        <!--</div>-->
433

    
434
        <div class="actions">
435
            <span class="show-details">{% trans "Show details" %}</span>
436
            <span class="hide-details">{% trans "Hide details" %}</span>
437
            <span class="report-error">{% trans "Send report" %}</span>
438
            <span class="reload-app">{% trans "Reload" %}</span>
439
        </div>
440
    </div>
441
    <div id="feedback-overlay-content" class="hidden overlay-content feedback-form">
442
        <div class="description">
443
            <p>
444
                {% blocktrans %}{{ BRANDING_SERVICE_NAME }} is currently in alpha test and we would appreciate any kind of feedback.
445
                We welcome any suggestions, questions and bug reports you may have.{% endblocktrans %}
446
            </p>
447
        </div>
448
        <div class="description messages noborder">
449
            <p class="success-message hidden">
450
            {% trans "thank you for submiting your feedback" %}
451
            </p>
452
            <p class="error-message hidden">
453
                {% trans "some error occured submiting submiting your feedback, please try again later" %}
454
            </p>
455
            <p class="sending-message hidden">
456
            {% blocktrans %}Sending feedback...{% endblocktrans %}
457
            </p>
458
        </div>
459
        <div class="form">
460
            <div class="form-field">
461
                <label for{% trans "Please  your  here, provide  many  as " %}</label
462
                <textarea ="feedback-message"> 
463
                </textarea>
464
            </div>
465
            <div class="form-actions clearfix noborder">
466
                <span class="form-action submit">{% trans "send feedback" %}</span>
467
            </div>
468
        </div>
469
    </div>
470
    <div class="modal" id="feedback-form" class="feedback notification-box">
471
      <h3 class="popup-header overlay-header">
472
        <span class="header-box">{% trans "Send feedback" %}</span>
473
      </h3>
474
      <div class="popup-body">
475
        <div class="popup-body-inner">
476
          <div class="form-container">
477
            <p class="feedback-intro">
478
            {% blocktrans %}Synnefo is currently in alpha test and we would appreciate any kind of feedback.
479
            We welcome any suggestions, questions and bug reports you may have.{% endblocktrans %}</p>
480
            <form id="feedback-form">
481
              <label for="feedback-msg">{% trans "Please describe your problem here, provide as many details as possible" %}</label>
482
              <div class="description"></div>
483
              <div class="empty-error-msg">{% trans "Please provide some feedback" %}</div>
484
              <textarea name="feedback-msg" class="feedback-text"></textarea>
485

    
486
              <input type="checkbox" name="submit-submit-data" class='submit-data' />
487
              <input type="submit" value="{% trans "submit " %}" class="submit" />
488
              <textarea name="feedback-data" class="data-text"></textarea>
489
            </form>
490
          </div>
491

    
492
          <div class="message sending">{% trans "submiting your data....." %}</div>
493
          <div class="message success">
494
            {% trans "thank you for submiting your feedback" %}
495
            <span class="close-msg-box"> {% trans "close feedback" %}</span></div>
496
          <div class="message errormsg">
497
            {% trans "some error occured submiting submiting your feedback, please try again later" %}
498
            <span class="close-msg-box"> {% trans "close feedback" %}</span></div>
499
        </div>
500
      </div>
501
    </div>
502
    
503
    <div id="details-overlay" class="overlay-content overlay-info hidden">
504
        <div class="description intro">
505
            <p></p>
506
        </div>
507
        <div class="description subinfo">
508
            <p></p>
509
        </div>
510
    </div>
511

    
512
    <div id="suspended-vm-overlay" class="overlay-content overlay-info hidden">
513
        <div class="description noborder">
514
          You VM has been suspended, please contact us for more details.
515
        </div>
516
    </div>
517

    
518
    <div id="api-info-overlay" class="overlay-content overlay-info hidden">
519
        <div class="description">
520
            <p>{% blocktrans with EXTERNAL_CLIENT_URL as EXTERNAL_CLIENT_URL %}Use the following API key along with the <a
521
                href="{{ EXTERNAL_CLIENT_URL }}">./kamaki</a> client to manage
522
            your cloud resources from outside this page.{% endblocktrans %}</p>
523
        </div>
524
        <div class="copy-content">
525
            <p></p>
526
        </div>
527
        <div class="description subinfo">
528
            <p>
529
            {% blocktrans %} The API key provides full access to your <em>{{ BRANDING_SERVICE_NAME }}</em> account, so always keep it private.{% endblocktrans %}
530
            </p>
531
        </div>
532
    </div>
533

    
534
    <div class="api_overlay_template">
535
        <div class="api_overlay_content">
536
            <p>Use the following API key along with the <a href="{{ EXTERNAL_CLIENT_URL }}">./kamaki</a> client to manage your cloud resources from outside this page.</p>
537
        </div>
538
    </div>
539

    
540
    <div class="modal" id="notification-box" class="notification-box">
541
        <h3 class="popup-header">
542
            <span class="header-box"></span>
543
        </h3>
544
        <div class="popup-body">
545
            <div class="popup-body-inner">
546
                <div class="machine-now-building"></div>
547
                <div class="popup-separator"></div>
548
                <div class="password-container">
549
                    <div class="password"></div>
550
                </div>
551
                <div class="sub-text"></div>
552
            </div>
553
        </div>
554
    </div>
555
    
556
    <div id="loading-view" class="hidden clearfix">
557
        <div class="header clearfix images off">Loading images...<span></span></div>
558
        <div class="header clearfix flavors off">Loading flavors...<span></span></div>
559
        <div class="header clearfix resources off">Loading resources...<span></span></div>
560
        <div class="header clearfix quotas off">Loading quotas...<span></span></div>
561
        <div class="header clearfix vms off">Loading machines...<span></span></div>
562
        <div class="header clearfix networks off">Loading networks...<span></span></div>
563
        <div class="header clearfix layout off">Rendering layout...<span></span></div>
564
    </div>
565
    <div id="user_public_keys" class="overlay-content overlay-content hidden">
566
        {% include "userdata/public_keys_view.html" %}
567
    </div>
568
    <div id="user_custom_images" class="overlay-content overlay-content hidden">
569
        {% include "partials/custom_images.html" %}
570
    </div>
571
    {% include "footer.html" %}
572

    
573
    <script>
574
        $(document).ready(function() {
575
            $(".css-panes").hide();
576

577
            // TODO: match <= 1.9.1
578
            if ($.browser.mozilla && $.browser.version.substr(0,3) == "1.9") {
579
                synnefo.config.overlay_speed = 0;
580
                $.fx.off = true;
581
            }
582
            
583
            // synnefo js config
584
            synnefo.VERSION = "{{ synnefo_version }}";
585
            synnefo.config.update_interval = {{ update_interval }};
586
            synnefo.config.update_interval_increase = {{ update_interval_increase }};
587
            synnefo.config.fast_interval = {{ update_interval_fast }};
588
            synnefo.config.update_interval_increase_after_calls = {{ update_interval_increase_after_calls }};
589
            synnefo.config.update_interval_max = {{ update_interval_max }};
590
            synnefo.config.delay_on_blur = {{ delay_on_blur }};
591
            synnefo.config.update_hidden_views = {{ update_hidden_views }};
592
            synnefo.config.handle_window_exceptions = {{ handle_window_exceptions }};
593
            synnefo.config.ajax_timeout = {{ timeout }};
594
            synnefo.config.skip_timeouts = {{ skip_timeouts }};
595
            synnefo.config.machines_icons_url = '{{ SYNNEFO_IMAGES_URL }}icons/machines/';
596
            synnefo.config.vm_name_template = {{ vm_name_template|safe }};
597
            synnefo.config.flavors_disk_templates_info = {{ flavors_disk_templates_info|safe }};
598
            synnefo.config.vm_image_common_metadata = {{ vm_image_common_metadata|safe }};
599

600
            synnefo.config.diagnostics_update_interval = {{ diagnostics_update_interval }};
601
            // override diagnostic messages display
602
            synnefo.config.diagnostic_messages_tpls = {
603
              'image-helper-task-start': "{% trans "Running task 'MESSAGE'" %}"
604
            };
605
            // what messages to display based on vm status
606
            synnefo.config.diagnostics_status_messages_map = {
607
                'BUILD': ['image-helper-task-start', 'image-info'],
608
                'ERROR': ['image-error']
609
            };
610

611
                           // TODO: make it dynamic
612
            synnefo.config.api_urls = {
613
                'userdata': '{% url ui_userdata %}', 
614
                'compute':  {{ compute_api_url|safe }}, 
615
                'glance': {{ glance_api_url|safe }},
616
                'accounts': {{ accounts_api_url|safe }},
617
            };
618
            
619
            // TODO: configurable userdata urls in models.js
620
            synnefo.config.userdata_keys_url = '{% url ui_keys_collection %}';
621
            synnefo.config.userdata_keys_limit = {{ userdata_keys_limit }};
622
            
623
            // media config
624
            synnefo.config.media_url = '{{ UI_MEDIA_URL }}';
625
            synnefo.config.js_url = '{{ SYNNEFO_JS_URL }}';
626
            synnefo.config.images_url = '{{ SYNNEFO_IMAGES_URL }}';
627
            synnefo.config.image_deleted_title = {{ image_deleted_title|safe }};
628
            synnefo.config.changes_since_alignment = {{ changes_since_alignment }};
629
            synnefo.config.image_deleted_size_title = {{ image_deleted_size_title|safe }};
630
            synnefo.config.use_glance = {{ use_glance }};
631
            synnefo.config.indicators_icons_url = '{{ SYNNEFO_IMAGES_URL }}icons/indicators/';
632
            synnefo.config.machines_icons_url = '{{ SYNNEFO_IMAGES_URL }}icons/machines/';
633
            synnefo.config.ui_console_url = '{% url ui_machines_console %}';
634
            synnefo.config.ui_connect_url = '{% url ui_machines_connect %}';
635
            synnefo.config.support_ssh_os_list = {{ support_ssh_os_list|safe }};
636
            synnefo.config.unknown_os = {{ unknown_os|safe }};
637
            synnefo.config.os_created_users = {{ os_created_users|safe }};
638
            synnefo.config.feedback_post_url = {{ feedback_post_url|safe }};
639
            
640
            synnefo.config.logout_redirect = '{{ logout_redirect }}';
641
            synnefo.config.login_redirect = '{{ login_redirect }}';
642
            synnefo.config.auth_cookie_name = '{{ auth_cookie_name }}';
643

644
            synnefo.config.translate_uuids = {{ translate_uuids|safe }};
645
            synnefo.config.user_catalog_url = {{ user_catalog_url|safe }};
646

647
            synnefo.config.network_suggested_subnets = {{ network_suggested_subnets|safe }};
648
            synnefo.config.network_available_types = {{ network_available_types|safe }};
649
            synnefo.config.network_allow_duplicate_vm_nics = {{ network_allow_duplicate_vm_nics }};
650
            synnefo.config.network_strict_destroy = {{ network_strict_destroy }};
651
            synnefo.config.network_allow_multiple_destory = {{ network_allow_multiple_destroy }};
652
            synnefo.config.group_public_networks = {{ group_public_networks }};
653
            synnefo.config.grouped_public_network_name = {{ grouped_public_network_name|safe }};
654
            synnefo.config.vm_hostname_format = {{ vm_hostname_format|safe }};
655
            synnefo.config.automatic_network_range_format = {{ automatic_network_range_format|safe }};
656
            synnefo.config.custom_image_help_url = '{{ custom_image_help_url|safe }}';
657
            
658
            synnefo.auth_client = new synnefo.auth.AstakosClient({
659
                login_url: synnefo.config.login_redirect,
660
                logout_url: synnefo.config.logout_redirect,
661
                cookie_name: synnefo.config.auth_cookie_name,
662
                logout_callback: function(client) {
663
                    Backbone.history.navigate(client.config.logout_url);
664
                    window.location = client.config.logout_url; 
665
                }
666
            });
667

668
            // user config
669
            synnefo.user = synnefo.auth_client;
670
            if (!synnefo.user.get_token()) { 
671
              synnefo.auth_client.redirect_to_login(); 
672
            }
673

674
            $(".usermenu .username").text("options");
675

676
            // images config
677
            synnefo.config.system_images_owners = {{ system_images_owners|safe }};
678
            synnefo.ui.init();
679
            synnefo.ui.main.bind("ready", function(){
680
            });
681

682
        })
683
    </script>
684
</body>
685
</html>