2011-04-08 02:10:43 -04:00
|
|
|
<h1>$title</h1>
|
2010-07-01 19:48:07 -04:00
|
|
|
|
2010-07-19 22:09:58 -04:00
|
|
|
<form enctype="multipart/form-data" action="profile_photo" method="post">
|
2012-03-12 16:17:37 -04:00
|
|
|
<input type='hidden' name='form_security_token' value='$form_security_token'>
|
2010-07-01 19:48:07 -04:00
|
|
|
|
|
|
|
<div id="profile-photo-upload-wrapper">
|
2011-04-08 02:10:43 -04:00
|
|
|
<label id="profile-photo-upload-label" for="profile-photo-upload">$lbl_upfile </label>
|
2010-07-01 19:48:07 -04:00
|
|
|
<input name="userfile" type="file" id="profile-photo-upload" size="48" />
|
|
|
|
</div>
|
|
|
|
|
2012-09-11 21:51:17 -04:00
|
|
|
<label id="profile-photo-profiles-label" for="profile-photo-profiles">$lbl_profiles </label>
|
|
|
|
<select name="profile" id="profile-photo-profiles" />
|
|
|
|
{{ for $profiles as $p }}
|
|
|
|
<option value="$p.id" {{ if $p.default }}selected="selected"{{ endif }}>$p.name</option>
|
|
|
|
{{ endfor }}
|
|
|
|
</select>
|
|
|
|
|
2010-07-01 19:48:07 -04:00
|
|
|
<div id="profile-photo-submit-wrapper">
|
2011-04-08 02:10:43 -04:00
|
|
|
<input type="submit" name="submit" id="profile-photo-submit" value="$submit">
|
2010-07-01 19:48:07 -04:00
|
|
|
</div>
|
|
|
|
|
2011-02-04 04:30:56 -05:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<div id="profile-photo-link-select-wrapper">
|
2011-04-08 02:10:43 -04:00
|
|
|
$select
|
2011-02-04 04:30:56 -05:00
|
|
|
</div>
|