2011-04-16 22:44:51 +00:00
|
|
|
<form id="quota">
|
|
|
|
<fieldset>
|
|
|
|
<legend>Account information</legend>
|
2011-04-17 11:47:45 +00:00
|
|
|
<div id="quota_indicator"><div style="width:<?php echo $_['usage_relative'] ?>%;"> </div></div>
|
|
|
|
<p>You're currently using <?php echo $_['usage_relative'] ?>% (<?php echo $_['usage'] ?>) of your <?php echo $_['total_space'] ?> space.</p>
|
2011-04-16 22:44:51 +00:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
2011-03-02 10:56:48 +00:00
|
|
|
|
2011-04-16 22:44:51 +00:00
|
|
|
<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">
|
2011-04-17 16:37:38 +00:00
|
|
|
<input class="prettybutton" type="submit" value="Save" />
|
2011-04-16 22:44:51 +00:00
|
|
|
</p>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|