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