summaryrefslogtreecommitdiff
blob: 24d6cf84675112f77f80b8b3853d0d5e3d9bc338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$header
	<form method="post" action="$filename">
	<input type="hidden" name="s" value="$s" />
	<input type="hidden" name="page" value="$page" />
	<input type="hidden" name="action" value="$action" />
		<table cellpadding="5" cellspacing="4" border="0" align="center" class="install_tabella_60">
			<tr>
				<td class="install_titolo" colspan="2"><b><img src="../images/titolo.gif" alt="" />&nbsp;{$lng['ftp']['account_add']}</b></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['panel']['path']}:</td>
				<td class="install_campodisplay" nowrap="nowrap">{$pathSelect}</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['login']['password']}:</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="password" name="password" size="30" /></td>
			</tr>
			<tr>
				<td class="install_confermacampo" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottone" value="{$lng['ftp']['account_add']}" /></td>
			</tr>
		</table>
	</form>
	<br />
	<br />
$footer