source: trunk/template/default/admin/install.vtp @ 199

Last change on this file since 199 was 199, checked in by z0rglub, 21 years ago

Display a message linked to the help forum

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.3 KB
Line 
1<html>
2  <head>
3    <title>PhpWebGallery {#release}</title>
4    <style>
5      a {
6        text-decoration : none;
7        color : #006699;
8      }
9      a:hover {
10        text-decoration : underline;
11      }
12      body,table,input,form,select,textarea {
13        font-family : Arial, Verdana, Sans-Serif;
14        font-size : 12px;
15      }
16      .miniature {
17        border : solid 1px black;
18      }
19      body {
20        background-color :  #E5E5E5;
21      }
22      .titretable1 {
23        color : black;
24        background-color : #D3DCE3;
25        text-align : center;
26        border : 2px solid #006699;
27      }
28      .grostitre {
29        text-align : center;
30        font-size : 20px;
31        margin-bottom : 20px;
32      }
33      .plan {
34        margin : 10px 10px 10px 2px;
35        white-space : nowrap;
36      }
37      .table1 {
38        border-collapse:collapse;
39        background-color:#FFFFFF;
40        width:700px;
41        margin:auto;
42      }
43      .contenucellule {
44        background-color : #EEEEEE;
45        border : 2px solid #006699;
46      }
47      .style1 {
48        margin-top : 20px;
49      }
50      th {
51        font-weight : bold;
52        background-color : #D3DCE3;
53      }
54      td.row1 {
55        background-color : #DDDDDD;
56      }
57      td.row2 {
58        background-color : #E8E8E8;
59      }
60      .cat_plan {
61        font-weight : bold;
62      }
63      .retrait {
64        margin : 10px;
65        margin-left : 30px;
66        margin-top : 2px;
67      }
68      input,textarea {
69        border-width : 1;
70        border-color : #000000;
71        background : #ffffff;
72        color: #000000;
73      }
74      .errors,.infos {
75        margin:10px;
76      }
77      .errors {
78        border:1px solid red;
79        background-color:#ffe1e1;
80      }
81      .infos {
82        background-color:#eff4fa;
83        border:1px solid #9cb4ce;
84      }
85      .errors_title,.infos_title {
86        margin:5px;
87        font-weight:bold;
88        font-size:120%;
89        text-align:center;
90      }
91      .errors_title {
92        color:red;
93      }
94      .infos_title {
95        color:#9cb4ce;
96      }
97    </style>
98  </head>
99  <body>
100    <table style="width:100%;height:100%">
101      <tr align="center" valign="middle">
102        <td>
103          <div class="grostitre">PhpWebGallery {#release}</div>
104          <table class="table1">
105            <tr>
106              <td class="contenucellule">
107<!--VTP_errors-->
108<div class="errors">
109  <div class="errors_title">{#errors_title}</div>
110  <ul>
111    <!--VTP_error-->
112    <li>{#content}</li>
113    <!--/VTP_error-->
114  </ul>
115</div>
116<!--/VTP_errors-->
117
118<!--VTP_infos-->
119<div class="infos">
120  <div class="infos_title">{#infos_title}</div>
121  <ul>
122    <!--VTP_info-->
123    <li>{#content}</li>
124    <!--/VTP_info-->
125  </ul>
126</div>
127<!--/VTP_infos-->
128
129<!--VTP_error_copy-->
130{#step1_err_copy} :
131<br />-----------------------------------------------------<br />
132<div style="color:blue;">{#file_content}</div>
133-----------------------------------------------------<br />
134<div style="text-align:center;">{#step1_err_copy_2}<br />
135<a href="./install.php?step=2&amp;language={#language}">{#step1_err_copy_next}</a></div>
136<!--/VTP_error_copy-->
137
138<!--VTP_step0-->
139<form method="get" action="install.php">
140  <input type="hidden" name="step" value="1" />
141  <table width="100%">
142    <tr>
143      <td align="center">
144        <select name="language">
145          <!--VTP_language-->
146          <option>{#name}</option>
147          <!--/VTP_language-->
148        </select>
149        <input name="submit" type="submit" value="Submit" />
150      </td>
151    </tr>
152  </table>
153</form>
154<!--/VTP_step0-->
155
156<!--VTP_step1-->
157<form method="post" action="install.php?step=1&amp;language={#language}">
158  <table width="100%">
159    <tr>
160      <th colspan="3">{#step1_title}</th>
161    </tr>
162    <tr>
163      <td colspan="3">&nbsp;</td>
164    </tr>
165    <tr>
166      <td>{#step1_host}</td>
167      <td align=center><input type="text" name="cfgHote" value="{#f_host}" /></td>
168      <td class="row2">{#step1_host_info}</td>
169    </tr>
170    <tr>
171      <td>{#step1_user}</td>
172      <td align=center><input type="text" name="cfgUser" value="{#f_user}" /></td>
173      <td class="row2">{#step1_user_info}</td>
174    </tr>
175    <tr>
176      <td>{#step1_pass}</td>
177      <td align=center><input type="password" name="cfgPassword" value="" /></td>
178      <td class="row2">{#step1_pass_info}</td>
179    </tr>
180    <tr>
181      <td>{#step1_database}</td>
182      <td align=center><input type="text" name="cfgBase" value="{#f_base}" /></td>
183      <td class="row2">{#step1_database_info}</td>
184    </tr>
185    <tr>
186      <td>{#step1_prefix}</td>
187      <td align=center><input type="text" name="prefixeTable" value="{#f_prefixeTable}" /></td>
188      <td class="row2">{#step1_prefix_info}</td>
189    </tr>
190    <tr>
191     <td colspan="3">&nbsp;</td>
192    </tr>
193    <tr>
194      <td colspan="3" align="center"><input type="submit" name="submit" value="{#submit}" /></td>
195    </tr>
196  </table>
197</form>
198<!--/VTP_step1-->
199
200<!--VTP_step2-->
201<form method="post" action="install.php?step=2&amp;language={#language}">
202  <table width=100%>
203    <tr>
204      <th colspan="3">{#step2_title}</th>
205    </tr>
206    <tr>
207      <td colspan="3">&nbsp;</td>
208    </tr>
209    <tr>
210      <td>{#conf_general_webmaster}</td>
211      <td align="center"><input type="text" name="webmaster" value="{#f_webmaster}" /></td>
212      <td class="row2">{#conf_general_webmaster_info}</td>
213    </tr>
214    <tr>
215      <td>{#step2_pwd}</td>
216      <td align="center"><input type="password" name="pwdWebmaster" value="" /></td>
217      <td class="row2">{#step2_pwd_info}</td>
218    </tr>
219    <tr>
220      <td>{#step2_pwd_conf}</td>
221      <td align="center"><input type="password" name="pwdWebmasterConf" value="" /></td>
222      <td class="row2">{#step2_pwd_conf_info}</td>
223    </tr>
224    <tr>
225      <td>{#conf_general_mail}</td>
226      <td align="center"><input type="text" name="mail_webmaster" value="{#f_mail_webmaster}" /></td>
227      <td class="row2">{#conf_general_mail_info}</td>
228    </tr>
229    <tr>
230      <td colspan="3">&nbsp;</th>
231    </tr>
232    <tr>
233      <td colspan="3" align="center">
234        <input type="submit" name="submit" value="{#submit}" />
235      </td>
236    </tr>
237  </table>
238</form>
239<!--/VTP_step2-->
240
241<!--VTP_install_end-->
242<div class="infos_title">{#install_end_title}</div>
243<div style="padding:5px;">{#install_end_message}</div>
244<!--/VTP_install_end-->
245
246              </td>
247            </tr>
248          </table>
249          <div style="text-align:center;margin:20px;">{#install_help}</div>
250        </td>
251      </tr>
252    </table>
253  </body>
254</html>
Note: See TracBrowser for help on using the repository browser.