]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/photos_upload.tpl
[frio] Restyle photo upload (#5427)
[friendica.git] / view / theme / frio / 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 class="form-control" 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-div">
16                         <label id="photos-upload-existing-album-text" for="photos-upload-album-select">{{$existalbumtext}}</label>
17                 </div>
18                 <select class="form-control" id="photos-upload-album-select" name="album" size="4">
19                 {{$albumselect}}
20                 </select>
21         </div>
22         <div id="photos-upload-exist-end"></div>
23
24         <div id="photos-upload-noshare-div" class="photos-upload-noshare-div pull-left" >
25                 <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" checked/>
26                 <label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
27         </div>
28
29
30         <div id="photos-upload-perms" class="photos-upload-perms pull-right" >
31                 <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
32                 <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
33                 </a>
34         </div>
35         <div id="photos-upload-perms-end" class="clear"></div>
36
37         <div style="display: none;">
38                 <div id="photos-upload-permissions-wrapper">
39                         {{$aclselect}}
40                 </div>
41         </div>
42
43         <div id="photos-upload-spacer"></div>
44
45         {{$alt_uploader}}
46
47         {{$default_upload_box}}
48         {{$default_upload_submit}}
49
50         <div class="photos-upload-end" ></div>
51 </form>
52