]> git.mxchange.org Git - friendica.git/blob - view/photos_upload.tpl
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
[friendica.git] / view / photos_upload.tpl
1 <h3>$pagename</h3>
2
3 <div id="photos-usage-message">$usage</div>
4
5 <form action="photos/$nickname" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
6         <div id="photos-upload-new-wrapper" >
7                 <div id="photos-upload-newalbum-div">
8                         <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >$newalbum</label>
9                 </div>
10                 <input id="photos-upload-newalbum" type="text" name="newalbum" />
11         </div>
12         <div id="photos-upload-new-end"></div>
13         <div id="photos-upload-exist-wrapper">
14                 <div id="photos-upload-existing-album-text">$existalbumtext</div>
15                 <select id="photos-upload-album-select" name="album" size="4">
16                 $albumselect
17                 </select>
18         </div>
19         <div id="photos-upload-exist-end"></div>
20
21         <div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
22                 <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />
23                 <label id="photos-upload-noshare-text" for="photos-upload-noshare" >$nosharetext</label>
24         </div>
25
26
27         <div id="photos-upload-perms" class="photos-upload-perms" >
28                 <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
29                 <span id="jot-perms-icon" class="icon $lockstate" ></span>$permissions
30                 </a>
31         <div id="photos-upload-perms-end"></div>
32
33         <div style="display: none;">
34                 <div id="photos-upload-permissions-wrapper">
35                         $aclselect
36                 </div>
37         </div>
38
39         <div id="photos-upload-spacer"></div>
40
41         $uploader
42
43         $default
44
45         <div class="photos-upload-end" ></div>
46 </form>
47