From 3bf770a16a15400eb2bde63782e07ba55dde2ed4 Mon Sep 17 00:00:00 2001 From: gweltas Date: Fri, 20 Feb 2004 19:07:43 +0000 Subject: Migration of installation procedure git-svn-id: http://piwigo.org/svn/trunk@367 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/htmlfunctions.inc.php | 4 +- template/default/install.tpl | 150 +++++++++++++++++++ template/default/install.vtp | 254 --------------------------------- 3 files changed, 151 insertions(+), 257 deletions(-) create mode 100644 template/default/install.tpl delete mode 100644 template/default/install.vtp (limited to 'template/default') diff --git a/template/default/htmlfunctions.inc.php b/template/default/htmlfunctions.inc.php index 170defc46..81c123ead 100644 --- a/template/default/htmlfunctions.inc.php +++ b/template/default/htmlfunctions.inc.php @@ -25,9 +25,6 @@ // | USA. | // +-----------------------------------------------------------------------+ -$user['lien_expanded']='./template/'.$user['template'].'/theme/expanded.gif'; -$user['lien_collapsed']='./template/'.$user['template'].'/theme/collapsed.gif'; - function get_icon( $date_comparaison ) { global $user, $conf; @@ -263,3 +260,4 @@ function make_radio($name, $value, $selected, $usekeys=false) return $boxstring; } ?> + diff --git a/template/default/install.tpl b/template/default/install.tpl new file mode 100644 index 000000000..89ac5f949 --- /dev/null +++ b/template/default/install.tpl @@ -0,0 +1,150 @@ + + + + + + +PhpWebGallery {RELEASE} + + + + + + + +
+
PhpWebGallery {RELEASE}
+ + + + + + + + + + + + + + +
+
+
    + +
  • {errors.error.ERROR}
  • + +
+
+
+
+
    + +
  • {infos.info.INFO}
  • + +
+
+
+ + +{L_ERR_COPY} : +
-----------------------------------------------------
+
{error_copy.FILE_CONTENT}
+-----------------------------------------------------
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_BASE_TITLE}
{L_LANG_TITLE} + +
{L_DB_TITLE}
 
{L_DB_HOST}{L_DB_HOST_INFO}
{L_DB_USER}{L_DB_USER_INFO}
{L_DB_PASS}{L_DB_PASS_INFO}
{L_DB_NAME}{L_DB_NAME_INFO}
{L_DB_PREFIX}{L_DB_PREFIX_INFO}
 
{L_ADMIN_TITLE}
 
{L_ADMIN}{L_ADMIN_INFO}
{L_ADMIN_PASSWORD}{L_ADMIN_PASSWORD_INFO}
{L_ADMIN_CONFIRM_PASSWORD}{L_ADMIN_CONFIRM_PASSWORD_INFO}
{L_ADMIN_EMAIL}{L_ADMIN_EMAIL_INFO}
  +
+ +
+
+ + + +
{L_END_TITLE}
+
{L_END_MESSAGE}
+ + +
+
{L_INSTALL_HELP}
+
+ + \ No newline at end of file diff --git a/template/default/install.vtp b/template/default/install.vtp deleted file mode 100644 index 36c66bcac..000000000 --- a/template/default/install.vtp +++ /dev/null @@ -1,254 +0,0 @@ - - - PhpWebGallery {#release} - - - - - - - -
-
PhpWebGallery {#release}
- - - - -
- -
-
{#errors_title}
-
    - -
  • {#content}
  • - -
-
- - - -
-
{#infos_title}
-
    - -
  • {#content}
  • - -
-
- - - -{#step1_err_copy} : -
-----------------------------------------------------
-
{#file_content}
------------------------------------------------------
-
{#step1_err_copy_2}
-{#step1_err_copy_next}
- - - -
- - - - - -
- - -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{#step1_title}
 
{#step1_host}{#step1_host_info}
{#step1_user}{#step1_user_info}
{#step1_pass}{#step1_pass_info}
{#step1_database}{#step1_database_info}
{#step1_prefix}{#step1_prefix_info}
 
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{#step2_title}
 
{#conf_general_webmaster}{#conf_general_webmaster_info}
{#step2_pwd}{#step2_pwd_info}
{#step2_pwd_conf}{#step2_pwd_conf_info}
{#conf_general_mail}{#conf_general_mail_info}
  -
- -
-
- - - -
{#install_end_title}
-
{#install_end_message}
- - -
-
{#install_help}
-
- - \ No newline at end of file -- cgit v1.2.3