2 <form action="photos/$nickname/$resource_id" method="post" id="photo_edit_form" >
4 <input type="hidden" name="item_id" value="$item_id" />
6 <label id="photo-edit-albumname-label" for="photo-edit-albumname">$newalbum</label>
7 <input id="photo-edit-albumname" type="text" size="32" name="albname" value="$album" />
9 <div id="photo-edit-albumname-end"></div>
11 <label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
12 <input id="photo-edit-caption" type="text" size="84" name="desc" value="$caption" />
14 <div id="photo-edit-caption-end"></div>
16 <label id="photo-edit-tags-label" for="photo-edit-newtag" >$tag_label</label>
17 <input name="newtag" id="photo-edit-newtag" size="84" title="$help_tags" type="text" />
19 <div id="photo-edit-tags-end"></div>
21 <div id="photo-edit-perms" class="photo-edit-perms" >
22 <a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="button" title="$permissions"/>
23 <span id="jot-perms-icon" class="icon $lockstate" ></span>$permissions
25 <div id="photo-edit-perms-menu-end"></div>
27 <div style="display: none;">
28 <div id="photo-edit-perms-select" >
33 <div id="photo-edit-perms-end"></div>
35 <input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
36 <input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete()"; />
38 <div id="photo-edit-end"></div>
42 $("a#photo-edit-perms-menu").fancybox({
43 'transitionIn' : 'none',
44 'transitionOut' : 'none'