3 <form action="photos/{{$nickname}}/{{$resource_id}}" method="post" id="photo_edit_form" >
5 <input type="hidden" name="item_id" value="{{$item_id}}" />
6 <input id="photo-edit-form-confirm" type="hidden" name="confirm" value="1" />
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}}" />
13 <div id="photo-edit-albumname-end"></div>
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}}" />
20 <div id="photo-edit-caption-end"></div>
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" />
27 <div id="photo-edit-tags-end"></div>
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 />
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" />
38 <div id="photo-edit-rotate-end"></div>
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>
44 <div id="photo-edit-perms-menu-end"></div>
46 <div style="display: none;">-->*}}
47 <div id="photo-edit-perms-select" >
48 {{*<!--{{$aclselect}}-->*}}
49 {{include file="acl_html_selector.tpl"}}
53 <div id="photo-edit-perms-end"></div>
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');});" />
58 <div id="photo-edit-end"></div>