-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathndas.html
137 lines (132 loc) · 4.89 KB
/
ndas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<title>Epistemics | Persons Intelligence for Legal Business</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- vis.js -->
<script type="text/javascript" src="node_modules/vis/dist/vis.js"></script>
<link rel="stylesheet" href="node_modules/vis/dist/vis.css" type="text/css" />
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<!-- Bootstrap -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css" type="text/css" />
<script type="text/javascript" src='graph.js'></script>
</head>
<body>
<div id='dialog' title='Relationship Graph'>
<div id="relationship_graph"></div>
</div>
<header class="container-fluid">
<h1>Epistemics Persons Intelligence</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Deals</a></li>
<li class="breadcrumb-item"><a href="case.html">Eagle [Mantigma GmbH]</a></li>
<li class="breadcrumb-item active">Confidentiality agreements</li>
</ol>
</header>
<div class="container-fluid">
<div class="row content">
<div class="col-sm-8">
<h2>Eagle [Mantigma GmbH]</h2>
<h3>Confidentiality agreements</h3>
<table class='table table-striped table-hover'>
<caption>Choose one of the confidentiality agreements above.</caption>
<thead>
<tr>
<th><abbr title='Checked'>C</abbr></th>
<th>Name</th>
<th>Persons</th>
<th><abbr title='Risk Indicator'>RI</abbr></th>
</tr>
</thead>
<tbody>
<tr class='clickable-row' data-href='#'>
<td></td>
<td>Mantigma GmbH vs. 25th-floor GmbH</td>
<td>Mantigma GmbH, 25th-floor GmbH</td>
<td>3.5%</td>
</tr>
<tr class='clickable-row table-success' data-href='contract.html?c=1'>
<td>✔</td>
<td>Mantigma GmbH vs. Etzel, Jakob</td>
<td>Mantigma GmbH, Jakob Etzel</td>
<td>0.03%</td>
</tr>
</tbody>
</table>
<h3>Persons in confidentiality agreements in this deal</h3>
<table class='table table-striped table-hover'>
<caption>Choose one of the persons above which where found in this deal.</caption>
<thead>
<tr>
<th><abbr title='Type'>T</abbr></th>
<th><abbr title='Checked'>C</abbr></th>
<th>Person</th>
<th>Found in</th>
<th><abbr title='Risk Indicator'>RI</abbr></th>
</tr>
</thead>
<tbody>
<tr class='table-danger clickable-row' data-href='#'>
<td>LE</td>
<td></td>
<td>Mantigma GmbH</td>
<td>
<ul>
<li><a href='#'>Mantigma GmbH Bylaws</a></li>
<li><a href='contract.html?c=1'>Mantigma GmbH vs. Etzel, Jakob</a></li>
<li><a href='#'>[12 more]</a></li>
</ul>
</td>
<td>87.5%</td>
</tr>
<tr class='clickable-row' data-href='#'>
<td>PE</td>
<td>✔</td>
<td>Jakob Etzel</td>
<td>
<ul>
<li><a href='#'>Mantigma GmbH Bylaws</a></li>
<li><a href='contract.html?c=1'>Mantigma GmbH vs. Etzel, Jakob</a></li>
</ul>
</td>
<td>0.03%</td>
</tr>
<tr class='clickable-row' data-href='#'>
<td>PE</td>
<td>✔</td>
<td>Martin Prebio</td>
<td>
<ul>
<li><a href='#'>Mantigma GmbH Bylaws</a></li>
</ul>
</td>
<td>1.2%</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-4 sidenav">
<h2>Deal Statistics</h2>
<p>Documents checked by lawyers: 12,3%</p>
<p>Assigned lawyers:</p>
<ul>
<li>Ihnatova, Maria (lead)</li>
<li>Biereder, Magdalena</li>
</ul>
</div>
</div>
</div>
<footer class="container-fluid">
<p>Copyright 2017 Jakob Etzel</p>
</footer>
</body>
</html>