second try
[vsorcdistro/.git] / ryu / ryu / app / gui_topology / html / web / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1">
7     <meta name="description" content="">
8     <meta name="author" content="">
9
10     <title>SDN Hub starter kit</title>
11
12     <!-- Bootstrap core CSS -->
13     <link rel="stylesheet" href="/web/css/pure-min-0.5.0.css">
14     <link rel="stylesheet" href="/web/css/font-awesome.min.css">
15     <link rel="stylesheet" href="/web/css/pure-custom.css">
16     <link rel="stylesheet" href="/web/css/joint.all.min.css">
17   </head>
18
19   <body>
20
21   <div class="header">
22       <div id="menu">
23       <div class="home-menu pure-menu pure-menu-open pure-menu-horizontal pure-menu-fixed">
24           <img src="/web/img/sdnhub_logo.png" style="height:40px;vertical-align:middle;">
25           <a class="pure-menu-heading" href="">SDN Hub Controller</a>
26       </div>
27   </div>
28   </div>
29
30   <div id="layout">
31   <div id="menu">
32       <div class="pure-menu pure-menu-open">
33           <ul>
34               <li class="menu-item-divided pure-menu-selected">
35                   <a href="/web/index.html">Topology
36                   <i class="fa fa-home"></i></a>
37               </li>
38               <li class=" ">
39                   <a href="/web/stats.html">Statistics
40                   <i class="fa fa-bar-chart-o"></i></a>
41               </li>
42               <li class=" ">
43                   <a href="/web/tap.html">Manage Tap
44                   <i class="fa fa-edit"></i></a>
45               </li>
46               <li class=" ">
47                   <a href="/web/loadbalancer.html">Load balancer
48                   <i class="fa fa-sitemap"></i></a>
49               </li>
50  </ul>
51  </div>
52  </div>
53
54  <div id="main">
55       <h2>Topology</h2>
56       <div id="paper-container" class="paper"/>
57     </div>
58
59   </div><!-- main -->
60   </div><!--layout-->
61
62   <div class="footer">
63           <p class="legal-copyright">
64           © 2014 SDN Hub. All rights reserved.
65           </p>
66   </div>
67
68       <!-- Placed at the end of the document so the pages load faster -->
69       <script src="/web/js/chromefix.js"></script>
70       <script src="/web/js/joint.all.min.js"></script>
71       <script src="/web/js/joint.shapes.erd.js"></script>
72       <script src="/web/js/joint.layout.DirectedGraph.js"></script>
73       <script src="/web/js/topology.js"></script>
74   </body>
75 </html>