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

29
OLD/charts/menu.php Normal file
View File

@@ -0,0 +1,29 @@
<div class="col-3 menu">
<ul>
<li>
<a href="../overview.php">Overview</a>
</li>
<li>
<a href="millscharts.php">Milling Values</a>
</li>
<li>
<a href="boilerscharts.php">Boiler Flows</a>
</li>
<li>
<a href="imbflowchart.php">Immibition Flow</a>
</li>
<!--
<li>
<a href="overview.php">Manufacturing</a>
</li>
-->
<!--
<li>
<a href="overview.php">Trending</a>
</li>
-->
</ul>
<?php include_once("../darkmode.php"); ?>
<br>
<p> You can turn lines on and off in the charts by clicking the coresponding item in the legend below the chart.</p>
</div>