From 692a7abf90751b19ddb5ec831013a2a7bc9d1f8d Mon Sep 17 00:00:00 2001 From: pete Date: Mon, 28 Jul 2008 16:52:12 +0000 Subject: new start page layout/style git-svn-id: https://code.elgg.org/elgg/trunk@1561 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 14 ++-- views/failsafe/messages/errors/list.php | 2 +- views/failsafe/messages/exceptions/exception.php | 6 +- views/failsafe/messages/sanitisation/settings.php | 40 +++++----- views/failsafe/pageshells/pageshell.php | 97 +++++++++++++++++++++++ 5 files changed, 128 insertions(+), 31 deletions(-) diff --git a/languages/en.php b/languages/en.php index a2d6d7d46..14b567662 100644 --- a/languages/en.php +++ b/languages/en.php @@ -17,7 +17,7 @@ /** * Errors */ - 'exception:title' => "We've encountered a problem.", + 'exception:title' => "Welcome to Elgg.", 'InstallationException:CantCreateSite' => "Unable to create a default ElggSite with credentials Name:%s, Url: %s", @@ -131,7 +131,7 @@ 'APIException:MissingContentType' => "Missing content type for post data", 'SecurityException:InvalidPostHash' => "POST data hash is invalid - Expected %s but got %s.", 'SecurityException:DupePacket' => "Packet signature already seen.", - 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.", + 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.", 'NotImplementedException:CallMethodNotImplemented' => "Call method '%s' is currently not supported.", 'NotImplementedException:XMLRPCMethodNotImplemented' => "XML-RPC method call '%s' not implemented.", @@ -398,8 +398,8 @@ 'description' => "Description", 'tags' => "Tags", 'spotlight' => "Spotlight", - 'all' => "All", - + 'all' => "All", + 'by' => 'by', /** @@ -479,15 +479,15 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:settings:dbwizard:savefail' => "We were unable to save the new settings.php. Please save the following file as engine/settings.php using a text editor.", - 'sitename' => "The name of your site (eg \"My social networking site\"):", + 'sitename' => "The name of your site (eg \"My social networking site\"):", 'sitedescription' => "Short description of your site (optional)", 'wwwroot' => "The site URL, followed by a trailing slash:", 'path' => "The full path to your site root on your disk, followed by a trailing slash:", 'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:", 'language' => "The default language for your site:", 'debug' => "Debug mode provides extra information which can be used to diagnose faults, however it can slow your system down so should only be used if you are having problems:", - 'debug:label' => "Turn on debug mode", - 'usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.", + 'debug:label' => "Turn on debug mode", + 'usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.", 'usage:label' => "Send anonymous usage statistics", 'view' => "Enter the view which will be used as the default for your site (e.g. 'mobile') or leave this blank for the default view:", diff --git a/views/failsafe/messages/errors/list.php b/views/failsafe/messages/errors/list.php index ff43f1d00..1f556fa4d 100644 --- a/views/failsafe/messages/errors/list.php +++ b/views/failsafe/messages/errors/list.php @@ -24,7 +24,7 @@ $error)); - echo "
"; + //echo "
"; } ?> diff --git a/views/failsafe/messages/exceptions/exception.php b/views/failsafe/messages/exceptions/exception.php index 0b280107f..61c4a8937 100644 --- a/views/failsafe/messages/exceptions/exception.php +++ b/views/failsafe/messages/exceptions/exception.php @@ -17,7 +17,7 @@ global $CONFIG; ?> -

+

debug) { ?> -


-

+ +

- - - - - - +
+ + + + +
diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php index 7e1de7c10..1562173e1 100644 --- a/views/failsafe/pageshells/pageshell.php +++ b/views/failsafe/pageshells/pageshell.php @@ -22,8 +22,104 @@ <?php echo $vars['title']; ?> + + + + + +

@@ -32,5 +128,6 @@

+
\ No newline at end of file -- cgit v1.2.3