friendica/view/theme/decaf-mobile/photo_edit.tpl

61 lines
2.3 KiB
Smarty

<form action="photos/$nickname/$resource_id" method="post" id="photo_edit_form" >
<input type="hidden" name="item_id" value="$item_id" />
<input id="photo-edit-form-confirm" type="hidden" name="confirm" value="1" />
<div class="photo-edit-input-text">
<label id="photo-edit-albumname-label" for="photo-edit-albumname">$newalbum</label>
<input id="photo-edit-albumname" type="text" size="32" name="albname" value="$album" />
</div>
<div id="photo-edit-albumname-end"></div>
<div class="photo-edit-input-text">
<label id="photo-edit-caption-label" for="photo-edit-caption">$capt_label</label>
<input id="photo-edit-caption" type="text" size="32" name="desc" value="$caption" />
</div>
<div id="photo-edit-caption-end"></div>
<div class="photo-edit-input-text">
<label id="photo-edit-tags-label" for="photo-edit-newtag" >$tag_label</label>
<input name="newtag" id="photo-edit-newtag" size="32" title="$help_tags" type="text" />
</div>
<div id="photo-edit-tags-end"></div>
<div class="photo-edit-rotate-choice">
<label id="photo-edit-rotate-cw-label" for="photo-edit-rotate-cw">$rotatecw</label>
<input id="photo-edit-rotate-cw" class="photo-edit-rotate" type="radio" name="rotate" value="1" /><br />
</div>
<div class="photo-edit-rotate-choice">
<label id="photo-edit-rotate-ccw-label" for="photo-edit-rotate-ccw">$rotateccw</label>
<input id="photo-edit-rotate-ccw" class="photo-edit-rotate" type="radio" name="rotate" value="2" />
</div>
<div id="photo-edit-rotate-end"></div>
<div id="photo-edit-perms" class="photo-edit-perms" >
{#<!--<a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="popupbox button" title="$permissions"/>
<span id="jot-perms-icon" class="icon $lockstate photo-perms-icon" ></span><div class="photo-jot-perms-text">$permissions</div>
</a>
<div id="photo-edit-perms-menu-end"></div>
<div style="display: none;">-->#}
<div id="photo-edit-perms-select" >
{#<!--$aclselect-->#}
{{ inc acl_html_selector.tpl }}{{ endinc }}
</div>
{#<!--</div>-->#}
</div>
<div id="photo-edit-perms-end"></div>
<input id="photo-edit-submit-button" type="submit" name="submit" value="$submit" />
<input id="photo-edit-delete-button" type="submit" name="delete" value="$delete" onclick="return confirmDelete(function(){remove('photo-edit-form-confirm');});" />
<div id="photo-edit-end"></div>
</form>