]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/smarty3/photo_edit.tpl
df30495280ac19a1fc39f9c2d4c8f7faba1cd4a3
[friendica.git] / view / theme / dispy / smarty3 / photo_edit.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <form action="photos/{{$nickname}}/{{$resource_id}}" method="post" id="photo_edit_form" >
7
8         <input type="hidden" name="item_id" value="{{$item_id}}" />
9
10         <label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$newalbum}}</label>
11         <input id="photo-edit-albumname" type="text" name="albname" value="{{$album}}" />
12
13         <div id="photo-edit-albumname-end"></div>
14
15         <label id="photo-edit-caption-label" for="photo-edit-caption">{{$capt_label}}</label>
16         <input id="photo-edit-caption" type="text" name="desc" value="{{$caption}}" />
17
18         <div id="photo-edit-caption-end"></div>
19
20         <label id="photo-edit-tags-label" for="photo-edit-newtag" >{{$tag_label}}</label>
21         <input name="newtag" id="photo-edit-newtag" title="{{$help_tags}}" type="text" />
22
23         <div id="photo-edit-tags-end"></div>
24         <div id="photo-edit-rotate-wrapper">
25                 <div id="photo-edit-rotate-label">{{$rotate}}</div>
26                 <input type="checkbox" name="rotate" value="1" />
27         </div>
28         <div id="photo-edit-rotate-end"></div>
29
30         <div id="photo-edit-perms" class="photo-edit-perms" >
31                 <a href="#photo-edit-perms-select"
32                         id="photo-edit-perms-menu"
33                         class="button"
34                         title="{{$permissions}}"/><span id="jot-perms-icon"
35                         class="icon {{$lockstate}}" ></span>{{$permissions}}</a>
36                 <div id="photo-edit-perms-menu-end"></div>
37
38                 <div style="display: none;">
39                         <div id="photo-edit-perms-select" >
40                                 {{$aclselect}}
41                         </div>
42                 </div>
43         </div>
44         <div id="photo-edit-perms-end"></div>
45
46         <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$submit}}" />
47         <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$delete}}" onclick="return confirmDelete()"; />
48
49         <div id="photo-edit-end"></div>
50 </form>
51
52 <script type="text/javascript">
53         $("a#photo-edit-perms-menu").fancybox({
54                 'transitionIn' : 'none',
55                 'transitionOut' : 'none'
56         }); 
57 </script>