Revision c9d873e8 snf-cyclades-app/synnefo/ui/new_ui/ui/network_details.html

b/snf-cyclades-app/synnefo/ui/new_ui/ui/network_details.html
1 1

  
2 2
<!DOCTYPE html>
3
  <!--[if lte IE 7]><script src="javascripts/lte-ie7.js"></script><![endif]-->
3 4
<!--[if IE 8]> 				 <html class="no-js lt-ie9" lang="en"> <![endif]-->
4 5
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
5 6

  
......
10 11
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;subset=latin,greek-ext,greek' rel='stylesheet' type='text/css'>
11 12
    <link rel="stylesheet" href="stylesheets/normalize.css" />
12 13
    <link rel="stylesheet" href="stylesheets/app.css" />
13
    <link rel="stylesheet" href="stylesheets/athina.css" />
14 14
    <link rel="stylesheet" href="stylesheets/font_custom.css" />
15

  
16 15
    <link rel="stylesheet" href="stylesheets/jquery.jscrollpane.css" media="all" />
16
    <link rel="stylesheet" href="stylesheets/magnific-popup.css" />
17 17
    <script src="javascripts/vendor/custom.modernizr.js"></script>
18

  
19 18
</head>
20 19
<body>
21
	<div class="dummy-navigation">
22
		<a href="" class="close">X</a>
23
		<a href="index.html">Homepage</a><br>
24
		<a href="" class="our" data-our="questions">Show/Hide questions</a><br>
25
		<a href="" class="our" data-our="suggestions">Show/Hide suggestions</a><br>
26
		<a href="" class="our" data-our="problems">Show/Hide problems</a><br>
27
	</div>
28 20
	<div class="row-full">
29 21
		<header class="header">
30
			
31 22
			<div class="logo">
32 23
				<img src="images/logo_01.png" alt="software logo">
33 24
			</div>
34
			
35 25
			<nav class="top-nav icons-nav">
36
				
37 26
				<ul>
38 27
					<li><a href="pithos_list.html" data-tooltip class="has-tip" title="Storage" ><img src="images/menu-icon-storage.png" alt="vm"></a></li>
39 28
					<li><a href="vm_list.html" data-tooltip class="has-tip" title="Compute"><img src="images/menu-icon-compute.png" alt="vm"></a></li>
40
					
41 29
					<li><a href="" data-tooltip class="has-tip" title="Disks"><img src="images/menu-icon-disks.png" alt="vm"></a></li>
42 30
					<li><a href="network_list.html" data-tooltip class="has-tip" title="Networks"><img src="images/menu-icon-networks.png" alt="vm"></a></li>
43 31
				</ul>
44
				 
45 32
			</nav>
46
			
47 33
			<div class="login">
48 34
				<a href="">test@grnet.gr</a>
49 35
			</div>
50 36
			<div class="actions clearfix">
51
				
52 37
				<div class="lt-actions">
53 38
					<div class="new-btn"><a href="network_create.html"><span>+</span> NEW NETWORK </a></div>
54 39
				</div>
......
71 56

  
72 57
	</div>
73 58
	<div class="row-full wrapper">
74
		
75 59
		<!-- sidebar -->
76 60
		<div class="lt-sidebar networks scroll-pane">
77 61

  

Also available in: Unified diff