]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/profile_photo.tpl
Implement Smarty3
[friendica.git] / view / theme / frost-mobile / smarty3 / profile_photo.tpl
1 <h1>{{$title}}</h1>
2
3 <form enctype="multipart/form-data" action="profile_photo" method="post">
4 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
5
6 <div id="profile-photo-upload-wrapper">
7 <label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_upfile}} </label>
8 <input name="userfile" type="file" id="profile-photo-upload" size="25" />
9 </div>
10
11 <div id="profile-photo-submit-wrapper">
12 <input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}">
13 </div>
14
15 </form>
16
17 <div id="profile-photo-link-select-wrapper">
18 {{$select}}
19 </div>