From 4bfcf8fdc1f44e6989799408581398c11789241d Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 26 Dec 2010 23:02:37 +0000 Subject: feature 2086 added: switch installation screen to a clear background theme git-svn-id: http://piwigo.org/svn/trunk@8310 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/install.tpl | 199 +++++++++++++++++------------- 1 file changed, 111 insertions(+), 88 deletions(-) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index d31e6132f..b915ce517 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -7,9 +7,11 @@ +{get_combined_css} {foreach from=$themes item=theme} -{if isset($theme.local_head)}{include file=$theme.local_head}{/if} - +{if $theme.load_css} +{combine_css path="admin/themes/`$theme.id`/theme.css" order=-10} +{/if} {/foreach} @@ -52,92 +54,110 @@ $(document).ready(function() { {/literal} Piwigo {$RELEASE} - {'Installation'|@translate} -
{* Dummy block for double background management *}
-

Piwigo {$RELEASE} - {'Installation'|@translate}

+

{'Version'|@translate} {$RELEASE} - {'Installation'|@translate}

{if isset($config_creation_failed)} -
+

{'Creation of config file local/config/database.inc.php failed.'|@translate}

@@ -179,10 +199,10 @@ TD { {if isset($install)}
+
+ {'Basic configuration'|@translate} + - - -
{'Basic configuration'|@translate}
{'Default gallery language'|@translate} @@ -192,13 +212,15 @@ TD {
+
+ +
+ {'Database configuration'|@translate} + - - - {if count($F_DB_ENGINES)>1} - + - + {else} - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
{'Database configuration'|@translate}
{'Database type'|@translate}{'Database type'|@translate} {'The type of database your piwigo data will be store in'|@translate}{'The type of database your piwigo data will be store in'|@translate} @@ -218,70 +240,71 @@ TD {
+
{'SQLite and PostgreSQL are currently in experimental state.'|@translate} {'Learn more'|@translate} +
{'Host'|@translate}{'localhost, sql.multimania.com, toto.freesurf.fr'|@translate}{'Host'|@translate}{'localhost, sql.multimania.com, toto.freesurf.fr'|@translate}
{'User'|@translate}{'user login given by your host provider'|@translate}{'User'|@translate}{'user login given by your host provider'|@translate}
{'Password'|@translate}{'user password given by your host provider'|@translate}{'Password'|@translate}{'user password given by your host provider'|@translate}
{'Database name'|@translate}{'also given by your host provider'|@translate}{'Database name'|@translate}{'also given by your host provider'|@translate}
{'Database table prefix'|@translate}{'database tables names will be prefixed with it (enables you to manage better your tables)'|@translate}{'Database table prefix'|@translate}{'database tables names will be prefixed with it (enables you to manage better your tables)'|@translate}
+
+
+ {'Admin configuration'|@translate} + - - - - - - + + + - - - + + + - - - + + + - - - + + +
{'Admin configuration'|@translate}
{'Webmaster login'|@translate}{'It will be shown to the visitors. It is necessary for website administration'|@translate}{'Webmaster login'|@translate}{'It will be shown to the visitors. It is necessary for website administration'|@translate}
{'Webmaster password'|@translate}{'Keep it confidential, it enables you to access administration panel'|@translate}{'Webmaster password'|@translate}{'Keep it confidential, it enables you to access administration panel'|@translate}
{'Password [confirm]'|@translate}{'verification'|@translate}{'Password [confirm]'|@translate}{'verification'|@translate}
{'Webmaster mail address'|@translate}{'Visitors will be able to contact site administrator with this mail'|@translate}{'Webmaster mail address'|@translate}{'Visitors will be able to contact site administrator with this mail'|@translate}
- - - - -
- -
+
+ +
+ +
{else}

-- cgit v1.2.3