From 3ad79fc4c9a6718a336fd929e33b6a0ac9bbf173 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 24 Sep 2006 20:42:55 +0000 Subject: fixed user registration and missing motd and fudged up the access lists for the time being --- templates/show_access_list.inc | 28 +++++++++------ templates/show_login_form.inc | 59 +++++--------------------------- templates/show_user_registration.inc.php | 53 ++++++++++++---------------- 3 files changed, 47 insertions(+), 93 deletions(-) (limited to 'templates') diff --git a/templates/show_access_list.inc b/templates/show_access_list.inc index 817dc04f..13a24fbd 100644 --- a/templates/show_access_list.inc +++ b/templates/show_access_list.inc @@ -47,26 +47,32 @@ stream from this server.

- - - - - + + + + + + + + - - - - - + + + + + + + + diff --git a/templates/show_login_form.inc b/templates/show_login_form.inc index 3032bec3..8102aadf 100644 --- a/templates/show_login_form.inc +++ b/templates/show_login_form.inc @@ -39,56 +39,13 @@ - - -

- [] -

- -

-

- Ampache - -

- -
name); ?>start); ?>end); ?>get_level_name(); ?>
name); ?>start); ?>end); ?>get_level_name(); ?>get_user_name(); ?>key; ?>get_type_name(); ?> | - +
- - - - - - - - - - - - - - - - - - - -
-   - print_error('general'); ?> -
:
:
  -
- " /> - - -
- -

- [] -

- + + + + + + + diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index f75bb3d0..c92b2fbc 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -27,7 +27,8 @@ $htmllang = str_replace("_","-",conf('lang')); - + + <?php echo conf('site_title'); ?> - <?php echo $location['title']; ?> @@ -36,9 +37,9 @@ $htmllang = str_replace("_","-",conf('lang'));
- @@ -50,24 +51,19 @@ $fullname = scrub_in($_REQUEST['fullname']); $username = scrub_in($_REQUEST['username']); $email = scrub_in($_REQUEST['email']); ?> -
+
- - - - +
- -
- -
+
+ - -
@@ -90,23 +86,17 @@ if(conf('user_agreement')){ ?>
+
- - - - -
- -
-
+
+

+ - -
- : + : * @@ -116,7 +106,7 @@ if(conf('user_agreement')){ ?>
- : + : * @@ -125,7 +115,7 @@ if(conf('user_agreement')){ ?>
- : + : * @@ -134,7 +124,7 @@ if(conf('user_agreement')){ ?>
- : + : * @@ -143,7 +133,7 @@ if(conf('user_agreement')){ ?>
- : + : * @@ -156,15 +146,15 @@ if(conf('user_agreement')){ ?>
+ *Required fields
+ ' /> - + ' />
@@ -172,6 +162,7 @@ if(conf('user_agreement')){ ?>
+ -- cgit