]> git.mxchange.org Git - friendica.git/blob - view/smarty3/profile_photo.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / smarty3 / profile_photo.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h1>{{$title}}</h1>
7
8 <form enctype="multipart/form-data" action="profile_photo" method="post">
9 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
10
11 <div id="profile-photo-upload-wrapper">
12 <label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_upfile}} </label>
13 <input name="userfile" type="file" id="profile-photo-upload" size="48" />
14 </div>
15
16 <label id="profile-photo-profiles-label" for="profile-photo-profiles">{{$lbl_profiles}} </label>
17 <select name="profile" id="profile-photo-profiles" />
18 {{foreach $profiles as $p}}
19 <option value="{{$p.id}}" {{if $p.default}}selected="selected"{{/if}}>{{$p.name}}</option>
20 {{/foreach}}
21 </select>
22
23 <div id="profile-photo-submit-wrapper">
24 <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}">
25 </div>
26
27 </form>
28
29 <div id="profile-photo-link-select-wrapper">
30 {{$select}}
31 </div>