git-svn-id: http://piwigo.org/svn/trunk@94 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-09-14 10:33:59 +00:00
parent 050f55920c
commit 676739adc4
2 changed files with 147 additions and 132 deletions
+47
View File
@@ -196,6 +196,53 @@
</table>
</form>
<!--/VTP_step1-->
<!--VTP_step2-->
<form method="post" action="install.php?step=2&amp;language={#language}">
<table width=100%>
<tr>
<th colspan="3">{#step2_title}</th>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td>{#conf_general_webmaster}</td>
<td align="center"><input type="text" name="webmaster" value="{#f_webmaster}" /></td>
<td class="row2">{#conf_general_webmaster_info}</td>
</tr>
<tr>
<td>{#step2_pwd}</td>
<td align="center"><input type="password" name="pwdWebmaster" value="" /></td>
<td class="row2">{#step2_pwd_info}</td>
</tr>
<tr>
<td>{#step2_pwd_conf}</td>
<td align="center"><input type="password" name="pwdWebmasterConf" value="" /></td>
<td class="row2">{#step2_pwd_conf_info}</td>
</tr>
<tr>
<td>{#conf_general_mail}</td>
<td align="center"><input type="text" name="mail_webmaster" value="{#f_mail_webmaster}" /></td>
<td class="row2">{#conf_general_mail_info}</td>
</tr>
<tr>
<td colspan="3">&nbsp;</th>
</tr>
<tr>
<td colspan="3" align="center">
<input type="submit" name="submit" value="{#submit}" />
</td>
</tr>
</table>
</form>
<!--/VTP_step2-->
<!--VTP_install_end-->
<div class="infos_title">{#install_end_title}</div>
<div style="padding:5px;">{#install_end_message}</div>
<!--/VTP_install_end-->
</td>
</tr>
</table>