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