Colour FIx
This commit is contained in:
parent
46e8996d79
commit
fcba7d35fa
31
space.php
31
space.php
@ -1,7 +1,30 @@
|
|||||||
<html>
|
<!--Force IE6 into quirks mode with this comment tag-->
|
||||||
|
<!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" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" type="text/css" href="css/white.css" />
|
||||||
|
<link rel="alternate stylesheet" type="text/css" media="screen" title="black" href="css/black.css" />
|
||||||
|
<link rel="alternate stylesheet" type="text/css" media="screen" title="white" href="css/white.css" />
|
||||||
|
<link rel="alternate stylesheet" type="text/css" media="screen" title="blue" href="css/blue.css" />
|
||||||
|
|
||||||
|
<!--This script should appear below your LINK stylesheet tags -->
|
||||||
|
|
||||||
|
<script src="styleswitch.js" type="text/javascript">
|
||||||
|
|
||||||
|
/***********************************************
|
||||||
|
* Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
|
||||||
|
* This notice MUST stay intact for legal use
|
||||||
|
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
|
||||||
|
***********************************************/
|
||||||
|
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload=function(){
|
||||||
|
var formref=document.getElementById("switchform")
|
||||||
|
indicateSelected(formref.switchcontrol)
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@ -102,6 +125,8 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<div id="style">
|
||||||
|
<div class="innertube">
|
||||||
</p>
|
</p>
|
||||||
<table border=0>
|
<table border=0>
|
||||||
<tr><td BGCOLOR='#0066FF'><font color='white'>Disk Space</font></td></tr>
|
<tr><td BGCOLOR='#0066FF'><font color='white'>Disk Space</font></td></tr>
|
||||||
@ -134,6 +159,8 @@ try {
|
|||||||
<div class="used" style="width: <?= $barWidth6 ?>px"><?= $diskStatus6->usedSpace() ?>% </div>
|
<div class="used" style="width: <?= $barWidth6 ?>px"><?= $diskStatus6->usedSpace() ?>% </div>
|
||||||
</div></td></tr>
|
</div></td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user