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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/network_create.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/styles.css" />
14 14
    <link rel="stylesheet" href="stylesheets/font_custom.css" />
15
    <link rel="stylesheet" href="stylesheets/jquery.jscrollpane.css" media="all" />
15 16
    <script src="javascripts/vendor/custom.modernizr.js"></script>
16 17

  
17 18
</head>
18 19
<body>
19
	<div class="dummy-navigation">
20
		<a href="" class="close">X</a>
21
		<a href="index.html">Homepage</a><br>
22
		<a href="" class="our" data-our="questions">Show/Hide questions</a><br>
23
		<a href="" class="our" data-our="suggestions">Show/Hide suggestions</a><br>
24
		<a href="" class="our" data-our="problems">Show/Hide problems</a><br>
25
	</div>
26
		<div class="row-full">
20
	<div class="row-full">
27 21
		<header class="header">
28
			
29 22
			<div class="logo">
30 23
				<img src="images/logo_01.png" alt="software logo">
31 24
			</div>
32
			
33 25
			<nav class="top-nav icons-nav">
34
				
35 26
				<ul>
36 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>
37 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>
......
39 30
					<li><a href="" data-tooltip class="has-tip" title="Disks"><img src="images/menu-icon-disks.png" alt="vm"></a></li>
40 31
					<li><a href="network_list.html" data-tooltip class="has-tip" title="Networks"><img src="images/menu-icon-networks.png" alt="vm"></a></li>
41 32
				</ul>
42
				 
43 33
			</nav>
44
			
45 34
			<div class="login">
46 35
				<a href="">test@grnet.gr</a>
47 36
			</div>
48 37
			<div class="actions clearfix">
49
				
50 38
				<div class="lt-actions">
51 39
					<div class="new-btn"><a href="network_create.html" class="current"><span>+</span> NEW NETWORK </a></div>
52 40
				</div>
......
61 49
				</div>
62 50
			</div>
63 51
		</header>
64
		
65 52
	</div>
66 53
	<div class="row-full wrapper ">
67 54
		<div class="overlay create-vm create-network">
68 55
			<div class="lt-sidebar nav">
69 56
				tba...?
70

  
71 57
			</div>
72 58
			<div class="main">
73 59
				<a href="network_list.html" class="close close_char" title="cancel network creation"><span class="snf-font">e</span></a>
......
123 109
					</ul>
124 110
				</div>
125 111
				<div class="navigation clearfix">
126
					
127 112
					<a class="rt btn2" href="network_list.html" title="Create your private network">Create Network</a>
128 113
				</div>
129 114
			</div>
130 115
		</div>
131
		
132 116
	</div>
133 117
 
134 118
  <script src="javascripts/vendor/jquery.js"></script>

Also available in: Unified diff