]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/photo_edit.tpl
Merge remote-tracking branch 'friendica/master' into mail_notification_cleanup
[friendica.git] / view / theme / decaf-mobile / 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         <input id="photo-edit-form-confirm" type="hidden" name="confirm" value="1" />
7
8         <div class="photo-edit-input-text">
9         <label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$newalbum}}</label>
10         <input id="photo-edit-albumname" type="text" size="32" name="albname" value="{{$album}}" />
11         </div>
12
13         <div id="photo-edit-albumname-end"></div>
14
15         <div class="photo-edit-input-text">
16         <label id="photo-edit-caption-label" for="photo-edit-caption">{{$capt_label}}</label>
17         <input id="photo-edit-caption" type="text" size="32" name="desc" value="{{$caption}}" />
18         </div>
19
20         <div id="photo-edit-caption-end"></div>
21
22         <div class="photo-edit-input-text">
23         <label id="photo-edit-tags-label" for="photo-edit-newtag" >{{$tag_label}}</label>
24         <input name="newtag" id="photo-edit-newtag" size="32" title="{{$help_tags}}" type="text" />
25         </div>
26
27         <div id="photo-edit-tags-end"></div>
28
29         <div class="photo-edit-rotate-choice">
30         <label id="photo-edit-rotate-cw-label" for="photo-edit-rotate-cw">{{$rotatecw}}</label>
31         <input id="photo-edit-rotate-cw" class="photo-edit-rotate" type="radio" name="rotate" value="1" /><br />
32         </div>
33
34         <div class="photo-edit-rotate-choice">
35         <label id="photo-edit-rotate-ccw-label" for="photo-edit-rotate-ccw">{{$rotateccw}}</label>
36         <input id="photo-edit-rotate-ccw" class="photo-edit-rotate" type="radio" name="rotate" value="2" />
37         </div>
38         <div id="photo-edit-rotate-end"></div>
39
40         <div id="photo-edit-perms" class="photo-edit-perms" >
41                 {{*<!--<a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="popupbox button" title="{{$permissions}}"/>
42                         <span id="jot-perms-icon" class="icon {{$lockstate}} photo-perms-icon" ></span><div class="photo-jot-perms-text">{{$permissions}}</div>
43                 </a>
44                 <div id="photo-edit-perms-menu-end"></div>
45                 
46                 <div style="display: none;">-->*}}
47                         <div id="photo-edit-perms-select" >
48                                 {{*<!--{{$aclselect}}-->*}}
49                                 {{include file="acl_html_selector.tpl"}}
50                         </div>
51                 {{*<!--</div>-->*}}
52         </div>
53         <div id="photo-edit-perms-end"></div>
54
55         <input id="photo-edit-submit-button" type="submit" name="submit" value="{{$submit}}" />
56         <input id="photo-edit-delete-button" type="submit" name="delete" value="{{$delete}}" onclick="return confirmDelete(function(){remove('photo-edit-form-confirm');});" />
57
58         <div id="photo-edit-end"></div>
59 </form>
60
61