aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/notification.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/notification.html')
-rw-r--r--contrib/notification.html56
1 files changed, 39 insertions, 17 deletions
diff --git a/contrib/notification.html b/contrib/notification.html
index 78750362..baa659c3 100644
--- a/contrib/notification.html
+++ b/contrib/notification.html
@@ -1,35 +1,57 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-<meta charset="UTF-8">
-<title>RouterOS-Scripts Notification Generator</title>
-<link rel="stylesheet" type="text/css" href="notification.d/style.css">
-<script src="notification.d/script.js"></script>
-</head>
-<body>
+<!DOCTYPE html><html lang="en">
+<!-- static html //-->
+<head><meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<title>RouterOS Scripts :: Notification Generator</title>
+<link rel="stylesheet" type="text/css" href="../general/style.css">
+<link rel="icon" type="image/png" href="../logo.png">
+<script src="notification.d/script.js"></script>
+</head><body>
-<h1>RouterOS-Scripts Notification Generator</h1>
+<table><tr>
+ <td><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
+ <td><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
+ <td class="head"><span class="top">RouterOS Scripts</span><br />
+ <span class="bottom">a collection of scripts for MikroTik RouterOS</span></td>
+</tr></table>
+<hr />
+
+<h1>Notification Generator</h1>
+
+<!-- badges here //-->
+
+<p><a href="../README.md">âŦ…ī¸ Go back to main README</a></p>
+
+<blockquote style="/* display */"><p>đŸ’Ąī¸ <strong>Hint</strong>: This site or links
+on it may be broken on code hosting sites. Use
+<a href="https://rsc.eworm.de/main/contrib/notification.html">Notification Generator</a>
+instead.</p></blockquote>
<div class="notification">
<img src="../logo.svg" alt="logo" class="logo" width=48 height=48>
<div class="content">
<p id="heading" class="heading">[<span id="hostname">MikroTik</span>] <span id="subject">â„šī¸ Subject</span></p>
<pre id="message">Message</pre>
- <p id="link" class="hint">🔗 <span id="link-text" class="link">https://eworm.de/</span></p>
- <p id="queued" class="hint">⏰ This message was queued since <span id="queued-since">oct/18/2022 18:30:48</span> and may be obsolete.</p>
- <p id="cut" class="hint">âœ‚ī¸ The message was too long and has been truncated, cut off <span id="cut-percent">13</span>%!</p>
+ <p id="link" class="hint">🔗 <span id="link-text" class="link">https://rsc.eworm.de/</span></p>
+ <p id="queued" class="hint">⏰ This message was queued since <i><span id="queued-since">2025-10-29 16:06:18</span></i> and may be obsolete.</p>
+ <p id="cut" class="hint">âœ‚ī¸ The message was too long and has been truncated, cut off <i><span id="cut-percent">13</span>%</i>!</p>
</div>
</div>
<p>Hostname: <input type="text" value="MikroTik" onchange="update(this, 'hostname')"></p>
<p>Subject: <input type="text" size=50 value="â„šī¸ Subject" onchange="update(this, 'subject')"></p>
<p>Message: <textarea id="w3review" name="w3review" rows="4" cols="50" onchange="update(this, 'message')">Message</textarea></p>
-<p><input type="checkbox" onclick="visible(this, 'link')"> Show link: <input type="text" value="https://eworm.de/" onchange="update(this, 'link-text')"></p>
-<p><input type="checkbox" onclick="visible(this, 'queued')"> Queued since <input type="text" value="oct/18/2022 18:30:48" onchange="update(this, 'queued-since')"></p>
+<p><input type="checkbox" onclick="visible(this, 'link')"> Show link: <input type="text" value="https://rsc.eworm.de/" onchange="update(this, 'link-text')"></p>
+<p><input type="checkbox" onclick="visible(this, 'queued')"> Queued since <input type="text" value="2025-10-29 16:06:18" onchange="update(this, 'queued-since')"></p>
<p><input type="checkbox" onclick="visible(this, 'cut')"> Cut-off with <input type="number" min=1 max=99 value=13 onchange="update(this, 'cut-percent')"> percent</p>
<p>Then right-click, click "<i>Take Screenshot</i>" and finally select the
notification and download it.</p>
-</body>
-</html>
+<hr />
+
+<p><a href="../README.md">âŦ…ī¸ Go back to main README</a><br/>
+<a href="#top">âŦ†ī¸ Go back to top</a></p>
+
+<p class="foot">Copyright &copy; 2013-2025 Christian Hesse &lt;mail@eworm.de&gt;</p>
+
+</body></html>