Commit new slackware.uk content (with themes).
This commit is contained in:
parent
085631e3d3
commit
e06c1db9cb
54 changed files with 1457 additions and 2572 deletions
9
html/includes/bwbar.php
Normal file
9
html/includes/bwbar.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php require "includes/vars.php"; ?>
|
||||
<center>
|
||||
<b>Mirror server bandwidth utilisation</b><br>
|
||||
<?php if ($light) { ?>
|
||||
<img src="/html/bwbar-light.png" width="804" height="12" title="<!--#include virtual='/html/bwbar.txt' -->" alt="Bandwidth graph measuring <!--#include virtual='/html/bwbar.txt' -->" border="0">
|
||||
<?php } else { ?>
|
||||
<img src="/html/bwbar-dark.png" width="804" height="12" title="<!--#include virtual='/html/bwbar.txt' -->" alt="Bandwidth graph measuring <!--#include virtual='/html/bwbar.txt' -->" border="0">
|
||||
<?php } ?>
|
||||
</center>
|
||||
Loading…
Add table
Add a link
Reference in a new issue