Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
595 B
20 lines
595 B
|
|
<h1>{{$title}}</h1> |
|
|
|
<form enctype="multipart/form-data" action="profile_photo" method="post"> |
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> |
|
|
|
<div id="profile-photo-upload-wrapper"> |
|
<label id="profile-photo-upload-label" for="profile-photo-upload">{{$lbl_upfile}} </label> |
|
<input name="userfile" type="file" id="profile-photo-upload" size="25" /> |
|
</div> |
|
|
|
<div id="profile-photo-submit-wrapper"> |
|
<input type="submit" name="submit" id="profile-photo-submit" value="{{$submit}}"> |
|
</div> |
|
|
|
</form> |
|
|
|
<div id="profile-photo-link-select-wrapper"> |
|
{{$select}} |
|
</div>
|
|
|