Delete MobileViews_Apps_CompleteTraces/OneExample/index.html with huggingface_hub
Browse files
MobileViews_Apps_CompleteTraces/OneExample/index.html
DELETED
@@ -1,58 +0,0 @@
|
|
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 |
-
<title>DroidBot UTG</title>
|
8 |
-
|
9 |
-
<link href="stylesheets/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
10 |
-
<link href="stylesheets/droidbotUI.css" rel="stylesheet" type="text/css" />
|
11 |
-
<link href="stylesheets/vis.min.css" rel="stylesheet" type="text/css" />
|
12 |
-
|
13 |
-
<script type="text/javascript" src="utg.js"></script>
|
14 |
-
<script type="text/javascript" src="stylesheets/vis.min.js"></script>
|
15 |
-
<script type="text/javascript" src="stylesheets/jquery.min.js"></script>
|
16 |
-
<script type="text/javascript" src="stylesheets/bootstrap.min.js"></script>
|
17 |
-
<script type="text/javascript" src="stylesheets/droidbotUI.js"></script>
|
18 |
-
</head>
|
19 |
-
|
20 |
-
<body onload="draw()">
|
21 |
-
<nav class="navbar navbar-inverse navbar-fixed-top">
|
22 |
-
<div class="container-fluid">
|
23 |
-
<div class="navbar-header">
|
24 |
-
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
25 |
-
<span class="sr-only">Toggle navigation</span>
|
26 |
-
<span class="icon-bar"></span>
|
27 |
-
<span class="icon-bar"></span>
|
28 |
-
<span class="icon-bar"></span>
|
29 |
-
</button>
|
30 |
-
<a class="navbar-brand" href="#">DroidBot Report</a>
|
31 |
-
</div>
|
32 |
-
<div id="navbar" class="navbar-collapse collapse">
|
33 |
-
<ul class="nav navbar-nav navbar-right">
|
34 |
-
<li><a href="#" onClick="showOverall()">Overall</a></li>
|
35 |
-
<li><a href="#" onClick="showOriginalUTG()">Original UTG</a></li>
|
36 |
-
<li><a href="#" onClick="clusterStructures()">Cluster structures</a></li>
|
37 |
-
<li><a href="#" onClick="clusterActivities()">Cluster activities</a></li>
|
38 |
-
<li><a href="#" onClick="showAbout()">About</a></li>
|
39 |
-
</ul>
|
40 |
-
<form class="navbar-form navbar-right">
|
41 |
-
<input id="utgSearchBar" onkeyup="searchUTG()" type="text" class="form-control" placeholder="Search (activity name, resource id, text, etc.)">
|
42 |
-
</form>
|
43 |
-
</div>
|
44 |
-
</div>
|
45 |
-
</nav>
|
46 |
-
|
47 |
-
<div class="container-fluid full_height">
|
48 |
-
<div class="row full_height">
|
49 |
-
<div class="col-md-7 full_height" id="utg_div">
|
50 |
-
</div>
|
51 |
-
<div class="col-md-5 sidebar full_height" id="utg_details">
|
52 |
-
<h2>Details</h2>
|
53 |
-
<p>Detailed information shown here.</p>
|
54 |
-
</div>
|
55 |
-
</div>
|
56 |
-
</div>
|
57 |
-
</body>
|
58 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|