]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/smarty3/profile_photo.tpl
6bcb3cf85024e7638d45a3c769c1787aeebc2aca
[friendica.git] / view / theme / decaf-mobile / 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="25" />
14 </div>
15
16 <div id="profile-photo-submit-wrapper">
17 <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}">
18 </div>
19
20 </form>
21
22 <div id="profile-photo-link-select-wrapper">
23 {{$select}}
24 </div>