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