Folder reorganize 1
This commit is contained in:
29
OLD/charts/menu.php
Normal file
29
OLD/charts/menu.php
Normal 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>
|
||||
Reference in New Issue
Block a user