From 5ce101c1939bcea8b3171d3d0cf494b35a9650f3 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 15 Oct 2008 17:55:18 +0000 Subject: Merge from trunk 2747: - Install process now looks like goto/roma. - Move install.tpl to goto template. - add charset utf8 to fatal error function. - Check php version on install and upgrade, and die if < 5. git-svn-id: http://piwigo.org/svn/branches/2.0@2748 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/install.tpl | 255 ---------------------------------------------- 1 file changed, 255 deletions(-) delete mode 100644 template/yoga/install.tpl (limited to 'template') diff --git a/template/yoga/install.tpl b/template/yoga/install.tpl deleted file mode 100644 index bebe728e7..000000000 --- a/template/yoga/install.tpl +++ /dev/null @@ -1,255 +0,0 @@ -{* $Id$ *} - - - - - - -Piwigo {$RELEASE} -{literal} - -{/literal} - - - - - - -
-
Piwigo {$RELEASE}
- - {if isset($errors)} - - - - {/if} - {if isset($infos)} - - - - {/if} - - - -
-
-
    - {foreach from=$errors item=error} -
  • {$error}
  • - {/foreach} -
-
-
-
-
    - {foreach from=$infos item=info} -
  • {$info}
  • - {/foreach} -
-
-
- -{if isset($error_copy)} -{'step1_err_copy'|@translate} : -
-----------------------------------------------------
-
{$error_copy}
------------------------------------------------------
-{/if} - -{if isset($install)} -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{'Initial_config'|@translate}
{'Default_lang'|@translate} - -
 
{'step1_title'|@translate}
{'step1_host'|@translate}{'step1_host_info'|@translate}
{'step1_user'|@translate}{'step1_user_info'|@translate}
{'step1_pass'|@translate}{'step1_pass_info'|@translate}
{'step1_database'|@translate}{'step1_database_info'|@translate}
{'step1_prefix'|@translate}{'step1_prefix_info'|@translate}
 
{'step2_title'|@translate}
{'install_webmaster'|@translate}{'install_webmaster_info'|@translate}
{'step2_pwd'|@translate}{'step2_pwd_info'|@translate}
{'step2_pwd_conf'|@translate}{'step2_pwd_conf_info'|@translate}
{'conf_mail_webmaster'|@translate}{'conf_mail_webmaster_info'|@translate}
 
- -
 
-
-{else} -
-{'install_end_title'|@translate} -
-
-{'install_end_message'|@translate} -
-{/if} - -
-
{$L_INSTALL_HELP}
-
- - -- cgit v1.2.3