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 <div id="photo-edit-perms-menu" class="fakelink" onClick="openClose('photo-edit-perms-select');" >$permissions</div>
23 <div id="photo-edit-perms-menu-end"></div>
25 <div id="photo-edit-perms-select" style="display: none;" >
31 <div id="photo-edit-perms-end"></div>
33 <input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
34 <input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete()"; />
36 <div id="photo-edit-end"></div>