]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/photos_upload.tpl
add warning message about automatically generated templates
[friendica.git] / view / theme / frost-mobile / smarty3 / photos_upload.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h3>{{$pagename}}</h3>
6
7 <div id="photos-usage-message">{{$usage}}</div>
8
9 <form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" >
10         <div id="photos-upload-new-wrapper" >
11                 <div id="photos-upload-newalbum-div">
12                         <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label>
13                 </div>
14                 <input id="photos-upload-newalbum" type="text" name="newalbum" />
15         </div>
16         <div id="photos-upload-new-end"></div>
17         <div id="photos-upload-exist-wrapper">
18                 <div id="photos-upload-existing-album-text">{{$existalbumtext}}</div>
19                 <select id="photos-upload-album-select" name="album">
20                 {{$albumselect}}
21                 </select>
22         </div>
23         <div id="photos-upload-exist-end"></div>
24
25         <div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
26                 <input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" checked />
27                 <label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
28         </div>
29
30
31         <div id="photos-upload-perms" class="photos-upload-perms" >
32                 <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button popupbox" />
33                 <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
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         {{$uploader}}
47
48         {{$default}}
49
50         <div class="photos-upload-end" ></div>
51 </form>
52