TracCloudInternal: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is used to track pages that are (intentionally) not commonly linked to. If you've managed to find this page, here's a cookie 🍪
This is a page for Redrock Staff to track articles that are (intentionally) not commonly linked to. If you've managed to find this page, here's a cookie 🍪


<div class="categoryBox">
<div class="categoryBox">
Line 30: Line 30:
   <option value="3">Down</option>
   <option value="3">Down</option>
</select>
</select>
<br>
 
<label>Optionally enter a custom status message</label>
<label>Optionally enter a custom status message</label>
<textarea id="message" style="width: 100%; height: 50px; margin-bottom: 10px;"></textarea>
<textarea id="message" style="width: 100%; height: 50px; margin-bottom: 10px;"></textarea>
Line 42: Line 42:
<script>
<script>
function updateStatus() {
function updateStatus() {
   document.getElementById("result").innerHTML = '';
   document.getElementById("result").innerHTML = "<span style='color:grey;'>Attempting to save... If you're still reading this, make sure you're logged in.</span>";
   let statusImg = document.getElementById("status").value;
   let statusImg = document.getElementById("status").value;
   let customMessage = document.getElementById("message").value;
   let customMessage = document.getElementById("message").value;

Latest revision as of 16:26, 25 March 2026

This is a page for Redrock Staff to track articles that are (intentionally) not commonly linked to. If you've managed to find this page, here's a cookie 🍪


Manually update the status page. You must be logged in for this to function.