smaller space font

This commit is contained in:
Karl Hudgell 2015-07-05 09:00:10 +01:00
parent 6bdd0d94ec
commit 269c41de82
7 changed files with 23 additions and 14 deletions

View File

@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
<td bgcolor='#FFFFFF'>
@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
</form>
</td>
</table>
</div>
</body>

View File

@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
</form>
</td>
</table>
</div>
</body>

View File

@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
</form>
</td>
</table>
</div>
</body>

View File

@ -70,10 +70,13 @@ require_once 'DiskStatus.class.php';
}
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
<td bgcolor='#FFFFFF'>
@ -85,7 +88,7 @@ require_once 'DiskStatus.class.php';
</form>
</td>
</table>
</div>
</body>

View File

@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
<td bgcolor='#FFFFFF'>
@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
</form>
</td>
</table>
</div>
</body>

View File

@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
<td bgcolor='#FFFFFF'>
@ -85,7 +86,7 @@ require_once 'DiskStatus.class.php';
</form>
</td>
</table>
</div>
</body>

View File

@ -71,9 +71,10 @@ require_once 'DiskStatus.class.php';
?>
<body>
<div id="drivebox2" style="font:10pt Arial; color:#0066FF;">
<table width='190' border='0' cellspacing='0' cellpadding='0'>
<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 class="hiddenRow">
<td bgcolor='#FFFFFF'>
@ -86,7 +87,7 @@ require_once 'DiskStatus.class.php';
</td>
</table>
</div>
</body>
</html>