From 146f34dc07c7c47505d8a6e4bdf9e535fcddfbb5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 1 Nov 2008 03:58:08 +0000 Subject: Improve the welcome page to be a bit more explanatory about the product. --- core/controllers/welcome.php | 31 ++++++++++++++++-- core/views/welcome.html.php | 77 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 3 deletions(-) create mode 100644 core/views/welcome.html.php (limited to 'core') diff --git a/core/controllers/welcome.php b/core/controllers/welcome.php index d33fb295..a0b8d2c8 100644 --- a/core/controllers/welcome.php +++ b/core/controllers/welcome.php @@ -1,6 +1,31 @@ "; + function Index() { + print new View('welcome.html'); } -} \ No newline at end of file +} diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php new file mode 100644 index 00000000..9757f6d5 --- /dev/null +++ b/core/views/welcome.html.php @@ -0,0 +1,77 @@ + + + Gallery3 Scaffold + + + +
+
+ +
+
+

Gallery3 Scaffold

+ +

+ This is + a scaffold: + a temporary structure built to support the developers as + they create the real product. +

+ +

+ As we flesh out Gallery 3, we'll make it possible for you to + peer inside and see the application taking shape. + Eventually, this page will go away and you'll start in the + application itself. In the meantime, here are some useful + links to get you started. +

+ +

Useful Links

+ +
+
+ + -- cgit v1.2.3