]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/profile_photo.tpl
b205c9e2664fd3c2d6747e98ac253ac40f8314f7
[friendica.git] / view / theme / frost-mobile / smarty3 / profile_photo.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h1>{{$title}}</h1>
6
7 <form enctype="multipart/form-data" action="profile_photo" method="post">
8 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
9
10 <div id="profile-photo-upload-wrapper">
11 <label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_upfile}} </label>
12 <input name="userfile" type="file" id="profile-photo-upload" size="25" />
13 </div>
14
15 <div id="profile-photo-submit-wrapper">
16 <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}">
17 </div>
18
19 </form>
20
21 <div id="profile-photo-link-select-wrapper">
22 {{$select}}
23 </div>