feat(dir): switch Administrators and Moderators columns

It makes more sense to have the columns arranged in a big-endian layout
with administrators before moderators.
This commit is contained in:
inference 2025-06-26 20:56:49 +00:00
parent 4804c0dda0
commit 916b7447ab
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<!-- Inferencium - Website - Directory -->
<!-- Version: 5.2.0-alpha.1 -->
<!-- Version: 5.2.0-alpha.2 -->
<!-- Copyright 2023 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -53,8 +53,8 @@
<th id="name">Name</th>
<th id="description">Description</th>
<th id="access">Access</th>
<th id="mod">Moderators</th>
<th id="admin">Administrators</th>
<th id="mod">Moderators</th>
</tr>
</thead>
<tbody>
@ -102,6 +102,11 @@
</ul>
</td>
<td class="green" headers="access inf-offtopic">Public</td>
<td class="desc" headers="admin inf-offtopic">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
<td class="desc" headers="mod inf-offtopic">
<ul>
<li>homejacobphone</li>
@ -109,11 +114,6 @@
<li>Lusca</li>
</ul>
</td>
<td class="desc" headers="admin inf-offtopic">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
</tr>
<tr>
<th id="inf-politics">Politics</th>
@ -129,6 +129,11 @@
</ul>
</td>
<td class="red" headers="access inf-politics">Private</td>
<td class="desc" headers="admin inf-politics">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
<td class="desc" headers="mod inf-politics">
<ul>
<li>homejacobphone</li>
@ -136,11 +141,6 @@
<li>Lusca</li>
</ul>
</td>
<td class="desc" headers="admin inf-politics">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
</tr>
<tr>
<th id="inf-scitech"><a href="https://smp9.simplex.im/g#k32axVhvaJiiAJsYs1yGutGeVksbQLOKrIMWc4S2D2o">Science/Technology</a></th>
@ -164,6 +164,11 @@
</ul>
</td>
<td class="green" headers="access inf-scitech">Public</td>
<td class="desc" headers="admin inf-scitech">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
<td class="desc" headers="mod inf-scitech">
<ul>
<li>homejacobphone</li>
@ -171,11 +176,6 @@
<li>Lusca</li>
</ul>
</td>
<td class="desc" headers="admin inf-scitech">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
</tr>
<tr>
<th id="inf-software"><a href="https://smp5.simplex.im/g#g2eE2qMeqgoW8iHXOZKJlRAnE1L2WvVMWumFquHuapc">Software</a></th>
@ -204,6 +204,11 @@ Description: &lt;description&gt;</pre>
</ul>
</td>
<td class="green" headers="access inf-software">Public</td>
<td class="desc" headers="admin inf-software">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
<td class="desc" headers="mod inf-software">
<ul>
<li>homejacobphone</li>
@ -211,11 +216,6 @@ Description: &lt;description&gt;</pre>
<li>Lusca</li>
</ul>
</td>
<td class="desc" headers="admin inf-software">
<ul>
<li><a href="https://smp9.simplex.im/a#oe5dMuaJu0qUg7aFqkqp-rXzP18oWh0gsMbhNIwUKqE">Inference</a></li>
</ul>
</td>
</tr>
</tbody>
</table>