4
0

index.html 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no">
  6. <title>Neue und verschwundene Knoten</title>
  7. <style type="text/css">
  8. .stroke-first {
  9. paint-order: stroke;
  10. }
  11. body {
  12. margin: 0;
  13. padding: 0;
  14. font-family: 'Roboto Slab', serif;
  15. font-size: 11pt;
  16. }
  17. th.sort-header::selection {
  18. background: transparent;
  19. }
  20. th.sort-header {
  21. cursor: pointer;
  22. }
  23. table th.sort-header:after {
  24. font-family: "ionicons";
  25. padding-left: 0.25em;
  26. content: '\f10d';
  27. visibility: hidden;
  28. }
  29. table th.sort-header:hover:after {
  30. visibility: visible;
  31. }
  32. table th.sort-up:after, table th.sort-down:after, table th.sort-down:hover:after {
  33. visibility: visible;
  34. opacity: 0.4;
  35. }
  36. table th.sort-up:after {
  37. content: '\f104';
  38. }
  39. table.attributes {
  40. width: auto !important;
  41. }
  42. table.attributes th {
  43. text-align: left;
  44. font-weight: bold;
  45. vertical-align: top;
  46. padding-right: 1em;
  47. white-space: nowrap;
  48. }
  49. table.attributes td {
  50. text-align: left !important;
  51. }
  52. .infobox .clients {
  53. font-family: "ionicons";
  54. color: #1566A9;
  55. word-spacing: -0.2em;
  56. }
  57. .infobox {
  58. position: relative;
  59. box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24);
  60. background: rgba(0, 0, 0, 0.02);
  61. padding: 0.25em 0;
  62. }
  63. button {
  64. -webkit-tap-highlight-color: transparent;
  65. font-family: "ionicons";
  66. box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24);
  67. border-radius: 0.9em;
  68. background: rgba(255, 255, 255, 0.7);
  69. border: none;
  70. cursor: pointer;
  71. height: 1.8em;
  72. width: 1.8em;
  73. font-size: 20pt;
  74. transition: box-shadow 0.5s, color 0.5s;
  75. outline: none;
  76. }
  77. button:hover {
  78. background: white;
  79. color: #dc0067;
  80. box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.19), 0px 3px 6px rgba(0, 0, 0, 0.23);
  81. }
  82. button:active {
  83. box-shadow: inset 0px 5px 20px rgba(0, 0, 0, 0.19), inset 0px 3px 6px rgba(0, 0, 0, 0.23);
  84. }
  85. button.close {
  86. position: absolute;
  87. right: 0.7em;
  88. top: 0.7em;
  89. }
  90. button.close:after {
  91. content: "\f12a";
  92. }
  93. .sidebar h2, .sidebar h3 {
  94. padding: 0 10pt;
  95. }
  96. .sidebar p, .sidebar table, .sidebar pre, .sidebar ul {
  97. padding: 0 10pt 1em;
  98. }
  99. .sidebarhandle {
  100. position: absolute;
  101. right: -2.5em;
  102. top: 0.7em;
  103. z-index: 10;
  104. transition: right 0.5s, box-shadow 0.5s, color 0.5s, transform 0.5s;
  105. }
  106. .sidebarhandle:after {
  107. padding-right: 0.125em;
  108. content: "\f124";
  109. }
  110. .sidebar.hidden .sidebarhandle {
  111. transform: scale(-1, 1);
  112. }
  113. .hostname {
  114. }
  115. .online {
  116. color: #558020 !important;
  117. }
  118. .offline {
  119. color: #D43E2A !important;
  120. }
  121. .sidebar {
  122. z-index: 5;
  123. width: 40em;
  124. box-sizing: border-box;
  125. position: absolute;
  126. top: 0;
  127. left: 0;
  128. background: white;
  129. box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.19), 0px 3px 6px rgba(0, 0, 0, 0.23);
  130. transition: left 0.5s;
  131. }
  132. .sidebar.hidden {
  133. left: -40em;
  134. }
  135. .sidebar .container {
  136. overflow: auto;
  137. box-sizing: border-box;
  138. }
  139. .sidebar .container, .map {
  140. height: 100vh;
  141. }
  142. .sidebar .icon {
  143. padding: 0 0.25em;
  144. }
  145. .sidebar table {
  146. width: 100%;
  147. }
  148. .sidebar table th {
  149. text-align: left;
  150. }
  151. .sidebar td:not(:first-child), .sidebar th:not(:first-child) {
  152. text-align: right;
  153. }
  154. .sidebar a {
  155. color: #1566A9;
  156. }
  157. .bar {
  158. display: block;
  159. height: 1.4em;
  160. background: rgba(85, 128, 32, 0.5);
  161. position: relative;
  162. }
  163. .bar span {
  164. display: inline-block;
  165. height: 1.4em;
  166. background: rgba(85, 128, 32, 0.8);
  167. }
  168. .bar label {
  169. font-weight: bold;
  170. white-space: nowrap;
  171. color: white;
  172. position: absolute;
  173. right: 0.5em;
  174. }
  175. .map .node-alert {
  176. -webkit-animation: blink 2s linear;
  177. -webkit-animation-iteration-count: infinite;
  178. animation: blink 2s linear;
  179. animation-iteration-count: infinite;
  180. }
  181. @-webkit-keyframes blink {
  182. 0% { opacity: 1.0; }
  183. 80% { opacity: 1.0; }
  184. 90% { opacity: 0.0; }
  185. }
  186. @keyframes blink {
  187. 0% { opacity: 1.0; }
  188. 80% { opacity: 1.0; }
  189. 90% { opacity: 0.0; }
  190. }
  191. @media screen and (max-width: 80em) {
  192. .sidebar {
  193. font-size: 0.8em;
  194. }
  195. }
  196. @media screen and (max-width: 60em) {
  197. .sidebar .container {
  198. overflow: visible;
  199. height: auto;
  200. padding-top: 1em;
  201. }
  202. .sidebarhandle {
  203. display: none;
  204. }
  205. .map {
  206. height: 60vh;
  207. }
  208. .sidebar {
  209. position: static;
  210. margin-left: 0em !important;
  211. width: auto;
  212. height: auto;
  213. }
  214. .sidebar.hidden {
  215. width: auto;
  216. }
  217. .sidebar.hidden .sidebar .container {
  218. display: block;
  219. }
  220. }
  221. </style>
  222. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css">
  223. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:700,400">
  224. <link rel="stylesheet" href="https://code.ionicframework.com/ionicons/1.5.2/css/ionicons.min.css">
  225. <link rel="stylesheet" href="vendor/leaflet.label.css">
  226. <script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.27.1/es6-shim.min.js"></script>
  227. <script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/0.6.3/chroma.min.js"></script>
  228. <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js"></script>
  229. <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"></script>
  230. <script src="https://cdnjs.cloudflare.com/ajax/libs/tablesort/3.0.2/tablesort.min.js"></script>
  231. <script src="vendor/leaflet.label.js"></script>
  232. <script src="vendor/tablesort.numeric.js"></script>
  233. <script src="helper.js"></script>
  234. <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.16/require.min.js" data-main="lib/main"></script>
  235. </head>
  236. <body>
  237. </body>
  238. </html>