blob: 5297871dad8d4aa86fb100e0b64fd810e1c37b0b [file] [log] [blame]
Ubuntu82b8a832013-02-06 22:00:11 +00001<!DOCTYPE html>
2<html>
3<meta charset="utf-8">
4<style>
5path.link {
6 fill: none;
7 stroke: #666;
8 stroke-width: 1.5px;
9}
10circle {
11 stroke: #333;
12 stroke-width: 1.5px;
13}
14
15text {
16 font: 20px sans-serif;
17 pointer-events: none;
18}
19
20</style>
21<head>
22<title>ONOS GUI</title>
23<script src="http://d3js.org/d3.v3.min.js"></script>
24<script type="text/javascript" src="js/onos-topology.js"></script>
25<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
26</head>
27<body>
Masayoshi Kobayashi274c07d2013-02-20 21:38:16 +000028<button id="more">more</button>
29<button id="less">lesse</button>
Ubuntu82b8a832013-02-06 22:00:11 +000030<svg width="4in" height="2in"
31 viewBox="0 0 4000 2000" version="1.1"
32 xmlns="http://www.w3.org/2000/svg">
33 <defs>
34 <marker id="Triangle"
35 viewBox="0 -5 10 10" refX="15" refY="-1.5"
36 markerUnits="strokeWidth"
37 markerWidth="6" markerHeight="6"
38 orient="auto">
39 <path d="M0,-5L10,0L0,5"/>
40 </marker>
41 </defs>
42<script type="text/javascript">
43gui("http://onosnat.onlab.us:8080/topology");
44</script>
45</svg>
46</body>
47</html>