aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/install.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-06-18 12:04:59 +0000
committernikrou <nikrou@piwigo.org>2006-06-18 12:04:59 +0000
commit57cf3ba758cadf56e35aa030edf525e61a56cfc6 (patch)
treee5d0e5709285107f49130233e6f73874bd71f99e /template/yoga/install.tpl
parent7457a64443e25650728bcbe47f4649e21c04f4e6 (diff)
Issue 426: first step; separation of admin and public into two templates
Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/install.tpl')
-rw-r--r--template/yoga/install.tpl204
1 files changed, 0 insertions, 204 deletions
diff --git a/template/yoga/install.tpl b/template/yoga/install.tpl
deleted file mode 100644
index 2332910e2..000000000
--- a/template/yoga/install.tpl
+++ /dev/null
@@ -1,204 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
-"http://www.w3.org/TR/html4/strict.dtd">
-<html lang="fr">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset={T_CONTENT_ENCODING}">
-<meta http-equiv="Content-script-type" content="text/javascript">
-<meta http-equiv="Content-Style-Type" content="text/css">
-<title>PhpWebGallery {RELEASE}</title>
-<style type="text/css">
-a, a:hover {
-color:#006699;
-}
-
-body,table,input,form,select {
-font-family:arial,verdana,sans-serif;
-font-size:12px;
-color:#000000;
-text-align:left;
-}
-table
-{
-border-collapse:separate;
-}
-body {
-background-color:#E5E5E5;
-margin:5px;
-}
-
-.contenucellule {
-background-color:#EEEEEE;
-border:2px solid #006699;
-}
-
-th {
-font-weight:bold;
-background-color:#D3DCE3;
-margin-bottom:10px;
-text-align: center;
-}
-td.row1 {
-background-color:#E6E4E4;
-}
-td.row2
-{
-background-color:#E8E8E8;
-}
-
-.info {
-color:darkblue;
-text-align:center;
-}
-.errors {
- text-align:left;
- margin:25px;
- background-color:#ffe1e1;
- border:1px solid red;
- color:black;
-}
-.grostitre {
- text-align : center;
- font-size : 20px;
- margin-bottom : 20px;
-}
-</style>
-</head>
-<body>
- <table style="width:100%;height:100%">
- <tr align="center" valign="middle">
- <td>
- <div class="grostitre">PhpWebGallery {RELEASE}</div>
- <table class="table1">
- <!-- BEGIN errors -->
- <tr>
- <td class="contenucellule" colspan="3">
- <div class="errors">
- <ul>
- <!-- BEGIN error -->
- <li>{errors.error.ERROR}</li>
- <!-- END error -->
- </ul>
- </div>
- </td>
- </tr>
- <!-- END errors -->
- <!-- BEGIN infos -->
- <tr>
- <td class="contenucellule" colspan="3">
- <div class="infos">
- <ul>
- <!-- BEGIN info -->
- <li>{infos.info.INFO}</li>
- <!-- END info -->
- </ul>
- </div>
- </td>
- </tr>
- <!-- END infos -->
- <tr>
- <td class="contenucellule">
-
-<!-- BEGIN error_copy -->
-{L_ERR_COPY} :
-<br />-----------------------------------------------------<br />
-<div style="color:blue;">{error_copy.FILE_CONTENT}</div>
------------------------------------------------------<br />
-<!-- END error_copy -->
-<!-- BEGIN install -->
-<form method="POST" action="{F_ACTION}" name="install_form">
- <table width="100%">
- <tr>
- <th colspan="3">{L_BASE_TITLE}</th>
- </tr>
- <tr>
- <td style="width:30%;">{L_LANG_TITLE}</td>
- <td colspan="2" align="left">
- {F_LANG_SELECT}
- </td>
- </tr>
- <tr>
- <th colspan="3">{L_DB_TITLE}</th>
- </tr>
- <tr>
- <td colspan="3">&nbsp;</td>
- </tr>
- <tr>
- <td>{L_DB_HOST}</td>
- <td align=center><input type="text" name="dbhost" value="{F_DB_HOST}" /></td>
- <td class="row2">{L_DB_HOST_INFO}</td>
- </tr>
- <tr>
- <td>{L_DB_USER}</td>
- <td align=center><input type="text" name="dbuser" value="{F_DB_USER}" /></td>
- <td class="row2">{L_DB_USER_INFO}</td>
- </tr>
- <tr>
- <td>{L_DB_PASS}</td>
- <td align=center><input type="password" name="dbpasswd" value="" /></td>
- <td class="row2">{L_DB_PASS_INFO}</td>
- </tr>
- <tr>
- <td>{L_DB_NAME}</td>
- <td align=center><input type="text" name="dbname" value="{F_DB_NAME}" /></td>
- <td class="row2">{L_DB_NAME_INFO}</td>
- </tr>
- <tr>
- <td>{L_DB_PREFIX}</td>
- <td align=center><input type="text" name="prefix" value="{F_DB_PREFIX}" /></td>
- <td class="row2">{L_DB_PREFIX_INFO}</td>
- </tr>
- <tr>
- <td colspan="3">&nbsp;</td>
- </tr>
- <tr>
- <th colspan="3">{L_ADMIN_TITLE}</th>
- </tr>
- <tr>
- <td colspan="3">&nbsp;</td>
- </tr>
- <tr>
- <td>{L_ADMIN}</td>
- <td align="center"><input type="text" name="admin_name" value="{F_ADMIN}" /></td>
- <td class="row2">{L_ADMIN_INFO}</td>
- </tr>
- <tr>
- <td>{L_ADMIN_PASSWORD}</td>
- <td align="center"><input type="password" name="admin_pass1" value="" /></td>
- <td class="row2">{L_ADMIN_PASSWORD_INFO}</td>
- </tr>
- <tr>
- <td>{L_ADMIN_CONFIRM_PASSWORD}</td>
- <td align="center"><input type="password" name="admin_pass2" value="" /></td>
- <td class="row2">{L_ADMIN_CONFIRM_PASSWORD_INFO}</td>
- </tr>
- <tr>
- <td>{L_ADMIN_EMAIL}</td>
- <td align="center"><input type="text" name="admin_mail" value="{F_ADMIN_EMAIL}" /></td>
- <td class="row2">{L_ADMIN_EMAIL_INFO}</td>
- </tr>
- <tr>
- <td colspan="3">&nbsp;</td>
- </tr>
- <tr>
- <td colspan="3" align="center">
- <input type="submit" name="install" value="{L_SUBMIT}" />
- </td>
- </tr>
- </table>
-</form>
-<!-- END install -->
-
-<!-- BEGIN install_end -->
-<div class="infos_title">{L_END_TITLE}</div>
-<div style="padding:5px;">{L_END_MESSAGE}</div>
-<!-- END install_end -->
-
- </td>
- </tr>
- </table>
- <div style="text-align:center;margin:20px;">{L_INSTALL_HELP}</div>
- </td>
- </tr>
- </table>
- </body>
-</html>