Plugin UnivBristol by Frederic Francois
[myslice.git] / plugins / univbristopo / templates / univbris_topology.html
1 <div id="topo_plugin_width" class="expandable">
2
3 </div>
4
5
6 <div id="topo_plugin">
7
8 <h2>Topology</h2>
9 <!--
10 <link rel="stylesheet" href="tooltip.topology.css" />
11 <link rel="stylesheet" href="tooltip.css" />
12 -->
13 <style>
14   .link {
15     stroke: #ccc;
16     stroke-width:1px;
17   }
18   .node {
19     stroke-width:2px;
20   }
21   .node text {
22     pointer-events: none;
23     font: 10px sans-serif;
24   }
25 </style>
26 <!--
27 <script src="tooltip.topology.js"></script>
28 <script src="d3.v2.min.js"></script>
29 -->
30
31 <div id="topologyContainer" class="expandable">
32   <div id="selected_node_info">
33     Tip: Move cursor over the icons to get extra information...
34   </div>
35   
36   <div id="target" style="background:white;">>
37
38   
39   </div>
40
41
42
43
44 <div id="topology_options_menu">
45     
46   <a id="topo_regroup" href="">
47     <img alt="Group" title="Group" src="../../static/img/groupin.png" style="height:16px;text-align:middle" />
48   </a>
49   &nbsp;
50   <a id="link_zoom_in">
51     <img alt="Zoom in" title="Zoom in" src="../../static/img/zoomin.png" style="height:16px;text-align:middle" />
52   </a>
53   &nbsp;
54   <a id="link_zoom_out" href="">
55     <img alt="Zoom out" title="Zoom out" src="../../static/img/zoomout.png" style="height:16px;" />
56   </a>
57   &nbsp;
58   <a id="link_zoom_reset" href="">
59     <img alt="Zoom reset" title="Zoom reset" src="../../static/img/zoom.png" style="height:16px;" />
60   </a>
61   &nbsp;
62 </div>
63 </div>
64 </div>
65
66