Revision 9d889386 snf-cyclades-app/synnefo/ui/static/generic_info_tpl.html

b/snf-cyclades-app/synnefo/ui/static/generic_info_tpl.html
1
{% load branding_tags %}
2

  
1 3
<!doctype html>
2 4
<html> 
3 5
<head> 
4
    <title>~okeanos</title> 
6
    <title>{{ BRANDING_SERVICE_NAME  }}</title> 
5 7
    <link rel="stylesheet" type="text/css" href="/static/snf/css/main.css"/> 
6 8
    <!--[if lte IE 7]><style type="text/css" media="all">@import url(/static/snf/css/ie.css);</style><![endif]--> 
7 9
</head>
......
10 12
        <div id='header'> 
11 13
            <div class="header-logo"> 
12 14
                <a href="/">
13
                    <img src="/static/snf/images/okeanos-logo-alpha.png" alt="~okeanos"/> 
15
                    <img src="{{ BRANDING_COMPUTE_LOGO_URL }}" alt="{{ BRANDING_SERVICE_NAME }}"/>  
14 16
                </a> 
15 17
            </div> 
16 18
        </div> 

Also available in: Unified diff