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