mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
68 lines
3.2 KiB
HTML
Executable File
68 lines
3.2 KiB
HTML
Executable File
<!--
|
|
#---------------------------------------------------------------------------------#
|
|
# NetAlertX #
|
|
# Open Source Network Guard / WIFI & LAN intrusion detector #
|
|
# #
|
|
# report_template.html - Back module. Template to email reporting in HTML format #
|
|
#---------------------------------------------------------------------------------#
|
|
-->
|
|
|
|
<html>
|
|
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<font face=sans-serif>
|
|
<table align=center width=100% cellpadding=0 cellspacing=0 style="border-radius: 5px;">
|
|
<tr>
|
|
<td bgcolor=#3c8dbc align=center style="padding: 20px 10px 10px 10px; font-size: 20px; color:#ffffff; border-top-right-radius: 5px; border-top-left-radius: 5px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)">
|
|
<img src="https://netalertx.com/favicon.ico" alt="NetAlertX Logo" style="vertical-align: middle;" width="32" height="32" />
|
|
Net<b>Alert</b><sup>x</sup>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<table width=100% border=0 bgcolor=#4b99d3 cellpadding=5px cellspacing=0 style="border-collapse: collapse; font-size: 15px; text-align:center; color:#ffffff"> <tr>
|
|
<td width=100% bgcolor="#3c8dbc"> Report Date: <b><REPORT_DATE></b> </td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td height=200 valign=top style="padding: 10px">
|
|
|
|
|
|
<NEW_DEVICES_TABLE>
|
|
<DOWN_DEVICES_TABLE>
|
|
<DOWN_RECONNECTED_TABLE>
|
|
<EVENTS_TABLE>
|
|
<PLUGINS_TABLE>
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
<table width=100% bgcolor=#3c8dbc cellpadding=5px cellspacing=0 style="font-size: 13px; font-weight: bold; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;">
|
|
<tr>
|
|
<td width=50% style="text-align:center;color: white;" bgcolor="#3c8dbc">
|
|
<a href="https://github.com/jokob-sk/NetAlertX" target="_blank" style="color: white">NetAlertX</a>
|
|
<a href=".." target="_blank" style="color: white"> (<SERVER_NAME>)</a>
|
|
<br><span style="display:inline-block;color: white; transform: rotate(180deg)">©</span>2022
|
|
<a style="color: white" href="mailto:jokob@duck.com?subject=NetAlertX">jokob-sk</a> | <b>Built on: <BUILD_DATE> </b> | <b> Version: <BUILD_VERSION> </b> |
|
|
<a href="https://github.com/jokob-sk/NetAlertX/tree/main/docs" target="_blank" style="color: white">
|
|
<span>Docs <i class="fa fa-circle-question"></i>
|
|
</a><span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</font>
|
|
</body>
|
|
</html>
|