]> git.mxchange.org Git - friendica.git/blob - view/fr/profile_photo.tpl
Merge branch 'issue-11' of https://github.com/fabrixxm/friendika into fabrixxm-issue-11
[friendica.git] / view / fr / profile_photo.tpl
1 <h1>Upload Profile Photo</h1>
2
3 <form enctype="multipart/form-data" action="profile_photo" method="post">
4
5 <div id="profile-photo-upload-wrapper">
6 <label id="profile-photo-upload-label" for="profile-photo-upload">Upload File: </label>
7 <input name="userfile" type="file" id="profile-photo-upload" size="48" />
8 </div>
9
10 <div id="profile-photo-submit-wrapper">
11 <input type="submit" name="submit" id="profile-photo-submit" value="Upload">
12 </div>
13
14 </form>
15
16 <div id="profile-photo-link-select-wrapper">
17 or <a href='photos/$user'>select a photo from albums</a>
18 </div>