mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
51 lines
2.3 KiB
HTML
Executable File
51 lines
2.3 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/NetAlertX_logo.png" alt="NetAlertX Logo" style="vertical-align: middle; margin-top:-6px" width="32" height="32" />
|
|
Net<b>Alert</b><sup>x</sup>
|
|
</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: 10px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;">
|
|
<tr>
|
|
<td width=50% style="text-align:center;color: white;" bgcolor="#3c8dbc">
|
|
<NEW_VERSION>
|
|
| Sent: <REPORT_DATE>
|
|
| Server: <SERVER_NAME>
|
|
| Built: <BUILD_DATE>
|
|
| Version: <BUILD_VERSION>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</font>
|
|
</body>
|
|
</html>
|