Folder reorganize 1

This commit is contained in:
Rucus
2026-02-17 12:44:37 -06:00
parent ec99d85bc2
commit f0ae0ab905
17427 changed files with 2071 additions and 1059030 deletions

View File

@@ -1,32 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en">
<?php
declare(strict_types=1);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<link href="../style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>LASUCA Controls </title>
<script type="text/javascript" src="../script.js"></script>
<script src="../js/prototype.js" type="text/javascript"></script>
<script src="../js/scriptaculous.js" type="text/javascript"></script>
<script type="text/javascript">
function showHint()
{
var sid = Math.random();
new Ajax.Updater('overview_values', 'main.php?sid=' + sid, {asynchronous:true});
}
function startShowing()
{
new PeriodicalExecuter(showHint, 1);
new PeriodicalExecuter(function(pe) {}, 5);
}
startShowing();
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>LASUCA Controls • Section Library</title>
<link rel="stylesheet" href="theme.css?v=1" />
</head>
<body bgcolor="#000000">
<div id='overview_values' name='overview_values'></div>
<body>
<main class="module-shell">
<header class="module-heading">
<div>
<h1 class="module-heading__title">Display Section Library</h1>
<p class="module-heading__meta">
Preview every modular panel with the refreshed theme
</p>
</div>
<div class="module-heading__meta">
<span>Last updated <time data-section-status>--</time></span>
<span
class="module-pill module-pill--warn"
data-section-error
aria-hidden="true"
></span>
</div>
</header>
<div class="module-grid" data-section-root>
<div class="module-card module-card--tight">
<p>Loading sections…</p>
</div>
</div>
</main>
<script src="theme.js?v=1" defer></script>
</body>
</html>