summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorrbgarga <garga@FreeBSD.org>2013-04-08 14:59:34 -0700
committerrbgarga <garga@FreeBSD.org>2013-04-08 14:59:34 -0700
commit1dba542288baad86b8f2f62485fe6d9a03b545df (patch)
treefca135557d2d2b65943eddbc0097d448c00b802f /usr/local/www
parent58f2f42a48247487fd2ee650c5ae137bbb77f4e0 (diff)
parent600933eee377e4d9fbf10e18e7b6b653cec5c64a (diff)
downloadpfsense-1dba542288baad86b8f2f62485fe6d9a03b545df.zip
pfsense-1dba542288baad86b8f2f62485fe6d9a03b545df.tar.gz
Merge pull request #536 from ExolonDX/branch_01
Tidy up "pkg_mgr_install.php" XHTML
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php55
1 files changed, 27 insertions, 28 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index ad3175c..45d5f42 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -61,7 +61,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<form action="pkg_mgr_install.php" method="post">
<div id="mainareapkg">
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="package manager install">
<tr>
<td>
<?php
@@ -77,29 +77,26 @@ include("head.inc");
</td>
</tr>
<tr>
- <td class="tabcont">
- <center>
- <table height='15' width='420' border='0' colspacing='0' cellpadding='0' cellspacing='0'>
- <tr>
- <td background="./themes/<?= $g['theme']; ?>/images/misc/bar_left.gif" height='15' width='5'>
- </td>
- <td>
- <table id="progholder" name="progholder" height='15' width='410' border='0' colspacing='0' cellpadding='0' cellspacing='0'>
- <td background="./themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif" valign="top" align="left">
- <img src='./themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif' width='0' height='15' name='progressbar' id='progressbar'>
- </td>
- </table>
- </td>
- <td background="./themes/<?= $g['theme']; ?>/images/misc/bar_right.gif" height='15' width='5'>
- </td>
- </tr>
- </table>
- <br>
- <!-- status box -->
- <textarea cols="80" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning package installation.");?></textarea>
- <!-- command output box -->
- <textarea cols="80" rows="35" name="output" id="output" wrap="hard"></textarea>
- </center>
+ <td class="tabcont" align="center">
+ <table style="height:15;colspacing:0" width="420" border="0" cellpadding="0" cellspacing="0" summary="images">
+ <tr>
+ <td style="background:url('./themes/the_wall/images/misc/bar_left.gif')" height="15" width="5"></td>
+ <td>
+ <table id="progholder" style="height:15;colspacing:0" width="410" border="0" cellpadding="0" cellspacing="0" summary="progress bar">
+ <tr><td style="background:url('./themes/the_wall/images/misc/bar_gray.gif')" valign="top" align="left">
+ <img src='./themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif' width="0" height="15" name="progressbar" id="progressbar" alt="progress bar" />
+ </td></tr>
+ </table>
+ </td>
+ <td style="background:url('./themes/the_wall/images/misc/bar_right.gif')" height="15" width="5">
+ </td>
+ </tr>
+ </table>
+ <br/>
+ <!-- status box -->
+ <textarea cols="80" rows="1" name="status" id="status" wrap="hard"><?=gettext("Beginning package installation.");?></textarea>
+ <!-- command output box -->
+ <textarea cols="80" rows="35" name="output" id="output" wrap="hard"></textarea>
</td>
</tr>
</table>
@@ -107,12 +104,11 @@ include("head.inc");
</form>
<?php include("fend.inc"); ?>
<script type="text/javascript">
+//<![CDATA[
NiftyCheck();
Rounded("div#mainareapkg","bl br","#FFF","#eeeeee","smooth");
+//]]>
</script>
-</body>
-</html>
-
<?php
@@ -226,4 +222,7 @@ if($fs_mounted_rw) {
/* Restore to read only fs */
conf_mount_ro();
}
-?> \ No newline at end of file
+?>
+
+</body>
+</html>
OpenPOWER on IntegriCloud