-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathdiff_page.html
More file actions
21 lines (20 loc) · 826 Bytes
/
diff_page.html
File metadata and controls
21 lines (20 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="next_sources/css/next.css">
<link rel="stylesheet" href="styles_main_page.css">
<script src="next_sources/js/next.js"></script>
<script src="diff_topology.js"></script>
<script src="next_app.js"></script>
</head>
<body>
<p><font size="3">New nodes and links marked green. Deleted links are red dotted lines. Deleted node icon speaks for itself</font></p>
<p>
<a href="main.html"><button>Display Current Topology</button></a>
<a href="diff_page.html"><button>Refresh Autolayout</button></a>
<button onclick='horizontal()'>Horizontal Layout</button>
<button onclick="vertical()">Vertical Layout</button>
</p>
</body>
</html>