29 lines
549 B
PHP
29 lines
549 B
PHP
<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>
|