2014-09-05 18:14:25 -04:00
|
|
|
|
2021-05-19 17:47:15 -04:00
|
|
|
<form action="photos/{{$nickname}}/image/{{$resource_id}}/edit" method="post" id="photo_edit_form">
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<input type="hidden" name="item_id" value="{{$item_id}}" />
|
2016-12-25 20:41:00 -05:00
|
|
|
<input type="hidden" name="origaname" value="{{$album.2}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-06-22 14:07:19 -04:00
|
|
|
{{include file="field_input.tpl" field=$album}}
|
|
|
|
{{include file="field_input.tpl" field=$caption}}
|
|
|
|
{{include file="field_input.tpl" field=$tags}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-06-22 14:07:19 -04:00
|
|
|
{{include file="field_radio.tpl" field=$rotate_none}}
|
|
|
|
{{include file="field_radio.tpl" field=$rotate_cw}}
|
|
|
|
{{include file="field_radio.tpl" field=$rotate_ccw}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2021-05-19 17:47:15 -04:00
|
|
|
<div id="photo-edit-perms" class="photo-edit-perms">
|
2017-10-20 09:21:42 -04:00
|
|
|
<a href="#photo-edit-perms-select" id="photo-edit-perms-menu" class="button popupbox" title="{{$permissions}}">
|
2021-05-19 17:47:15 -04:00
|
|
|
<span id="jot-perms-icon" class="icon {{$lockstate}}"></span>{{$permissions}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</a>
|
|
|
|
<div id="photo-edit-perms-menu-end"></div>
|
2015-06-22 14:07:19 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<div style="display: none;">
|
2021-05-19 17:47:15 -04:00
|
|
|
<div id="photo-edit-perms-select">
|
2018-12-13 22:35:51 -05:00
|
|
|
{{$aclselect nofilter}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="photo-edit-perms-end"></div>
|
|
|
|
|
2018-12-13 22:28:12 -05:00
|
|
|
<input id="photo-edit-submit-button" type="submit" name="submit" value="{{$submit}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<div id="photo-edit-end"></div>
|
|
|
|
</form>
|