]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/photos_upload.tpl
Implement Smarty3
[friendica.git] / view / theme / frost-mobile / smarty3 / 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">
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" checked />
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>
32         <div id="photos-upload-perms-end"></div>
33
34         <div style="display: none;">
35                 <div id="photos-upload-permissions-wrapper">
36                         {{$aclselect}}
37                 </div>
38         </div>
39
40         <div id="photos-upload-spacer"></div>
41
42         {{$uploader}}
43
44         {{$default}}
45
46         <div class="photos-upload-end" ></div>
47 </form>
48