smaller space font
This commit is contained in:
parent
6bdd0d94ec
commit
269c41de82
@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive1;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><font color='#0066FF'><?php echo $drive1;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
<td bgcolor='#FFFFFF'>
|
<td bgcolor='#FFFFFF'>
|
||||||
@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive2;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><font color='#0066FF'><?php echo $drive2;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive3;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><font color='#0066FF'><?php echo $drive3;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -70,10 +70,13 @@ require_once 'DiskStatus.class.php';
|
|||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive4;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><?php echo $drive4;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
<td bgcolor='#FFFFFF'>
|
<td bgcolor='#FFFFFF'>
|
||||||
@ -85,7 +88,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive5;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><font color='#0066FF'><?php echo $drive5;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
<td bgcolor='#FFFFFF'>
|
<td bgcolor='#FFFFFF'>
|
||||||
@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive6;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><font color='#0066FF'><?php echo $drive6;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
<td bgcolor='#FFFFFF'>
|
<td bgcolor='#FFFFFF'>
|
||||||
@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
<table width='190' border='0' cellspacing='0' cellpadding='0'>
|
||||||
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
<tr onclick="toggleNextRow(this)" BGCOLOR='#FFFFFF'>
|
||||||
<th style='text-align: left;'><font color='black'><?php echo $drive7;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
<th style='text-align: left;'><font color='#0066FF'><?php echo $drive7;?>\<?= $freeSpaceC ?> (of <?= $totalSpaceC ?>)</font></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="hiddenRow">
|
<tr class="hiddenRow">
|
||||||
<td bgcolor='#FFFFFF'>
|
<td bgcolor='#FFFFFF'>
|
||||||
@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
|
|||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user