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="32" 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="32" title="$help_tags" type="text" />
19 <div id="photo-edit-tags-end"></div>
20 <div id="photo-edit-rotate-wrapper">
21 <div class="photo-edit-rotate-label">
24 <input class="photo-edit-rotate" type="radio" name="rotate" value="1" /><br />
26 <div class="photo-edit-rotate-label">
29 <input class="photo-edit-rotate" type="radio" name="rotate" value="2" />
31 <div id="photo-edit-rotate-end"></div>
33 <div id="photo-edit-perms" class="photo-edit-perms" >
34 <a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="popupbox button" title="$permissions"/>
35 <span id="jot-perms-icon" class="icon $lockstate photo-perms-icon" ></span><div class="photo-jot-perms-text">$permissions</div>
37 <div id="photo-edit-perms-menu-end"></div>
39 <div style="display: none;">
40 <div id="photo-edit-perms-select" >
45 <div id="photo-edit-perms-end"></div>
47 <input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
48 <input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete()"; />
50 <div id="photo-edit-end"></div>