source: trunk/template/yoga/install.tpl @ 1900

Last change on this file since 1900 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2"http://www.w3.org/TR/html4/strict.dtd">
3<html lang="fr">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset={T_CONTENT_ENCODING}">
6<meta http-equiv="Content-script-type" content="text/javascript">
7<meta http-equiv="Content-Style-Type" content="text/css">
8<title>PhpWebGallery {RELEASE}</title>
9<style type="text/css">
10
11body, input, select {
12  background-color:#cde;
13}
14
15body {
16  margin: 5px;
17  padding: 0;
18  font-size: 0.8em;
19  font-family:  Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
20}
21
22body, table, input, form, select {
23  color:#369;
24  text-align:left;
25}
26
27a {
28  text-decoration: none;
29  color: #c60;
30}
31
32a:hover {
33  color: #f92;
34}
35
36table {
37  border-collapse:separate;
38}
39
40.title {
41  letter-spacing: 0.2em;
42  text-align : center;
43  font-size: 150%;
44  font-weight: bold;
45  padding: 0;
46  margin: 0.5em 0 1em 0;
47}
48
49.contenucellule {
50  border-color: #69c;
51  background-color:#eee;
52  margin:12px 20px;
53  border-width: 3px;
54  border-style: solid ;
55}
56
57.error_copy {
58  color: #900;
59}
60
61th, .submit {
62  text-align: center;
63  font-weight: bold;
64  background-color: #369;
65}
66
67th {
68  font-size: 120%;
69  margin-bottom:10px;
70  color:#fff;
71}
72
73td.row {
74  font-size: 90%;
75}
76
77.submit {
78  color: #cde
79}
80
81.header {
82  font-weight: normal;
83  text-align: center;
84  margin: 20px;
85}
86
87.infos {
88  padding: 15px;
89  font-weight: normal;
90  text-align: left;
91}
92
93.infos_title {
94  font-size: 150%;
95  padding: 15px;
96  font-weight: bold;
97  text-align: left;
98}
99
100.errors {
101  text-align: left;
102  margin: 25px;
103  color: #900;
104  background-color: #ffe1e1;
105  border:1px solid red;
106}
107</style>
108</head>
109<body>
110  <table style="width:100%;height:100%">
111    <tr align="center" valign="middle">
112    <td>
113    <div class="title">PhpWebGallery {RELEASE}</div>
114      <table class="table1">
115      <!-- BEGIN errors -->
116      <tr>
117      <td class="contenucellule" colspan="3">
118        <div class="errors">
119        <ul>
120          <!-- BEGIN error -->
121          <li>{errors.error.ERROR}</li>
122          <!-- END error -->
123        </ul>
124        </div>
125      </td>
126      </tr>
127      <!-- END errors -->
128      <!-- BEGIN infos -->
129      <tr>
130      <td class="contenucellule" colspan="3">
131        <div class="infos">
132        <ul>
133          <!-- BEGIN info -->
134          <li>{infos.info.INFO}</li>
135          <!-- END info -->
136        </ul>
137        </div>
138      </td>
139      </tr>
140      <!-- END infos -->
141    <tr>
142    <td class="contenucellule">
143
144<!-- BEGIN error_copy -->
145{L_ERR_COPY} :
146<br />-----------------------------------------------------<br />
147<div class="error_copy">{error_copy.FILE_CONTENT}</div>
148-----------------------------------------------------<br />
149<!-- END error_copy -->
150<!-- BEGIN install -->
151<form method="POST" action="{F_ACTION}" name="install_form">
152  <table>
153    <tr>
154      <th colspan="3">{L_BASE_TITLE}</th>
155    </tr>
156    <tr>
157      <td style="width:30%;">{L_LANG_TITLE}</td>
158      <td colspan="2" align="left">
159    {F_LANG_SELECT}
160      </td>
161    </tr>
162    <tr>
163      <td colspan="3">&nbsp;</td>
164    </tr>
165    <tr>
166      <th colspan="3">{L_DB_TITLE}</th>
167    </tr>
168    <tr>
169      <td>{L_DB_HOST}</td>
170      <td align=center><input type="text" name="dbhost" value="{F_DB_HOST}" /></td>
171      <td class="row">{L_DB_HOST_INFO}</td>
172    </tr>
173    <tr>
174      <td>{L_DB_USER}</td>
175      <td align=center><input type="text" name="dbuser" value="{F_DB_USER}" /></td>
176      <td class="row">{L_DB_USER_INFO}</td>
177    </tr>
178    <tr>
179      <td>{L_DB_PASS}</td>
180      <td align=center><input type="password" name="dbpasswd" value="" /></td>
181      <td class="row">{L_DB_PASS_INFO}</td>
182    </tr>
183    <tr>
184      <td>{L_DB_NAME}</td>
185      <td align=center><input type="text" name="dbname" value="{F_DB_NAME}" /></td>
186      <td class="row">{L_DB_NAME_INFO}</td>
187    </tr>
188    <tr>
189      <td>{L_DB_PREFIX}</td>
190      <td align=center><input type="text" name="prefix" value="{F_DB_PREFIX}" /></td>
191      <td class="row">{L_DB_PREFIX_INFO}</td>
192    </tr>
193    <tr>
194     <td colspan="3">&nbsp;</td>
195    </tr>
196    <tr>
197      <th colspan="3">{L_ADMIN_TITLE}</th>
198    </tr>
199    <tr>
200      <td>{L_ADMIN}</td>
201      <td align="center"><input type="text" name="admin_name" value="{F_ADMIN}" /></td>
202      <td class="row">{L_ADMIN_INFO}</td>
203    </tr>
204    <tr>
205      <td>{L_ADMIN_PASSWORD}</td>
206      <td align="center"><input type="password" name="admin_pass1" value="" /></td>
207      <td class="row">{L_ADMIN_PASSWORD_INFO}</td>
208    </tr>
209    <tr>
210      <td>{L_ADMIN_CONFIRM_PASSWORD}</td>
211      <td align="center"><input type="password" name="admin_pass2" value="" /></td>
212      <td class="row">{L_ADMIN_CONFIRM_PASSWORD_INFO}</td>
213    </tr>
214    <tr>
215      <td>{L_ADMIN_EMAIL}</td>
216      <td align="center"><input type="text" name="admin_mail" value="{F_ADMIN_EMAIL}" /></td>
217      <td class="row">{L_ADMIN_EMAIL_INFO}</td>
218    </tr>
219    <tr>
220      <td colspan="3">&nbsp;</td>
221    </tr>
222    <tr>
223      <td colspan="3" align="center">
224        <input class="submit" type="submit" name="install" value="{L_SUBMIT}" />
225      </td>
226    </tr>
227    <tr>
228      <td colspan="3">&nbsp;</td>
229    </tr>
230  </table>
231</form>
232<!-- END install -->
233
234<!-- BEGIN install_end -->
235<div class="infos_title">
236{L_END_TITLE}
237</div>
238<div class="infos">
239{L_END_MESSAGE}
240</div>
241<!-- END install_end -->
242
243              </td>
244            </tr>
245          </table>
246          <div class="header">{L_INSTALL_HELP}</div>
247        </td>
248      </tr>
249    </table>
250  </body>
251</html>
Note: See TracBrowser for help on using the repository browser.