diff options
Diffstat (limited to 'pages/parser.inc')
-rw-r--r-- | pages/parser.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/parser.inc b/pages/parser.inc index dc07744..283006b 100644 --- a/pages/parser.inc +++ b/pages/parser.inc @@ -11,6 +11,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; <h2>Message parser</h2> <p>Enter a message here, and we will tell you which system member this message came from.</p> + <div class="alert alert-warning"> + <b>Notice:</b> The prefix generator and message parser pages will be removed from Cold Haze starting November 1<sup>st</sup>, due to being unused, difficult to maintain and containing outdated information. Feel free to ask a system member if you need help figuring out who sent a specific message. + </div> + <div style="display:grid;grid-template-columns:1fr 2fr;grid-gap:10px;"> <select id="system" title="Existing prefixes from..." class="tooltip-nohelp form-select" style='color:white;background-color:#111;border-color:#222;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");' onchange="update();"> <option value="all">(all systems)</option> |