HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URL's added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using it's URL and the proper URL extention.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<html>
<head>
<title>Test Bench Monitoring</title>
<link href="./assests/TBM.css" rel="stylesheet">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
<body>
<div Class="DateTimeWrapper">This page last refreshed: <Span id="date"></span></div>
<script>
var tmonth = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
n = new Date();
yy = n.getFullYear();
mm = n.getMonth();
dd = n.getDate();
hh = n.getHours();
mi = n.getMinutes();
if (dd <= 9) dd = "0" + dd;
if (hh <= 9) hh = "0" + hh;
if (mi <= 9) mi = "0" + mi;
document.getElementById("date").innerHTML = yy + "-" + tmonth[mm] + "-" + dd + " " + hh + ":" + mi;
</script>
<div class="cards">
<div class="card">
<Table style="text-align: center;">
<tr>
<td><img class="OnineStat" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" alt="Light-Online" /></td>
<td class="Serial"><a class="Serial" Target="_blank" href="file://\\8B299T2\c$">8B299T2</a></td>
<td width="10px"></td>
<td class="ManMod">Dell Inc.<br>OptiPlex 7060</td>
<td width="10px"></td>
<td class="LastO" Style="color: burlywood;">Last Seen:<br><span style="color: White">2022-Jan-05 08:39</span></td>
</tr>
</table>
<Table Class="OnlineHistoryTable">
<tr>
<td style="font-size: 8pt;text-align: left; vertical-align: middle;">Online History:</td>
</tr>
<tr>
<td Class="OnlineHistoryRow">
<img class="Arrow" src="assests\Arrow-Right.png" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:57" alt="Light-Online" />
<br>
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:09" alt="Light-Online" />
<img class="Arrow" src="assests\Arrow-Left.png" />
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Software Changes?</div>
<Table style="text-align: center;">
<tr>
<td ID="20220104143815" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 14:38</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102737" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:27</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102642" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:26</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102238" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:22</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101833" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:18</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101426" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:14</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101021" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:10</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
<tr>
<td ID="20220104100615" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:06</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100210" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:02</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095804" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:58</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095357" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:53</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094948" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:49</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094540" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:45</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094131" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:41</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">72</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Last users to login</div>
<table class="UsrTbl">
<tr class="UsrHeadRow">
<th>STATE</th>
<th>LOGON</th>
<th>USERNAME</th>
<th>SESSION</th>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-30 08:002</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">EoL</td>
<td Class="UsrCell">2022-01-05 08:38</td>
<td Class="UsrCell">-- nothing more --</td>
<td Class="UsrCell">-- End of List --
</td>
</tr>
</table>
</div>
<div class="card">
<Table style="text-align: center;">
<tr>
<td><img class="OnineStat" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" alt="Light-Online" /></td>
<td class="Serial"><a class="Serial" Target="_blank" href="file://\\MXL00228YH\c$">MXL00228YH</a></td>
<td width="10px"></td>
<td class="ManMod">HP<br>EliteDesk 705 G5 SFF</td>
<td width="10px"></td>
<td class="LastO" Style="color: burlywood;">Last Seen:<br><span style="color: White">2022-Jan-05 08:39</span></td>
</tr>
</table>
<Table Class="OnlineHistoryTable">
<tr>
<td style="font-size: 8pt;text-align: left; vertical-align: middle;">Online History:</td>
</tr>
<tr>
<td Class="OnlineHistoryRow">
<img class="Arrow" src="assests\Arrow-Right.png" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:57" alt="Light-Online" />
<br>
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:09" alt="Light-Online" />
<img class="Arrow" src="assests\Arrow-Left.png" />
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Software Changes?</div>
<Table style="text-align: center;">
<tr>
<td ID="20220104102742" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:27</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102242" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:22</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101837" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:18</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101432" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:14</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101026" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:10</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100620" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:06</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100215" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:02</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
<tr>
<td ID="20220104095809" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:58</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095402" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:54</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094953" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:49</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094545" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:45</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094138" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:41</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104083145" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:31</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: Yellow; background-color: rgb(148, 0, 0); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104081954" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:19</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: Yellow; background-color: rgb(148, 0, 0); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Last users to login</div>
<table class="UsrTbl">
<tr class="UsrHeadRow">
<th>STATE</th>
<th>LOGON</th>
<th>USERNAME</th>
<th>SESSION</th>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-13 09:36</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">EoL</td>
<td Class="UsrCell">2022-01-05 08:38</td>
<td Class="UsrCell">-- nothing more --</td>
<td Class="UsrCell">-- End of List --
</td>
</tr>
</table>
</div>
<div class="card">
<Table style="text-align: center;">
<tr>
<td><img class="OnineStat" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" alt="Light-Online" /></td>
<td class="Serial"><a class="Serial" Target="_blank" href="file://\\MXL91621T1\c$">MXL91621T1</a></td>
<td width="10px"></td>
<td class="ManMod">HP<br>EliteDesk 705 G4 SFF</td>
<td width="10px"></td>
<td class="LastO" Style="color: burlywood;">Last Seen:<br><span style="color: White">2022-Jan-05 08:39</span></td>
</tr>
</table>
<Table Class="OnlineHistoryTable">
<tr>
<td style="font-size: 8pt;text-align: left; vertical-align: middle;">Online History:</td>
</tr>
<tr>
<td Class="OnlineHistoryRow">
<img class="Arrow" src="assests\Arrow-Right.png" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:57" alt="Light-Online" />
<br>
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:09" alt="Light-Online" />
<img class="Arrow" src="assests\Arrow-Left.png" />
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Software Changes?</div>
<Table style="text-align: center;">
<tr>
<td ID="20220104102757" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:27</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102256" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:22</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101852" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:18</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101447" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:14</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101040" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:10</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100635" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:06</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100230" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:02</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
<tr>
<td ID="20220104095825" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:58</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095416" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:54</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095010" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:50</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094600" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:46</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094154" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:41</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104082009" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:20</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104081719" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:17</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">64</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Last users to login</div>
<table class="UsrTbl">
<tr class="UsrHeadRow">
<th>STATE</th>
<th>LOGON</th>
<th>USERNAME</th>
<th>SESSION</th>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-28 08:28</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">EoL</td>
<td Class="UsrCell">2022-01-05 08:38</td>
<td Class="UsrCell">-- nothing more --</td>
<td Class="UsrCell">-- End of List --
</td>
</tr>
</table>
</div>
<div class="card">
<Table style="text-align: center;">
<tr>
<td><img class="OnineStat" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" alt="Light-Online" /></td>
<td class="Serial"><a class="Serial" Target="_blank" href="file://\\PC0XS7WJ\c$">PC0XS7WJ</a></td>
<td width="10px"></td>
<td class="ManMod">LENOVO<br>ThinkPad T480s</td>
<td width="10px"></td>
<td class="LastO" Style="color: burlywood;">Last Seen:<br><span style="color: White">2022-Jan-05 08:39</span></td>
</tr>
</table>
<Table Class="OnlineHistoryTable">
<tr>
<td style="font-size: 8pt;text-align: left; vertical-align: middle;">Online History:</td>
</tr>
<tr>
<td Class="OnlineHistoryRow">
<img class="Arrow" src="assests\Arrow-Right.png" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:57" alt="Light-Online" />
<br>
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:09" alt="Light-Online" />
<img class="Arrow" src="assests\Arrow-Left.png" />
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Software Changes?</div>
<Table style="text-align: center;">
<tr>
<td ID="20220104102702" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:27</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102605" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:26</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102200" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:22</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101755" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:17</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101349" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:13</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100944" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:09</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100538" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:05</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
<tr>
<td ID="20220104100133" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:01</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095725" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:57</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095319" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:53</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094909" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:49</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094503" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:45</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094050" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:40</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104081910" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:19</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">70</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Last users to login</div>
<table class="UsrTbl">
<tr class="UsrHeadRow">
<th>STATE</th>
<th>LOGON</th>
<th>USERNAME</th>
<th>SESSION</th>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-13 09:36</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-28 08:28</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-30 08:002</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">EoL</td>
<td Class="UsrCell">2022-01-05 08:38</td>
<td Class="UsrCell">-- nothing more --</td>
<td Class="UsrCell">-- End of List --
</td>
</tr>
</table>
</div>
<div class="card">
<Table style="text-align: center;">
<tr>
<td><img class="OnineStat" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" alt="Light-Online" /></td>
<td class="Serial"><a class="Serial" Target="_blank" href="file://\\PF0Y7LLD\c$">PF0Y7LLD</a></td>
<td width="10px"></td>
<td class="ManMod">LENOVO<br>ThinkPad T480 w/o dGPU</td>
<td width="10px"></td>
<td class="LastO" Style="color: burlywood;">Last Seen:<br><span style="color: White">2022-Jan-05 08:39</span></td>
</tr>
</table>
<Table Class="OnlineHistoryTable">
<tr>
<td style="font-size: 8pt;text-align: left; vertical-align: middle;">Online History:</td>
</tr>
<tr>
<td Class="OnlineHistoryRow">
<img class="Arrow" src="assests\Arrow-Right.png" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:57" alt="Light-Online" />
<br>
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:09" alt="Light-Online" />
<img class="Arrow" src="assests\Arrow-Left.png" />
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Software Changes?</div>
<Table style="text-align: center;">
<tr>
<td ID="20220104102752" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:27</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102252" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:22</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101846" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:18</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101441" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:14</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101035" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:10</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100630" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:06</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100225" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:02</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
<tr>
<td ID="20220104095819" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:58</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095411" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:54</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095005" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:50</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094555" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:45</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094149" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:41</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104082003" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:20</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104081714" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:17</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">63</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Last users to login</div>
<table class="UsrTbl">
<tr class="UsrHeadRow">
<th>STATE</th>
<th>LOGON</th>
<th>USERNAME</th>
<th>SESSION</th>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-13 09:36</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-27 09:37</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">rdp-tcp#52
</td>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-30 08:002</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">Disc</td>
<td Class="UsrCell">2021-12-27 09:37</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">---
</td>
</tr>
</table>
</div>
<div class="card">
<Table style="text-align: center;">
<tr>
<td><img class="OnineStat" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" alt="Light-Online" /></td>
<td class="Serial"><a class="Serial" Target="_blank" href="file://\\PF1W9303\c$">PF1W9303</a></td>
<td width="10px"></td>
<td class="ManMod">LENOVO<br>ThinkPad T495</td>
<td width="10px"></td>
<td class="LastO" Style="color: burlywood;">Last Seen:<br><span style="color: White">2022-Jan-05 08:39</span></td>
</tr>
</table>
<Table Class="OnlineHistoryTable">
<tr>
<td style="font-size: 8pt;text-align: left; vertical-align: middle;">Online History:</td>
</tr>
<tr>
<td Class="OnlineHistoryRow">
<img class="Arrow" src="assests\Arrow-Right.png" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 08:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 07:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:57" alt="Light-Online" />
<br>
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:09" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:05" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 06:01" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:57" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:53" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:49" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:45" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:41" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:37" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:33" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:29" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:25" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:21" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:17" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:13" alt="Light-Online" />
<img class="OnineHistory" src="https://insmac.org/uploads/posts/2017-05/1495447823_network-led.png" Title="Jan05 05:09" alt="Light-Online" />
<img class="Arrow" src="assests\Arrow-Left.png" />
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Software Changes?</div>
<Table style="text-align: center;">
<tr>
<td ID="20220104102708" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:27</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102612" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:26</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104102207" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:22</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101802" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:18</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104101356" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:13</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100951" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:09</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104100545" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:05</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
<tr>
<td ID="20220104100140" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 10:01</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095733" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:57</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104095327" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:53</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094917" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:49</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094510" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:45</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104094059" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 09:40</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
<td ID="20220104081918" nowrap style="border: 1px solid gray;"><span style="font-family: monospace; Font-size: 7pt; text-align: center;">Jan04 08:19</span>
<table style="margin: 0px; cell-padding: 0px; cell-spacing: 0px; text-align: center;">
<tr>
<td rowspan="2" style="color: #bbb; background-color: rgb(48, 48, 48); Font-size: 10pt;font-family: monospace;">61</td>
<td style="Font-size: 6pt;">current</td>
</tr>
<tr>
<td style="Font-size: 6pt;">installs</td>
</tr>
</table>
</td>
</tr>
</Table>
<Div class="Details" Style="Border-Top: rgb(92, 92, 92);color: burlywood;"><br>Last users to login</div>
<table class="UsrTbl">
<tr class="UsrHeadRow">
<th>STATE</th>
<th>LOGON</th>
<th>USERNAME</th>
<th>SESSION</th>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-13 09:36</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">Active</td>
<td Class="UsrCell">2021-12-30 08:002</td>
<td Class="UsrCell">a.username</td>
<td Class="UsrCell">console
</td>
</tr>
<tr>
<td Class="UsrCell">EoL</td>
<td Class="UsrCell">2022-01-05 08:38</td>
<td Class="UsrCell">-- nothing more --</td>
<td Class="UsrCell">-- End of List --
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
html {
font-size: 22px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1;
color: #bbb;
background-color: #000;
}
body {
padding: 1rem;
}
.cards {
/* max-width: 1920px; */
margin: 0 auto;
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(500px, 500px));
}
.card {
background-color: rgb(48, 48, 48);
color: rgb(255, 255, 255);
padding: 1rem;
/* height: 4rem; */
border: 2px solid rgb(64, 64, 64);
border-radius: 20px;
text-align: center;
transition: transform ease-in-out 0.9s;
}
.card:hover {
/* transform: scale(2) translateX(calc(90% / 2)) translateY(calc(90% / 2)); */
transform: scale(1.2);
z-index: 20;
}
.OnineStat {
width: 32px;
height: -1;
}
.LastO {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.5rem;
text-align: center;
}
.Details {
font-family: "arial narrow", sans-serif;
font-size: 0.5rem;
color: rgb(197, 197, 197);
}
.UsrTbl {
font-family: "arial narrow", sans-serif;
font-size: 0.5rem;
color: rgb(110, 161, 177);
width: 100%;
border-collapse: collapse;
border: 1px solid rgb(0, 59, 136);
}
.UsrHeadRow {
font-size: 0.6rem;
font-weight: bold;
color: rgb(192, 192, 192);
background-color: rgb(0, 64, 128);
border: 1px solid rgb(0, 59, 136);
}
.UsrCell {
border: 1px solid rgb(0, 59, 136);
}
.ManMod {
font-family: "arial narrow", sans-serif;
font-size: 0.6rem;
color: rgb(177, 169, 110);
text-align: left;
}
.Serial {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 20pt;
transform: scale(1, 1.35);
font-weight: bold;
color: rgb(255, 255, 255);
text-align: left;
text-shadow: 2px 2px 3px gray;
}
.DateTimeWrapper {
font-family: "helvetica neue", helvetica, arial, sans-serif;
font-size: 20px;
text-align: center;
background-color: rgb(0, 65, 65);
padding: 5px;
border: 2 solid cyan;
border-radius: 5px;
position: absolute;
top: 230;
left: -190;
transform: rotate(-90deg);
}
.OnlineHistoryTable {
border: 1px solid rgb(64, 96, 96);
text-align: center;
padding: 2px;
border-radius: 15px;
}
.OnlineHistoryRow {
font-size: 7pt;
vertical-align: text-top;
}
.OnineHistory {
width: 12px;
height: -1;
}
.Arrow {
height: 14px;
width: -1;
}
Also see: Tab Triggers