aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/index.php
blob: 910437fefc9c1a553eaebfb931bd4663271cda9a (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
27
28
<form id="quota">
	<fieldset>
		<legend>Account information</legend>
		<div id="quota_indicator"><div style="width:72%;">&nbsp;</div></div>
		<p>You're currently using 72% (7.2GB) of your 10GB space.</p>
	</fieldset>
</form>

<form id="user_settings">
	<fieldset>
	<legend>User settings</legend>
	<p>
		<label for="email">Email :</label>
		<input type="text" id="email" name="email" value="user@example.net" />
	</p>
	<p>
		<label for="pass1">New password :</label>
		<input type="password" id="pass1" name="pass1" /> 
	</p>
	<p>
		<label for="pass2">Confirm new password :</label>
		<input type="password" id="pass2" name="pass2" /> 
	</p>
	<p class="form_footer">
		<input type="submit" value="Save" />
	</p>
	</fieldset>
</form>