-
Notifications
You must be signed in to change notification settings - Fork 0
/
page2.html
503 lines (461 loc) · 21.3 KB
/
page2.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Profiling - Prototype</title>
<link rel="stylesheet" type="text/css" href="css/informatica.css" />
<link rel="stylesheet" type="text/css" href="css/profiling.css" />
<link rel="stylesheet" type="text/css" href="plugins/jquery-ui/jquery.ui.min.css" />
<link rel="stylesheet" type="text/css" href="plugins/tipsy/jq_tipsy.css" />
</head>
<body style="margin-top: 50px">
<header>
<table class="headerbar fixed-top">
<tbody><tr>
<td width="140px"><img src="./images/infa-logo.png" alt="Informatica"></td>
<td width="50px" class="dropdown"><!-- Here the td itself can act as .dropdown -->
<a class="dropdown-link" href="#">New<span class="icon icon-carat"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-menu-header text-infa-green">Glossary</li>
<li><a href="#"><span class="icon icon-asset"></span>Business Term</a></li>
<li><a href="#"><span class="icon icon-category"></span>Category</a></li>
<li><a href="#"><span class="icon icon-asset"></span>Glossary</a></li>
<li><a href="#"><span class="icon icon-asset"></span>Policy</a></li>
<hr class="divider">
<li class="dropdown-menu-header text-infa-dblue">Discovery</li>
<li><a href="#"><span class="icon icon-pie-chart"></span>Data Object Profile</a></li>
<li><a href="#"><span class="icon icon-discovery-profile"></span>Enterprise Discovery Profile</a></li>
<li><a href="#"><span class="icon icon-columns"></span>Flat Table Data Object</a></li>
<li><a href="#"><span class="icon icon-columns"></span>Table Data Objects</a></li>
<hr class="divider">
<li class="dropdown-menu-header text-infa-orange">Design</li>
<li><a href="#"><span class="icon icon-mapping-spec"></span>Mapping Specifications</a></li>
<li><a href="#"><span class="icon icon-reference-table"></span>Reference Table</a></li>
<li><a href="#"><span class="icon icon-rule-definition"></span>Rule Specifications</a></li>
<li></li>
</ul>
</td>
<td width="100px"><a href="#">Open</a></td>
<td><input type="search" placeholder="Search All" style="width: 40%"></td>
<td width="20px"><span class="icon icon-flag"></span></td>
<td width="80px" class="dropdown">
<a href="#" class="dropdown-link">Manage<span class="icon icon-carat"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Connections</a></li>
<li><a href="#">Data Glossary</a></li>
<li><a href="#">Glossary Security</a></li>
<li><a href="#">Job Status</a></li>
<li><a href="#">Notifications</a></li>
<li><a href="#">Projects</a></li>
</ul>
</td>
<td width="120px" class="dropdown dropdown-right">
<a href="#" class="dropdown-link">Administrator<span class="icon icon-carat"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Change Password</a></li>
<li><a href="#">Logout</a></li>
</ul>
</td>
<td width="30px"><span class="icon icon-help"></span></td>
<td width="50px" class="dropdown dropdown-right">
<a href="#" class="dropdown-link"><span class="icon icon-carat"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Help Content</a></li>
<hr class="divider" />
<li><a href="#">About</a></li>
</ul>
</td>
</tr>
</tbody></table>
</header>
<div class="main-content">
<table class="infa-table static">
<tbody><tr>
<td width="20px"><span class="icon icon-pie-chart"></span></td>
<td class="title"><b>Profile_Customer</b> - Details</td>
<td width="20px"><img src="images/icon-profiling.png"></td>
<td width="30px"><button>Edit</button></td>
<td width="20px" class="border-left">
<div class="dropdown dropdown-right">
<a href="#" class="dropdown-link"><span class="icon icon-action"></span></a>
<ul class="dropdown-menu" style="display: none;">
<li><a href="#">Run Profile</a></li>
<li><a href="#">Edit Profile</a></li>
<hr class="divider">
<li><a href="#">Add Rule</a></li>
<li><a href="#">Add to Scorecard</a></li>
<li><a href="#">Add to Reference Table</a></li>
<hr class="divider">
<li><a href="#">Select Profile Run</a></li>
<li><a href="#">Compare Profile</a></li>
<hr class="divider">
<li><a href="#">Export Data</a></li>
<hr class="divider">
<li><a href="#">Show Comments</a></li>
<li><a href="#">Show Tags</a></li>
</ul>
</div>
</td>
</tr>
</tbody></table>
<table id="page2-table-info" class="infa-table static">
<tr>
<td width="100px"><a href="index.html">Back to Overview</a></td>
<td width="150px">
<select id="select_filters"></select>
</td>
<td width="80px" class="dropdown">
<a href="#" class="dropdown-link"><span id="selected_column"></span><span class="icon icon-carat"></span></a>
<ul id="select_filter_colRules" class="dropdown-menu" style="display: none; max-height: 200px; overflow-y: auto;"></ul>
</td>
<td width="50px"><button class="btn-prev"></button> <button class="btn-next"></button></td>
<td></td>
<td width="150px" style="text-align: right">
Displaying profile run 5 of 5<br />
<div class="dropdown dropdown-right">
<a href="#" class="dropdown-link">more info...</a>
<ul class="dropdown-menu" style="display: none; text-align: left;">
<li><a href="#">Run On: May 29, 2014 7:28:44 PM</a></li>
<li><a href="#">Run By: Administrator</a></li>
<li><a href="#">Data Source: MRS1\Project1\CUSTOMER</a></li>
</ul>
</div>
</td>
</tr>
</table>
<div class="scrollable">
<div class="container">
<div class="col col-3" style="border:1px solid #ccc;height: 730px;">
<div class="box" style="border-width:0">
<table class="infa-table panel">
<tbody>
<tr>
<td class="dropdown title"><img src="images/arrow-open.png" class="arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />General</td>
</tr>
</tbody>
</table>
<div id="box_general" class="box-content">
<table>
<tr>
<td width="150px"><h3>Total Rows</h3></td>
<td><h3 id="total_rows"></h3></td>
<td><svg id="svg_details_nunu"></svg></td>
</tr>
</table>
<table>
<tr>
<td width="150px"><span style="display: inline-block; width: 10px; height: 10px; background: red; margin-right: 5px"></span>Nulls</td>
<td width="80px" style="color: red"><span id="nulls_freq"></span></td>
<td width="5px">|</td>
<td width="80px"><span id="nulls_perc"></span></td>
<td><img src="images/sparkline1.jpg" /></td>
</tr>
<tr>
<td width="150px"><span style="display: inline-block; width: 10px; height: 10px; background: #2cabe0; margin-right: 5px"></span>Uniques</td>
<td width="80px"><span id="uniques_freq"></span></td>
<td width="5px">|</td>
<td width="80px"><span id="uniques_perc"></span></td>
<td><img src="images/sparkline2.jpg" /></td>
</tr>
<tr>
<td width="150px"><span style="display: inline-block; width: 10px; height: 10px; background: #ccc; margin-right: 5px"></span>Non Uniques</td>
<td width="80px"><span id="non_uniques_freq"></span></td>
<td width="5px">|</td>
<td width="80px"><span id="non_uniques_perc"></span></td>
<td><img src="images/sparkline3.jpg" /></td>
</tr>
</table>
</div>
</div>
<div id="datatype_box" class="box" style="border-width:0">
<table class="infa-table panel">
<tbody>
<tr>
<td class="title"><img src="images/arrow-open.png" class="arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />Data Types</td>
<td class="dropdown" width="20px">
<a href="#" class="dropdown-link"><span class="icon icon-action"></span></a>
<ul class="dropdown-menu" style="display: none;">
<li><a href="#">Drilldown</a></li>
<hr class="divider">
<li><a href="#">Approve</a></li>
<li><a href="#">Reject</a></li>
<li><a href="#">Reset</a></li>
<hr class="divider">
<li><a href="#">Show Rejected</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class="box-content">
<table width="100%">
<tr>
<td id="documented_dt" width="150px"></td>
<td>Documented</td>
</tr>
</table>
<svg id="inferred_dt" style="width: 100%;"></svg>
</div>
</div>
<div id="patterns_box" class="box" style="border-width:0">
<table class="infa-table panel">
<tbody>
<tr>
<td class="dropdown title"><img src="images/arrow-open.png" class="arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />Patterns</td>
<td class="dropdown" width="20px">
<a href="#" class="dropdown-link"><span class="icon icon-action"></span></a>
<ul class="dropdown-menu" style="display: none;">
<li><a href="#">Drilldown</a></li>
<hr class="divider">
<li><a href="#">Add Reference Table</a></li>
<li><a href="#">Create Data Domain</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class="box-content">
<svg id="patterns_graph_box" style="width: 100%"></svg>
</div>
</div>
<div id="data_domain_box" class="box" style="border-width:0">
<table class="infa-table panel">
<tbody>
<tr>
<td class="dropdown title"><img src="images/arrow-open.png" class="arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />Data Domains</td>
<td class="dropdown" width="20px">
<a href="#" class="dropdown-link"><span class="icon icon-action"></span></a>
<ul class="dropdown-menu" style="display: none;">
<li><a href="#">Drilldown</a></li>
<hr class="divider">
<li><a href="#">Approve</a></li>
<li><a href="#">Reject</a></li>
<li><a href="#">Reset</a></li>
<hr class="divider">
<li><a href="#">Show Rejected</a></li>
<hr class="divider">
<li><a href="#">Verify</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class="box-content">
<svg id="dd_data" style="width: 100%"></svg>
<!--ul style="list-style: none;">
<li id="dd_data"></li>
</ul -->
</div>
</div>
<div id="business_term_box" class="box" style="border-width:0">
<table class="infa-table panel">
<tbody>
<tr>
<td class="dropdown title"><img src="images/arrow-open.png" class="arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />Business Terms</td>
<td class="dropdown" width="20px">
<a href="#" class="dropdown-link"><span class="icon icon-action"></span></a>
<ul class="dropdown-menu" style="display: none;">
<li><a href="#">Assign Business Term</a></li>
<li><a href="#">Unassign Business Term</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<div class="box-content">
<ul style="list-style: none;">
<li id="bt_data"></li>
</ul>
</div>
</div>
</div><!-- END .col-3 -->
<div class="col col-7">
<table class="infa-table static panel">
<tbody><tr><td class="dropdown title"><img src="images/arrow-open.png" class="panel-values arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />Values</td></tr></tbody>
</table>
<div class="box-content" style="border: 1px solid #ccc; border-top-width:0; border-left-width:0;">
<table class="infa-table no-borders">
<tbody><tr>
<td id="vf_header"></td>
<td width="50px">Sort By</td>
<td width="100px">
<select id="sort_graph">
<option value="frequency" data-type="desc">Frequency</option>
<option value="name" data-type="asc">Value</option>
<option value="length" data-type="asc">Length</option>
<option value="" disabled>----------</option>
<option value="" disabled>Settings</option>
</select>
</td>
</tr>
</tbody></table>
<div style="position: relative; margin: 0 10px; overflow: hidden;">
<div id="graph_viewport"></div>
<svg id="fq_dist_full" style="border:1px solid #ccc"></svg>
<div class="slider-range"></div>
<div class="fq_dist_zoomed_wrapper">
<table class="infa-table">
<tr>
<td class="slider-content"></td>
<td width="100px">Show:
<select id="change_vp_width">
<option>50</option>
<option>75</option>
<option>100</option>
</select>
</td>
</tr>
</table>
<svg id="fq_dist_zoomed"></svg>
<div class="" style="height: 150px; overflow-y: scroll">
<table id="fq_dist_zoomed_table" class="infa-table">
<thead>
<tr>
<th>Value</th>
<th>Frequency</th>
<th>Percent</th>
<th>Length</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<table border="0">
<tr><td id="col-stats" style="padding: 5px"></td></tr>
</table>
</div>
</div>
<!-- Drilldown table -->
<table class="infa-table panel" style="margin-top: 5px;">
<tr>
<td class="dropdown title"><img src="images/arrow-open.png" class="arrow-open" /><img src="images/arrow-closed.png" class="arrow-closed" style="display: none;" />Data Preview</td>
<td class="dropdown dropdown-right" width="20px">
<a href="#" class="dropdown-link"><span class="icon icon-action"></span></a>
<ul class="dropdown-menu" style="display: none;">
<li><a href="#">Add Filter</a></li>
<li><a href="#">Save Filter</a></li>
<hr class="divider">
<li><a href="#">Refresh</a></li>
<hr class="divider">
<li><a href="#">Export Data Preview</a></li>
</ul>
</td>
</tr>
</table>
<div class="drill-down box-content" style="overflow-y: scroll; height: 200px">
<table id="drill-down-table" class="infa-table">
<thead>
<tr>
<th> AA1001 </th>
<th> AA1002 </th>
<th> AA1003 </th>
<th> AA1004 </th>
<th> AA1005 </th>
<th> AA1006 </th>
<th> AA1007 </th>
<th> AA1008 </th>
<th> AA1009 </th>
<th> AA1010 </th>
<th> AA1011 </th>
<th> AA1012 </th>
<th> AA1013 </th>
<th> AA1014 </th>
<th> AA1015 </th>
<th> AA1016 </th>
<th> AA1017 </th>
<th> AA1018 </th>
<th> AA1019 </th>
<th> AA1020 </th>
<th> AA1021 </th>
<th> AA1022 </th>
<th> AA1023 </th>
<th> AA1024 </th>
<th> AA1025 </th>
<th> AA1026 </th>
<th> AA1027 </th>
<th> AA1028 </th>
<th> AA1029 </th>
<th> AA1030 </th>
<th> AA1031 </th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<!-- context menus -->
<ul id="fq_dist_full_cm" class="dropdown-menu" style="display: none; width: 80px">
<li class="dropdown-menu-header text-infa-orange">Sort By</li>
<li><a href="javascript:;" data-action="sort" data-value="frequency" data-type="desc">Frequency</a></li>
<li><a href="javascript:;" data-action="sort" data-value="name" data-type="asc">Value</a></li>
<li><a href="javascript:;" data-action="sort" data-value="length" data-type="asc">Length</a></li>
<hr class="divider">
<li><a href="#">Settings</a></li>
</ul>
<ul id="fq_dist_zoomed_cm" class="dropdown-menu" style="display: none;">
<li><a href="javascript:;">Drilldown</a></li>
<hr class="divider">
<li><a href="javascript:;">Add to Reference Table</a></li>
<li><a href="javascript:;">Create Value Frequency Rule</a></li>
<li><a href="javascript:;">Create Data Domain</a></li>
<hr class="divider">
<li class="dropdown-menu-header text-infa-orange">Show</li>
<li><a href="javascript:;" data-value="50">50 Values</a></li>
<li><a href="javascript:;" data-value="75">75 Values</a></li>
<li><a href="javascript:;" data-value="100">100 Values</a></li>
</ul>
<ul id="box_dt_cm" class="dropdown-menu" style="display: none; width: 100px;">
<li><a href="javascript:;">Drilldown</a></li>
<hr class="divider">
<li><a href="javascript:;">Approve</a></li>
<li><a href="javascript:;">Reject</a></li>
<li><a href="javascript:;">Reset</a></li>
<hr class="divider">
<li><a href="#">Show Settings</a></li>
</ul>
<ul id="box_patterns_cm" class="dropdown-menu" style="display: none;">
<li><a href="javascript:;">Drilldown</a></li>
<hr class="divider">
<li><a href="javascript:;">Add to Reference Table</a></li>
<li><a href="javascript:;">Create Data Domain</a></li>
</ul>
<ul id="fq_dist_zoomed_table_cm" class="dropdown-menu" style="display: none;">
<li><a href="javascript:;">Drilldown</a></li>
<hr class="divider">
<li><a href="javascript:;">Add to Reference Table</a></li>
<li><a href="javascript:;">Create Value Frequency Rule</a></li>
<li><a href="javascript:;">Create Data Domain</a></li>
</ul>
</div><!-- END .col-7 -->
</div><!-- END .container -->
</div><!-- END .scrollable -->
</div><!-- END .main-content -->
<script type="text/javascript" src="plugins/jquery/jquery.min.js"></script>
<script type="text/javascript" src="plugins/jquery-ui/jquery.ui.min.js"></script>
<script type="text/javascript" src="plugins/d3v3.4.3/d3.min.js"></script>
<script type="text/javascript" src="plugins/tipsy/jq_tipsy.js"></script>
<script type="text/javascript" src="js/informatica.js"></script>
<script type="text/javascript" src="js/profiling_data.js"></script>
<script type="text/javascript" src="js/profiling.js"></script>
<script type="text/javascript" src="js/profiling_graphs.js"></script>
<?php
# PAGE 2
$url = explode("/", $_SERVER["SCRIPT_FILENAME"]);
if($url[count($url)-1] != "index.php") {
?>
<script type="text/javascript">
var srNo = <?php echo $_GET['srNo']; ?>;
globalVars.currentSrNo = srNo;
</script>
<script type="text/javascript" src="js/page2.js"></script>
<?php
# PAGE 1 (index.php)
} else {
?>
<script type="text/javascript" src="js/profiling_graphs.js"></script>
<?php
}
?>
</body>
</html>