diff options
Diffstat (limited to 'pages/prefix.inc')
-rw-r--r-- | pages/prefix.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/prefix.inc b/pages/prefix.inc index d7d8a40..0b1f3a3 100644 --- a/pages/prefix.inc +++ b/pages/prefix.inc @@ -11,6 +11,10 @@ require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/header.inc'; <h2>Prefix generator</h2> <p>This prefix generator will take into account the prefixes from the existing members to try to generate new original prefixes for a potential new member.</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 1fr 1fr;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();"> <optgroup label="General Options"> |