From 4632a09466e986b311136fd0150bd4004b003c16 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 18 Apr 2006 08:47:08 +0000 Subject: new install theme and fixed jpeg resize issues --- templates/show_install.inc | 107 ++++++++++++++----------------- templates/show_install_account.inc.php | 61 ++++++++++-------- templates/show_install_config.inc | 112 ++++++++++++++++++--------------- 3 files changed, 142 insertions(+), 138 deletions(-) (limited to 'templates') diff --git a/templates/show_install.inc b/templates/show_install.inc index 8203af62..3db12278 100644 --- a/templates/show_install.inc +++ b/templates/show_install.inc @@ -1,87 +1,68 @@ - Ampache :: For The Love Of Music - Install - -
- -

- -
-

- -

+ + -
-
-
-
-
-
-
-

-Insert Ampache Database -print_error('general'); ?> -
" enctype="multipart/form-data" > - +
+ +
+ +

+ +
+

    +
  • +
  • +
+ +

+
+ +
+
+
+
+
+
+
+

+ Insert Ampache Database + print_error('general'); ?> + " enctype="multipart/form-data" > +
- + - + - + - + - + - + - + @@ -89,8 +70,14 @@ -
? ? - +
" />
-
+ + + +
+
+

Ampache Installation.
+ For the love of Music.

+
diff --git a/templates/show_install_account.inc.php b/templates/show_install_account.inc.php index 0206eacf..71ce402c 100644 --- a/templates/show_install_account.inc.php +++ b/templates/show_install_account.inc.php @@ -30,48 +30,57 @@ Ampache :: For The Love Of Music - Install - -
- -

- -
-

-

-
+ -
-
-
-
-
+
+
+
+
+
-
-

- -print_error('general'); ?> -
" enctype="multipart/form-data" > - + +

+ + print_error('general'); ?> + " enctype="multipart/form-data" > +
- + - + -
  " />
-
-
+ + +
+
+

Ampache Installation.
+ For the love of Music.

+
+ diff --git a/templates/show_install_config.inc b/templates/show_install_config.inc index a5c926f3..82ba6679 100644 --- a/templates/show_install_config.inc +++ b/templates/show_install_config.inc @@ -30,90 +30,93 @@ Ampache :: For The Love Of Music - Install - -
- -

- -
-

- -

+ + +
-
-
-
-
-
-
-
-

-Generate Config File -print_error('general'); ?> -
" enctype="multipart/form-data" > - +
+ +
+
    +
  • +
  • +
+ +
+ +
+
+
+
+
+
+
+

+ Generate Config File + print_error('general'); ?> + " enctype="multipart/form-data" > +
- - + + - - + + - - + + - - + + - - + + -
  " />
-
-
- +
+ +
+ - - + - - - -
[ + [ ERROR "; + echo " ERROR "; } else { $status['read_config'] = 'true'; - echo "    OK     "; + echo " OK "; } ?> ]
+ [ + [ ERROR "; + echo " ERROR "; } else { $status['parse_config'] = 'true'; - echo "    OK     "; + echo " OK "; } ?> ] @@ -124,12 +127,17 @@ []
-
-
" enctype="multipart/form-data"> - -
+ + +
+
" enctype="multipart/form-data"> + +
+
+
+

Ampache Installation.
+ For the love of Music.

+
-- cgit