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