changeset 397:c642e32fe5e3 demo

created new login page with default welcome text
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 15:12:36 +0200
parents 13fabd8568e6
children 0acccf6e2ab2
files pylons_app/templates/login.html
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pylons_app/templates/login.html	Tue Jul 27 15:05:52 2010 +0200
+++ b/pylons_app/templates/login.html	Tue Jul 27 15:12:36 2010 +0200
@@ -70,6 +70,20 @@
                 ${h.end_form()}
             </div>
             <!-- end login -->
+        <p style="background-color: #fff;padding: 3px">    
+        Welcome to hg app demo version. This demo mimics almost full functionality
+        of hg app. For better user experience deleting users and repos is turned
+        off. As well as updates on users is turned off for demo version.
+        You can do pulls/pushes thru the demo app as you wish. You can
+        create repositories, and users. All permissions managment is also available. 
+        <br/><b>If you want to create new user do it ${h.link_to(_("here"),h.url('register'))}</b>
+        or use <br/><b>login:demo</b>, <br/><b>password:demo</b> <br/>for admin account.
+        <br/>
+        All feedback pls send to:<br/>
+        <a href="http://www.bitbucket.org/marcinkuzminski/hg-app/issues">
+            http://www.bitbucket.org/marcinkuzminski/hg-app/issues
+        </a>           
+        </p>
         </div>
     </body>
 </html>