blob: ea42c706bad16d9f06fc8f8ca75ae3d4fd14777b [file] [log] [blame]
rama-huaweic78f3092016-05-19 18:09:29 +05301<script src="app/view/sfcwebTopov/sfcwebTopovDemo.js"></script>
2<script src="app/view/sfcwebTopov/sfcwebTopovOverlay.js"></script>
3
4<style>
5 /* The Modal (background) */
6 .modal {
7 display: none;
8 position: fixed;
9 z-index: 1;
10 padding-top: 0px;
11 left: 0px;
12 top: 0;
13 width: 37%;
14 height: 25%;
15 overflow: auto;
16 background-color: none;
17 margin: 178px 0px 0px -8px;
18 }
19
20 /* Modal Content */
21 .modal-content {
22 background-color: #fefefe;
23 margin: auto;
24 padding: 20px;
25 border: 1px solid #888;
26 width: 80%;
27 }
28
29 /* The Close Button */
30 .close {
31 color: #aaaaaa;
32 float: right;
33 font-size: 28px;
34 font-weight: bold;
35 }
36
37 .close:hover,
38 .close:focus {
39 color: #000;
40 text-decoration: none;
41 cursor: pointer;
42 }
43
44</style>
45
46<!-- The Modal -->
47<div id="myModal" class="modal">
48
49 <!-- Modal content -->
50 <div class="modal-content">
51 <span class="close">×</span>
52 <table id='sfc-info'>
53 <thead>
54 <td>SFP ID information</td>
55 </thead>
56 <tbody id='sfc-info-body'>
57
58 </tbody>
59 </table>
60 </div>
61</div>