Revision 9d889386 snf-cyclades-app/synnefo/ui/templates/home.html

b/snf-cyclades-app/synnefo/ui/templates/home.html
1
{% load branding_tags %}
1 2
<!doctype html>
2 3
<html>
3 4

  
4 5
{% load i18n %}
5 6
<head>
6
    <title>~okeanos</title>
7
    <title>{{ BRANDING_SERVICE_NAME }}</title>
7 8
    
8 9
    <!--<meta http-equiv="X-UA-Compatible" content="IE=7">-->
9 10
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
......
11 12
    <link href="https://fonts.googleapis.com/css?family=Ubuntu&subset=latin,greek" rel="stylesheet" type="text/css" >
12 13
    <link href='https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,greek' rel='stylesheet' type='text/css'>
13 14

  
14
    <link rel="shortcut icon" href="{{ SYNNEFO_IMAGES_URL }}favicon.ico" />
15
    <link rel="shortcut icon" href="{{ BRANDING_FAVICON_URL }}" />
15 16

  
16 17
    {% comment %}
17 18
    <script type="text/javascript" src="{% url javascript_catalog %}"></script> 
......
106 107
        var FEEDBACK_URL = "{% url ui_feedback %}";
107 108
        var FEEDBACK_TITLE = "{% trans "Send feedback" %}";
108 109
        var API_OVERLAY_TITLE = "{% trans "API access" %}";
109
        var API_OVERLAY_SUBCONTENT = "{% trans "The API key provides full access to your <em>~okeanos</em> account, so always keep it private." %}";
110
        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 %}";
110 111

  
111 112
        STATE_TEXTS = {
112 113
            'UNKNOWN': '{% trans "Unknown" %}',
......
193 194
</head>
194 195

  
195 196
<body id="app">
196
    <!--<img id="okeanos-image" src="{{ SYNNEFO_IMAGES_URL }}body-bg2.png" />-->
197 197
    <div id="container">
198 198
        <div id="header">
199 199
            <div id="user">
......
222 222
            </div>
223 223
            <div class="header-logo">
224 224
                <a href="/">
225
                    <img src="{{ SYNNEFO_IMAGES_URL }}okeanos-logo-alpha.png" alt="okeanos (alpha)"/>
225
                     <img src="{{ BRANDING_COMPUTE_LOGO_URL }}" alt="{{ BRANDING_SERVICE_NAME }}"/>  
226 226
                </a>
227 227
            </div>
228 228
        </div>
......
260 260
                    <div class="confirm_multiple clearfix" id="multiple_actions_container">
261 261
                        <div class="confirm_multiple_actions confirm-all-cont global hidden confirm_multiple_cont clearfix">
262 262
                            <div class="confirm-all msg">
263
                                <p>You requested multiple actions to execute (<span
264
                                    class="show">show all</span>)</p>
263
                                <p>You requested multiple actions to execute (<span class="show">show all</span>)</p>
265 264
                                <button class="yes">Confirm all</button>
266 265
                                <button class="no">Cancel all</button>
267 266
                            </div>
......
444 443
    <div id="feedback-overlay-content" class="hidden overlay-content feedback-form">
445 444
        <div class="description">
446 445
            <p>
447
                {% blocktrans %}~okeanos is currently in alpha test and we would appreciate any kind of feedback.
446
                {% blocktrans %}{{ BRANDING_SERVICE_NAME }} is currently in alpha test and we would appreciate any kind of feedback.
448 447
                We welcome any suggestions, questions and bug reports you may have.{% endblocktrans %}
449 448
            </p>
450 449
        </div>
......
478 477
        <div class="popup-body-inner">
479 478
          <div class="form-container">
480 479
            <p class="feedback-intro">
481
            {% blocktrans %}~okeanos is currently in alpha test and we would appreciate any kind of feedback.
480
            {% blocktrans %}Synnefo is currently in alpha test and we would appreciate any kind of feedback.
482 481
            We welcome any suggestions, questions and bug reports you may have.{% endblocktrans %}</p>
483 482
            <form id="feedback-form">
484 483
              <label for="feedback-msg">{% trans "Please describe your problem here, provide as many details as possible" %}</label>
......
529 528
        </div>
530 529
        <div class="description subinfo">
531 530
            <p>
532
            {% trans "The API key provides full access to your <em>~okeanos</em> account, so always keep it private." %}
531
            {% blocktrans %} The API key provides full access to your <em>{{ BRANDING_SERVICE_NAME }}</em> account, so always keep it private.{% endblocktrans %}
533 532
            </p>
534 533
        </div>
535 534
    </div>
......
558 557
    
559 558
    <div id="loading-view" class="hidden">
560 559
        <img src="{{ SYNNEFO_IMAGES_URL }}icons/indicators/small/progress.gif" />
561
        <div class="header">Loading <span>~okeanos</span></div>
560
        <div class="header">Loading <span>{{ BRANDING_SERVICE_NAME  }}</span></div>
562 561
        <div class="info hidden"></div>
563 562
    </div>
564 563
    <div id="user_public_keys" class="overlay-content overlay-content hidden">

Also available in: Unified diff