diff --git a/config-form.css b/config-form.css index 1fdd2c0..b3f8e35 100644 --- a/config-form.css +++ b/config-form.css @@ -1,23 +1,3 @@ -* { - font-family: Arial; -} -#All { - width: 50em; - margin: 2em auto; - border: 1px #CCC solid; - padding: 1em; -} -form { - margin: 0; -} -h1 { - margin-top: 0; -} - -label span { - float: left; - width: 12em; -} .good td { color: green; @@ -28,36 +8,36 @@ label span { } .testResults .error td { - background-color: #C00; - border: 1px #700 solid; - color: white; + border: 1px #CCC solid; + color: red; } p.error { padding: 0.5em; - background-color: #C00; - border: 1px #700 solid; - color: white; + background-color: #DDD; + border: 1px #CCC solid; + color: red; } p.warning { padding: 0.5em; - background-color: #E70; - border: 1px #A70 solid; - color: white; + background-color: #DDD; + border: 1px #CCC solid; + color: orange; } p.good { padding: 0.5em; - background-color: #0C0; - border: 1px #070 solid; - color: white; + background-color: #DDD; + border: 1px #CCC solid; + color: #0C0; } .testResults { border-collapse: collapse; - font-size: 80%; + font-size: 80%; + width: 90%; } .testResults td { border: 1px #CCC solid; width: 400px; padding: 0.2em; -} \ No newline at end of file +} diff --git a/config-form.html b/config-form.html index 5d6ee37..db62cb8 100644 --- a/config-form.html +++ b/config-form.html @@ -9,140 +9,156 @@ document.getElementById(id).style.display = 'none'; } + + + -
-

- Version -

-

SilverStripe CMS Installation

-

- Thanks for choosing to use SilverStripe! Please follow the instructions below to get SilverStripe - installed. -

- -
- -

- You aren't currently able to install the software. Please see below for details. -

- - hasWarnings()) { ?> -

- There are some issues that we recommend you look at before installing, however, you are still able to install the software. - Please see below for details. -

- hasErrors()) { ?> -

- You're ready to install!    -

- -

- Template to install: -

- BlackCandy, default template ready to use.
- Empty template, ready to begin the tutorial.
-

You can change the template or download another from the SilverStripe website after installation.

- - - +
+
+ + +
+

- Note: It seems as though SilverStripe is already installed here. If you ask me to install, I will overwrite - the .htaccess and mysite/_config.php files.

- + Thanks for choosing to use SilverStripe! Please follow the instructions below to get SilverStripe + installed.

- - -

- - - - - - - -

- - - -

MySQL Database

-

- SilverStripe stores its content in a MySQL database. Please provide the username - and password to connect to the server here. If this account has permission to create databases, then we will - create the database for you; otherwise, you must give the name of a database that already exists. -

- - hasErrors()) { ?> -

- These database details don't appear to be correct. Please enter the correct details before installing. -

- -

- These database details look all good! -

- - -

-
-
-
-
-

- -

- -

- -

Details

- showTable("MySQL Configuration"); ?> - -

- -

SilverStripe Administration Account

-

- We will set up 1 administrator account for you automatically. Enter the email address and password. If you'd - rather log-in with a username instead of an email address, enter that instead. -

- -

-
-
-

- -

- -

Requirements

- showTable(); + + + +

+ You aren't currently able to install the software. Please see below for details. +

+ + hasWarnings()) { ?> +

+ There are some issues that we recommend you look at before installing, however, you are still able to install the software. + Please see below for details. +

+ hasErrors()) { ?> +

+ You're ready to install!    +

+ +

+ Template to install: +

+

+ BlackCandy, default template ready to use.
+ Empty template, ready to begin the tutorial.
+

+

You can change the template or download another from the SilverStripe website after installation.

+ + + +

+ Note: It seems as though SilverStripe is already installed here. If you ask me to install, I will overwrite + the .htaccess and mysite/_config.php files.

+ +

+ + +

+ + + + + + + +

+ + + +

MySQL Database

+

+ SilverStripe stores its content in a MySQL database. Please provide the username + and password to connect to the server here. If this account has permission to create databases, then we will + create the database for you; otherwise, you must give the name of a database that already exists. +

+ + hasErrors()) { ?> +

+ These database details don't appear to be correct. Please enter the correct details before installing. +

+ +

+ These database details look all good! +

+ + +

+
+
+
+
+

+ +

+ +

+ +

Details

+ showTable("MySQL Configuration"); ?> + +
+ +

SilverStripe Administration Account

+

+ We will set up 1 administrator account for you automatically. Enter the email address and password. If you'd + rather log-in with a username instead of an email address, enter that instead. +

+ +

+
+
+

+ +
+ +

Requirements

+ showTable(); ?> - - + + +
+
+
+ +