From d742de4e1100df15153784fa0702a334cd388d73 Mon Sep 17 00:00:00 2001
From: Bharat Mediratta
Date: Sun, 2 Nov 2008 19:56:57 +0000
Subject: Improve welcome scaffolding to walk you through getting the var
directory set up correctly and a database config file in place.
---
core/views/welcome.html.php | 29 +++++++++++++++++++--
core/views/welcome_syscheck.html.php | 49 ++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644 core/views/welcome_syscheck.html.php
(limited to 'core/views')
diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php
index da75ebcc..a22bb324 100644
--- a/core/views/welcome.html.php
+++ b/core/views/welcome.html.php
@@ -13,16 +13,34 @@
background: white;
border: 1px solid black;
margin: 0 auto;
+ padding: -10px;
}
div.inner {
- padding: 1em;
+ padding: 0 1em 0 1em;
+ margin: 0px;
}
p {
+ margin: 0 0 0 0;
padding-left: 1em;
}
+ pre {
+ margin: 0;
+ padding-left: 2em;
+ }
+
+ .error {
+ color: red;
+ }
+
+ div.block {
+ padding: 0px;
+ margin: 0px;
+ padding-bottom: 1em;
+ }
+
ul {
margin-top: -1em;
}
@@ -51,7 +69,14 @@
links to get you started.
- Useful Links
+ About your config
+
+
+ Activities
+
+
+
+ Documentation
-
Gallery3: Prioritized Feature List
diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php
new file mode 100644
index 00000000..c87c4763
--- /dev/null
+++ b/core/views/welcome_syscheck.html.php
@@ -0,0 +1,49 @@
+ defined("SYSPATH") or die("No direct script access."); ?>
+
+
+ Gallery3 Scaffold
+
+
+
+ foreach ($errors as $error): ?>
+
+
+ = $error->message ?>
+
+ foreach ($error->instructions as $line): ?>
+
= $line ?>
+ endforeach ?>
+
+ if (!empty($error->message2)): ?>
+
+ = $error->message2 ?>
+
+ endif ?>
+
+ endforeach ?>
+
+
--
cgit v1.2.3