summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-11 05:30:57 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-11 05:30:57 +0000
commit702b324ec46ecee74d7e3d8c4fcce4cc1a84e3d2 (patch)
tree7564d4b85cfd000379aeed5db3c1a6385d499113 /usr
parent7f1b26bc1bbdf1873ad18c28b033e1962c01ba42 (diff)
downloadpfsense-702b324ec46ecee74d7e3d8c4fcce4cc1a84e3d2.zip
pfsense-702b324ec46ecee74d7e3d8c4fcce4cc1a84e3d2.tar.gz
* Use correct css file for wizard
* Use a lighter color
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php17
1 files changed, 14 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 413e237..f6aadf0 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -101,8 +101,19 @@
## accessed since initial install show this stuff.
if(file_exists('/conf/trigger_initial_wizard')) {
- $pgtitle = array("{$g['product_name']} first time setup");
- include('head.inc');
+
+ echo <<<EOF
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+ <title>pfSense.local - pfSense first time setup</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <link rel="stylesheet" type="text/css" href="/niftycssprintCode.css" media="print" />
+ <script type="text/javascript">var theme = "nervecenter"</script>
+ <script type="text/javascript" src="/themes/nervecenter/loader.js"></script>
+
+EOF;
echo "<body link=\"#0000CC\" vlink=\"#0000CC\" alink=\"#0000CC\">\n";
@@ -123,7 +134,7 @@
echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">\n";
echo "<script type=\"text/javascript\">\n";
echo "NiftyCheck();\n";
- echo "Rounded(\"div#nifty\",\"all\",\"#000\",\"#FFFFFF\",\"smooth\");\n";
+ echo "Rounded(\"div#nifty\",\"all\",\"#AAA\",\"#FFFFFF\",\"smooth\");\n";
echo "</script>\n";
exit;
}
OpenPOWER on IntegriCloud