mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
14 lines
No EOL
450 B
HTML
14 lines
No EOL
450 B
HTML
<template name="user_password">
|
|
<div class="grid-small grid-block dialog user-edit">
|
|
<form>
|
|
<h2>Forgot Password?</h2>
|
|
<div class="control-group">
|
|
<label>Your Email</label>
|
|
<div class="controls"><input id="email" name="email" type="text" value="" /></div>
|
|
</div>
|
|
<div class="form-actions">
|
|
<input type="submit" class="button" value="Reset Password" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</template> |