summaryrefslogtreecommitdiff
path: root/installer/views/success.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-20 04:37:55 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-20 04:37:55 +0000
commit66ee2f9618d1ac17507dddeef1b68eb804aa634a (patch)
tree1dea996b25925001eedbe13a05aa65497bac3269 /installer/views/success.html.php
parent401da12adbe7979074de9c35fd458ff36f393350 (diff)
Move pages -> views for consistency, which simplifies the life of the File_Structure_Test
Diffstat (limited to 'installer/views/success.html.php')
-rw-r--r--installer/views/success.html.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/installer/views/success.html.php b/installer/views/success.html.php
new file mode 100644
index 00000000..fbf5395d
--- /dev/null
+++ b/installer/views/success.html.php
@@ -0,0 +1,22 @@
+<h1> Success! </h1>
+<p class="success">
+ Your Gallery3 install is complete!
+</p>
+
+<?php if (!empty($user)): ?>
+<h2> Before you start using it... </h2>
+<p>
+ We've created an account for you to use:
+ <br/>
+ username: <b><?php print $user ?></b>
+ <br/>
+ password: <b><?php print $password ?></b>
+ <br/>
+ <br/>
+ Save this information in a safe place, or change your admin password
+ right away!
+</p>
+<?php endif ?>
+
+<h2> <a href="..">Start using Gallery</a> </h2>
+