summaryrefslogtreecommitdiff
blob: ffc75de2eece52e4f03d3515c0040d6d238fb9b2 (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
26
$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" />
	<input type="hidden" name="id" value="$id" />
		<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['menue']['main']['changepassword']}</b></td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['login']['username']}:</td>
				<td class="install_campodisplay" nowrap="nowrap">{$result['username']}</td>
			</tr>
			<tr>
				<td class="install_nomecampo">{$lng['login']['password']}:</td>
				<td class="install_campodisplay" nowrap="nowrap"><input type="password" name="password" maxlength="50" /></td>
			</tr>
			<tr>
				<td class="install_confermacampo" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottone" value="{$lng['menue']['main']['changepassword']}" /></td>
			</tr>
		</table>
	</form>
	<br />
	<br />
$footer