Guest User

Untitled

a guest
Oct 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <body>
  5. <style type="text/css" rel="stylesheet">
  6.  
  7. #save_view_spinner {
  8. margin-left: 10px;
  9. margin-bottom:2px;
  10. display: inline-block;
  11. }
  12.  
  13. .netmap-node-status {
  14. float: left;
  15. }
  16. .netmap-node-menu {
  17. margin: 0 0 10px 0;
  18. list-style-type: none;
  19. }
  20. .netmap-node-menu li {
  21. margin: 0;
  22. display: inline;
  23. }
  24. .netmap-node-category {
  25.  
  26. }
  27.  
  28. circle {
  29. stroke-width: 1.5px;
  30. }
  31.  
  32.  
  33. line.speed0-100 {
  34. stroke-width: 1px;
  35. }
  36. line.speed100-512 {
  37. stroke-width: 1.5px;
  38. }
  39. line.speed512-2048 {
  40. stroke-width: 3px;
  41. }
  42. line.speed2048-4096 {
  43. stroke-width: 4.5px;
  44. }
  45. line.speed4096 {
  46. stroke-width: 6px;
  47. }
  48. line.warning_inspect {
  49. stroke: red
  50. }
  51.  
  52. path.link {
  53. fill: none;
  54. stroke: #666;
  55. stroke-width: 2px;
  56. }
  57.  
  58. marker#licensing {
  59. fill: lightgreen;
  60. }
  61.  
  62. path.link.licensing {
  63. stroke: lightgreen;
  64. }
  65.  
  66. path.link.resolved {
  67. stroke-dasharray: 0, 2 1;
  68. }
  69.  
  70. circle {
  71. fill: #ccc;
  72. stroke: #333;
  73. stroke-width: 3px;
  74. }
  75.  
  76. circle.node {
  77. stroke-opacity: 1;
  78. }
  79.  
  80. .node.fade {
  81. stroke-opacity: 0.1;
  82. }
  83.  
  84. text {
  85. font: 14px sans-serif;
  86. pointer-events: none;
  87. background: #c0c0c0;
  88. }
  89.  
  90. text.node {
  91. font: 12pt sans-serif;
  92. }
  93.  
  94. text.shadow {
  95. stroke: #fff;
  96. stroke-width: 4px;
  97. }
  98.  
  99. #tooltip.pretty {
  100. font-family: Arial;
  101. border: none;
  102. width: 210px;
  103. padding:20px;
  104. height: 135px;
  105. opacity: 0.8;
  106. background: url('/images/shadow.png');
  107. }
  108. #tooltip.pretty h3 {
  109. margin-bottom: 0.75em;
  110. font-size: 12pt;
  111. width: 220px;
  112. text-align: center;
  113. }
  114. #tooltip.pretty div { width: 220px; text-align: left; }
  115.  
  116. #tooltip.fancy {
  117. background: url('/images/shadow2.png');
  118. padding-top: 5em;
  119. height: 100px;
  120. }
  121.  
  122.  
  123. div#pop-up {
  124. display: none;
  125. position:absolute;
  126. color: white;
  127. font-size: 14px;
  128. background: rgba(0,0,0,0.5);
  129. padding: 5px 10px 5px 10px;
  130. -moz-border-radius: 8px 8px;
  131. border-radius: 8px 8px;
  132. }
  133. div#pop-up-title {
  134. font-size: 15px;
  135. width:200px;
  136. margin-bottom: 4px;
  137. font-weight: bolder;
  138. }
  139. div#pop-up-content {
  140. font-size: 12px;
  141. }
  142. div#pop-desc {
  143. width: 100px;
  144. }
  145. div#pop-img {
  146. font-size: 30px;
  147. font-weight: bolder;
  148. }
  149. </style>
  150.  
  151.  
  152. <svg id="svg-netmap" width="1490" height="700" pointer-events="all">
  153. <g transform="translate(328,114) scale(1)">
  154. <g class="link">
  155. <linearGradient id="linkload0" x1="0%" y1="0%" x2="0%"
  156. y2="100%">
  157. <stop offset="0%"
  158. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  159. <stop offset="50%"
  160. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  161. <stop offset="51%"
  162. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  163. <stop offset="100%"
  164. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  165. </linearGradient>
  166. <line class="speed512-2048" stroke="url(#linkload0)"
  167. x1="447.3909159601148"
  168. y1="215.7135551163189" x2="718.1007098692874"
  169. y2="385.9957038356713"></line>
  170. </g>
  171. <g class="link">
  172. <linearGradient id="linkload1" x1="0%" y1="0%" x2="0%"
  173. y2="100%">
  174. <stop offset="0%"
  175. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  176. <stop offset="50%"
  177. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  178. <stop offset="51%"
  179. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  180. <stop offset="100%"
  181. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  182. </linearGradient>
  183. <line class="speed512-2048" stroke="url(#linkload1)"
  184. x1="664.9594167440488"
  185. y1="93.861190692826" x2="718.1007098692874"
  186. y2="385.9957038356713"></line>
  187. </g>
  188. <g class="link">
  189. <linearGradient id="linkload2" x1="0%" y1="0%" x2="0%"
  190. y2="100%">
  191. <stop offset="0%"
  192. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  193. <stop offset="50%"
  194. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  195. <stop offset="51%"
  196. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  197. <stop offset="100%"
  198. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  199. </linearGradient>
  200. <line class="speed512-2048" stroke="url(#linkload2)"
  201. x1="980.9522534446035"
  202. y1="242.8184283695718" x2="718.1007098692874"
  203. y2="385.9957038356713"></line>
  204. </g>
  205. <g class="link">
  206. <linearGradient id="linkload3" x1="0%" y1="0%" x2="0%"
  207. y2="100%">
  208. <stop offset="0%"
  209. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  210. <stop offset="50%"
  211. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  212. <stop offset="51%"
  213. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  214. <stop offset="100%"
  215. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  216. </linearGradient>
  217. <line class="speed0-100" stroke="url(#linkload3)"
  218. x1="1019.5670029671962"
  219. y1="448.23945259154226" x2="1292.3470651737753"
  220. y2="379.9428651785443"></line>
  221. </g>
  222. <g class="link">
  223. <linearGradient id="linkload4" x1="0%" y1="0%" x2="0%"
  224. y2="100%">
  225. <stop offset="0%"
  226. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  227. <stop offset="50%"
  228. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  229. <stop offset="51%"
  230. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  231. <stop offset="100%"
  232. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  233. </linearGradient>
  234. <line class="speed512-2048" stroke="url(#linkload4)"
  235. x1="1019.5670029671962"
  236. y1="448.23945259154226" x2="718.1007098692874"
  237. y2="385.9957038356713"></line>
  238. </g>
  239. <g class="link">
  240. <linearGradient id="linkload5" x1="0%" y1="0%" x2="0%"
  241. y2="100%">
  242. <stop offset="0%"
  243. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  244. <stop offset="50%"
  245. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  246. <stop offset="51%"
  247. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  248. <stop offset="100%"
  249. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  250. </linearGradient>
  251. <line class="speed512-2048" stroke="url(#linkload5)"
  252. x1="953.5837575432408"
  253. y1="552.6348385816988" x2="718.1007098692874"
  254. y2="385.9957038356713"></line>
  255. </g>
  256. <g class="link">
  257. <linearGradient id="linkload6" x1="0%" y1="0%" x2="0%"
  258. y2="100%">
  259. <stop offset="0%"
  260. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  261. <stop offset="50%"
  262. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  263. <stop offset="51%"
  264. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  265. <stop offset="100%"
  266. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  267. </linearGradient>
  268. <line class="speed512-2048" stroke="url(#linkload6)"
  269. x1="511.76685663396177"
  270. y1="587.9604044551955" x2="718.1007098692874"
  271. y2="385.9957038356713"></line>
  272. </g>
  273. <g class="link">
  274. <linearGradient id="linkload7" x1="0%" y1="0%" x2="0%"
  275. y2="100%">
  276. <stop offset="0%"
  277. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  278. <stop offset="50%"
  279. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  280. <stop offset="51%"
  281. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  282. <stop offset="100%"
  283. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  284. </linearGradient>
  285. <line class="speed512-2048" stroke="url(#linkload7)"
  286. x1="845.7322160638394"
  287. y1="115.14482581722756" x2="718.1007098692874"
  288. y2="385.9957038356713"></line>
  289. </g>
  290. <g class="link">
  291. <linearGradient id="linkload8" x1="0%" y1="0%" x2="0%"
  292. y2="100%">
  293. <stop offset="0%"
  294. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  295. <stop offset="50%"
  296. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  297. <stop offset="51%"
  298. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  299. <stop offset="100%"
  300. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  301. </linearGradient>
  302. <line class="speed512-2048" stroke="url(#linkload8)"
  303. x1="616.1102407793544"
  304. y1="653.8431882968368" x2="718.1007098692874"
  305. y2="385.9957038356713"></line>
  306. </g>
  307. <g class="link">
  308. <linearGradient id="linkload9" x1="0%" y1="0%" x2="0%"
  309. y2="100%">
  310. <stop offset="0%"
  311. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  312. <stop offset="50%"
  313. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  314. <stop offset="51%"
  315. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  316. <stop offset="100%"
  317. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  318. </linearGradient>
  319. <line class="speed512-2048" stroke="url(#linkload9)"
  320. x1="742.2599312516421"
  321. y1="672.1123555291831" x2="718.1007098692874"
  322. y2="385.9957038356713"></line>
  323. </g>
  324. <g class="link">
  325. <linearGradient id="linkload10" x1="0%" y1="0%" x2="0%"
  326. y2="100%">
  327. <stop offset="0%"
  328. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  329. <stop offset="50%"
  330. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  331. <stop offset="51%"
  332. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  333. <stop offset="100%"
  334. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  335. </linearGradient>
  336. <line class="speed0-100" stroke="url(#linkload10)"
  337. x1="569.0296259602715"
  338. y1="120.16905763393952" x2="718.1007098692874"
  339. y2="385.9957038356713"></line>
  340. </g>
  341. <g class="link">
  342. <linearGradient id="linkload11" x1="0%" y1="0%" x2="0%"
  343. y2="100%">
  344. <stop offset="0%"
  345. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  346. <stop offset="50%"
  347. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  348. <stop offset="51%"
  349. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  350. <stop offset="100%"
  351. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  352. </linearGradient>
  353. <line class="speedunknown warning_inspect"
  354. stroke="url(#linkload11)" x1="998.3801283717048"
  355. y1="343.64404289432736" x2="718.1007098692874"
  356. y2="385.9957038356713"></line>
  357. </g>
  358. <g class="link">
  359. <linearGradient id="linkload12" x1="0%" y1="0%" x2="0%"
  360. y2="100%">
  361. <stop offset="0%"
  362. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  363. <stop offset="50%"
  364. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  365. <stop offset="51%"
  366. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  367. <stop offset="100%"
  368. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  369. </linearGradient>
  370. <line class="speed0-100" stroke="url(#linkload12)"
  371. x1="861.8016008877133"
  372. y1="634.3403670561065" x2="718.1007098692874"
  373. y2="385.9957038356713"></line>
  374. </g>
  375. <g class="link">
  376. <linearGradient id="linkload13" x1="0%" y1="0%" x2="0%"
  377. y2="100%">
  378. <stop offset="0%"
  379. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  380. <stop offset="50%"
  381. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  382. <stop offset="51%"
  383. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  384. <stop offset="100%"
  385. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  386. </linearGradient>
  387. <line class="speed512-2048" stroke="url(#linkload13)"
  388. x1="756.9634771250729"
  389. y1="82.6418976201124" x2="718.1007098692874"
  390. y2="385.9957038356713"></line>
  391. </g>
  392. <g class="link">
  393. <linearGradient id="linkload14" x1="0%" y1="0%" x2="0%"
  394. y2="100%">
  395. <stop offset="0%"
  396. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  397. <stop offset="50%"
  398. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  399. <stop offset="51%"
  400. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  401. <stop offset="100%"
  402. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  403. </linearGradient>
  404. <line class="speed512-2048" stroke="url(#linkload14)"
  405. x1="718.1007098692874"
  406. y1="385.9957038356713" x2="412.049021514296"
  407. y2="363.19214885920167"></line>
  408. </g>
  409. <g class="link">
  410. <linearGradient id="linkload15" x1="0%" y1="0%" x2="0%"
  411. y2="100%">
  412. <stop offset="0%"
  413. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  414. <stop offset="50%"
  415. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  416. <stop offset="51%"
  417. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  418. <stop offset="100%"
  419. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  420. </linearGradient>
  421. <line class="speed512-2048" stroke="url(#linkload15)"
  422. x1="718.1007098692874"
  423. y1="385.9957038356713" x2="924.6009789926395"
  424. y2="163.87568407516355"></line>
  425. </g>
  426. <g class="link">
  427. <linearGradient id="linkload16" x1="0%" y1="0%" x2="0%"
  428. y2="100%">
  429. <stop offset="0%"
  430. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  431. <stop offset="50%"
  432. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  433. <stop offset="51%"
  434. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  435. <stop offset="100%"
  436. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  437. </linearGradient>
  438. <line class="speed2048-4096" stroke="url(#linkload16)"
  439. x1="718.1007098692874"
  440. y1="385.9957038356713" x2="444.6372281212683"
  441. y2="489.88392835348446"></line>
  442. </g>
  443. <g class="link">
  444. <linearGradient id="linkload17" x1="0%" y1="0%" x2="0%"
  445. y2="100%">
  446. <stop offset="0%"
  447. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  448. <stop offset="50%"
  449. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  450. <stop offset="51%"
  451. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  452. <stop offset="100%"
  453. style="stop-color:rgb(N/A);stop-opacity:1"></stop>
  454. </linearGradient>
  455. <line class="speed0-100" stroke="url(#linkload17)"
  456. x1="163.53176169411526"
  457. y1="239.55686350601366" x2="412.049021514296"
  458. y2="363.19214885920167"></line>
  459. </g>
  460. <g class="link">
  461. <linearGradient id="linkload18" x1="0%" y1="0%" x2="0%"
  462. y2="100%">
  463. <stop offset="0%"
  464. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  465. <stop offset="50%"
  466. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  467. <stop offset="51%"
  468. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  469. <stop offset="100%"
  470. style="stop-color:rgb(22,255,0);stop-opacity:1"></stop>
  471. </linearGradient>
  472. <line class="speed512-2048" stroke="url(#linkload18)"
  473. x1="444.6372281212683"
  474. y1="489.88392835348446" x2="516.6214670391657"
  475. y2="245.60260037847354"></line>
  476. </g>
  477. <g class="node"
  478. transform="translate(447.3909159601148,215.7135551163189)">
  479. <image class="circle node" href="/images/netmap/sw.png"
  480. x="-16px" y="-16px"
  481. width="32px" height="32px"></image>
  482. <text dy="1.5em" class="node" text-anchor="middle"
  483. fill="#000000"
  484. background="#c0c0c0">teknobyen-5etg-sw1</text>
  485. </g>
  486. <g class="node"
  487. transform="translate(664.9594167440488,93.861190692826)">
  488. <image class="circle node" href="/images/netmap/sw.png"
  489. x="-16px" y="-16px"
  490. width="32px" height="32px"></image>
  491. <text dy="1.5em" class="node" text-anchor="middle"
  492. fill="#000000"
  493. background="#c0c0c0">teknobyen-5etg-sw2</text>
  494. </g>
  495. <g class="node"
  496. transform="translate(980.9522534446035,242.8184283695718)">
  497. <image class="circle node" href="/images/netmap/sw.png"
  498. x="-16px" y="-16px"
  499. width="32px" height="32px"></image>
  500. <text dy="1.5em" class="node" text-anchor="middle"
  501. fill="#000000"
  502. background="#c0c0c0">teknobyen-5etg-sw3</text>
  503. </g>
  504. <g class="node"
  505. transform="translate(1019.5670029671962,448.23945259154226)">
  506. <image class="circle node" href="/images/netmap/sw.png"
  507. x="-16px" y="-16px"
  508. width="32px" height="32px"></image>
  509. <text dy="1.5em" class="node" text-anchor="middle"
  510. fill="#000000"
  511. background="#c0c0c0">teknobyen-5etg-sw4</text>
  512. </g>
  513. <g class="node"
  514. transform="translate(953.5837575432408,552.6348385816988)">
  515. <image class="circle node" href="/images/netmap/sw.png"
  516. x="-16px" y="-16px"
  517. width="32px" height="32px"></image>
  518. <text dy="1.5em" class="node" text-anchor="middle"
  519. fill="#000000"
  520. background="#c0c0c0">teknobyen-5etg-sw5</text>
  521. </g>
  522. <g class="node"
  523. transform="translate(511.76685663396177,587.9604044551955)">
  524. <image class="circle node" href="/images/netmap/sw.png"
  525. x="-16px" y="-16px"
  526. width="32px" height="32px"></image>
  527. <text dy="1.5em" class="node" text-anchor="middle"
  528. fill="#000000"
  529. background="#c0c0c0">teknobyen-5etg-sw6</text>
  530. </g>
  531. <g class="node"
  532. transform="translate(845.7322160638394,115.14482581722756)">
  533. <image class="circle node" href="/images/netmap/sw.png"
  534. x="-16px" y="-16px"
  535. width="32px" height="32px"></image>
  536. <text dy="1.5em" class="node" text-anchor="middle"
  537. fill="#000000"
  538. background="#c0c0c0">teknobyen-5etg-sw7</text>
  539. </g>
  540. <g class="node"
  541. transform="translate(616.1102407793544,653.8431882968368)">
  542. <image class="circle node" href="/images/netmap/sw.png"
  543. x="-16px" y="-16px"
  544. width="32px" height="32px"></image>
  545. <text dy="1.5em" class="node" text-anchor="middle"
  546. fill="#000000"
  547. background="#c0c0c0">teknobyen-5etg-sw8</text>
  548. </g>
  549. <g class="node"
  550. transform="translate(742.2599312516421,672.1123555291831)">
  551. <image class="circle node" href="/images/netmap/sw.png"
  552. x="-16px" y="-16px"
  553. width="32px" height="32px"></image>
  554. <text dy="1.5em" class="node" text-anchor="middle"
  555. fill="#000000"
  556. background="#c0c0c0">teknobyen-5etg-sw9</text>
  557. </g>
  558. <g class="node"
  559. transform="translate(569.0296259602715,120.16905763393952)">
  560. <image class="circle node" href="/images/netmap/gw.png"
  561. x="-16px" y="-16px"
  562. width="32px" height="32px"></image>
  563. <text dy="1.5em" class="node" text-anchor="middle"
  564. fill="#000000"
  565. background="#c0c0c0">fattimainn-gw</text>
  566. </g>
  567. <g class="node"
  568. transform="translate(1178.6337039028326,861.8104818735617)">
  569. <image class="circle node" href="/images/netmap/srv.png"
  570. x="-16px" y="-16px"
  571. width="32px" height="32px"></image>
  572. <text dy="1.5em" class="node" text-anchor="middle"
  573. fill="#000000"
  574. background="#c0c0c0">ica</text>
  575. </g>
  576. <g class="node"
  577. transform="translate(568.7830042387557,1000.8002956187138)">
  578. <image class="circle node" href="/images/netmap/srv.png"
  579. x="-16px" y="-16px"
  580. width="32px" height="32px"></image>
  581. <text dy="1.5em" class="node" text-anchor="middle"
  582. fill="#000000"
  583. background="#c0c0c0">kabelvase</text>
  584. </g>
  585. <g class="node"
  586. transform="translate(998.3801283717048,343.64404289432736)">
  587. <image class="circle node" href="/images/netmap/sw.png"
  588. x="-16px" y="-16px"
  589. width="32px" height="32px"></image>
  590. <text dy="1.5em" class="node" text-anchor="middle"
  591. fill="#000000"
  592. background="#c0c0c0">lab-sw3</text>
  593. </g>
  594. <g class="node"
  595. transform="translate(861.8016008877133,634.3403670561065)">
  596. <image class="circle node" href="/images/netmap/gw.png"
  597. x="-16px" y="-16px"
  598. width="32px" height="32px"></image>
  599. <text dy="1.5em" class="node" text-anchor="middle"
  600. fill="#000000"
  601. background="#c0c0c0">rikmainn-gw</text>
  602. </g>
  603. <g class="node"
  604. transform="translate(756.9634771250729,82.6418976201124)">
  605. <image class="circle node" href="/images/netmap/gw.png"
  606. x="-16px" y="-16px"
  607. width="32px" height="32px"></image>
  608. <text dy="1.5em" class="node" text-anchor="middle"
  609. fill="#000000"
  610. background="#c0c0c0">teknobyen-gw2</text>
  611. </g>
  612. <g class="node"
  613. transform="translate(718.1007098692874,385.9957038356713)">
  614. <image class="circle node" href="/images/netmap/gw.png"
  615. x="-16px" y="-16px"
  616. width="32px" height="32px"></image>
  617. <text dy="1.5em" class="node" text-anchor="middle"
  618. fill="#000000"
  619. background="#c0c0c0">uninett-gw</text>
  620. </g>
  621. <g class="node"
  622. transform="translate(163.53176169411526,239.55686350601366)">
  623. <image class="circle node" href="/images/netmap/sw.png"
  624. x="-16px" y="-16px"
  625. width="32px" height="32px"></image>
  626. <text dy="1.5em" class="node" text-anchor="middle"
  627. fill="#000000"
  628. background="#c0c0c0">teknobyen-6etg-sw1</text>
  629. </g>
  630. <g class="node"
  631. transform="translate(412.049021514296,363.19214885920167)">
  632. <image class="circle node" href="/images/netmap/sw.png"
  633. x="-16px" y="-16px"
  634. width="32px" height="32px"></image>
  635. <text dy="1.5em" class="node" text-anchor="middle"
  636. fill="#000000"
  637. background="#c0c0c0">teknobyen-5etg-sw11</text>
  638. </g>
  639. <g class="node"
  640. transform="translate(924.6009789926395,163.87568407516355)">
  641. <image class="circle node" href="/images/netmap/sw.png"
  642. x="-16px" y="-16px"
  643. width="32px" height="32px"></image>
  644. <text dy="1.5em" class="node" text-anchor="middle"
  645. fill="#000000"
  646. background="#c0c0c0">teknobyen-5etg-sw10</text>
  647. </g>
  648. <g class="node"
  649. transform="translate(1292.3470651737753,379.9428651785443)">
  650. <image class="circle node" href="/images/netmap/srv.png"
  651. x="-16px" y="-16px"
  652. width="32px" height="32px"></image>
  653. <text dy="1.5em" class="node" text-anchor="middle"
  654. fill="#000000"
  655. background="#c0c0c0">stud-1201</text>
  656. </g>
  657. <g class="node"
  658. transform="translate(444.6372281212683,489.88392835348446)">
  659. <image class="circle node" href="/images/netmap/gsw.png"
  660. x="-16px" y="-16px"
  661. width="32px" height="32px"></image>
  662. <text dy="1.5em" class="node" text-anchor="middle"
  663. fill="#000000"
  664. background="#c0c0c0">uninett-gsw2</text>
  665. </g>
  666. <g class="node"
  667. transform="translate(516.6214670391657,245.60260037847354)">
  668. <image class="circle node" href="/images/netmap/gsw.png"
  669. x="-16px" y="-16px"
  670. width="32px" height="32px"></image>
  671. <text dy="1.5em" class="node" text-anchor="middle"
  672. fill="#000000"
  673. background="#c0c0c0">trd-gw7</text>
  674. </g>
  675. </g>
  676. </svg>
  677.  
  678. </body>
  679. </html>
Add Comment
Please, Sign In to add comment