summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 21:35:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 21:35:00 +0000
commit4093cb99afb2c01aca17a1846416d11ad955a6b7 (patch)
treed6daea2a81e0a0be6bc4448d850c9dd6d5a5f747 /usr/local/www/index.php
parentd9d6a71d936999587ff6d133229d9d17e8afdacb (diff)
downloadpfsense-4093cb99afb2c01aca17a1846416d11ad955a6b7.zip
pfsense-4093cb99afb2c01aca17a1846416d11ad955a6b7.tar.gz
Dress up welcome pagee
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php20
1 files changed, 13 insertions, 7 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 402c878..febe820 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -62,13 +62,19 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<form>
<?php
- echo "<center>";
- echo "<a href=\"/\"><img src=\"./themes/".$g['theme']."/images/icons/icon_logo.gif\" border=\"0\"></a><p>";
- echo "Welcome to pfSense!<p>";
- echo "One moment while we start the initial setup wizard.<p>";
- echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>";
- echo "To bypass the wizard, click on the pfSense wizard on the initial page.";
- echo "<meta http-equiv=\"refresh\" content=\"1;url=wizard.php?xml=setup_wizard.xml\">";
+ echo "<center>\n";
+ echo "<a href=\"/\"><img src=\"./themes/".$g['theme']."/images/icons/icon_logo.gif\" border=\"0\"></a><p>\n";
+ echo "<div id=\"nifty\">\n";
+ echo "Welcome to pfSense!<p>\n";
+ echo "One moment while we start the initial setup wizard.<p>\n";
+ echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>\n";
+ echo "To bypass the wizard, click on the pfSense wizard on the initial page.\n";
+ echo "</div>\n";
+ 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\",\"top\",\"#FFF\",\"#EEEEEE\",\"smooth\");\n";
+ echo "</script>\n";
exit;
}
OpenPOWER on IntegriCloud