Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / static / generic_info_tpl.html @ 442e88bf

History | View | Annotate | Download (1.1 kB)

1
<!doctype html>
2
<html> 
3
<head> 
4
    <title>{{ BRANDING_SERVICE_NAME  }}</title> 
5
    <link rel="stylesheet" type="text/css" href="/static/snf/css/main.css"/> 
6
    <!--[if lte IE 7]><style type="text/css" media="all">@import url(/static/snf/css/ie.css);</style><![endif]--> 
7
</head>
8
<body class="info_body"> 
9
    <div id="container"> 
10
        <div id='header'> 
11
            <div class="header-logo"> 
12
                <a href="/">
13
                    <img src="{{ BRANDING_COMPUTE_LOGO_URL }}" alt="{{ BRANDING_SERVICE_NAME }}"/>  
14
                </a> 
15
            </div> 
16
        </div> 
17
        <div id="content"> 
18
            <div id="wrapper"> 
19
                <div id="emptymachineslist" style="display:block" class="clearfix info_page"> 
20
                    <h1><span class="msg_header">Sample title</span></h1>
21
                    <div class="info_content">
22
                        <p class="info_desc">
23
                        Sample message ...... with a <a href="#">link</a> ... 
24
                        </p>
25
                    </div>
26
                </div>
27
            </div> 
28
        </div> 
29
    </div>
30
</body>
31
</html>