]> git.mxchange.org Git - friendica.git/blob - view/templates/photo_edit.tpl
restore jotplugins
[friendica.git] / view / templates / photo_edit.tpl
1
2
3 <form action="photos/{{$nickname}}/{{$resource_id}}" method="post" id="photo_edit_form" >
4
5         <input type="hidden" name="item_id" value="{{$item_id}}" />
6
7         <label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$newalbum}}</label>
8         <input id="photo-edit-albumname" type="text" size="32" name="albname" value="{{$album|escape:'html'}}" />
9
10         <div id="photo-edit-albumname-end"></div>
11
12         <label id="photo-edit-caption-label" for="photo-edit-caption">{{$capt_label}}</label>
13         <input id="photo-edit-caption" type="text" size="84" name="desc" value="{{$caption|escape:'html'}}" />
14
15         <div id="photo-edit-caption-end"></div>
16
17         <label id="photo-edit-tags-label" for="photo-edit-newtag" >{{$tag_label}}</label>
18         <input name="newtag" id="photo-edit-newtag" size="84" title="{{$help_tags}}" type="text" />
19
20         <div id="photo-edit-tags-end"></div>
21         <div id="photo-edit-rotate-wrapper">
22                 <div id="photo-edit-rotate-label">
23                         {{$rotatecw}}<br>
24                         {{$rotateccw}}
25                 </div>
26                 <input type="radio" name="rotate" value="1" /><br>
27                 <input type="radio" name="rotate" value="2" />
28         </div>
29         <div id="photo-edit-rotate-end"></div>
30
31         <div id="photo-edit-perms" class="photo-edit-perms" >
32                 <a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="button popupbox" title="{{$permissions}}"/>
33                         <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
34                 </a>
35                 <div id="photo-edit-perms-menu-end"></div>
36                 
37                 <div style="display: none;">
38                         <div id="photo-edit-perms-select" >
39                                 {{$aclselect}}
40                         </div>
41                 </div>
42         </div>
43         <div id="photo-edit-perms-end"></div>
44
45         <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
46         <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$delete|escape:'html'}}" onclick="return confirmDelete()"; />
47
48         <div id="photo-edit-end"></div>
49 </form>
50
51