]> git.mxchange.org Git - friendica.git/blob - view/templates/profile_photo.tpl
vier event_form: include bb-tags for editing
[friendica.git] / view / templates / profile_photo.tpl
1
2 <h1>{{$title}}</h1>
3
4 <form enctype="multipart/form-data" action="profile_photo" method="post">
5 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
6
7 <div id="profile-photo-upload-wrapper">
8 <label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_upfile}} </label>
9 <input name="userfile" type="file" id="profile-photo-upload" size="48" />
10 </div>
11
12 <label id="profile-photo-profiles-label" for="profile-photo-profiles">{{$lbl_profiles}} </label>
13 <select name="profile" id="profile-photo-profiles" />
14 {{foreach $profiles as $p}}
15 <option value="{{$p.id}}" {{if $p.default}}selected="selected"{{/if}}>{{$p.name}}</option>
16 {{/foreach}}
17 </select>
18
19 <div id="profile-photo-submit-wrapper">
20 <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit|escape:'html'}}">
21 </div>
22
23 </form>
24
25 <div id="profile-photo-link-select-wrapper">
26 {{$select}}
27 </div>