2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<form action="photos/{{$nickname}}/{{$resource_id}}" method="post" id="photo_edit_form" >
|
|
|
|
|
|
|
|
<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
|
|
|
|
|
|
|
<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}}">
|
2013-04-23 13:47:57 +02:00
|
|
|
<span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}}
|
|
|
|
</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;">
|
|
|
|
<div id="photo-edit-perms-select" >
|
|
|
|
{{$aclselect}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="photo-edit-perms-end"></div>
|
|
|
|
|
2015-02-16 09:30:12 +01:00
|
|
|
<input id="photo-edit-submit-button" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
2017-10-20 15:21:42 +02:00
|
|
|
<input id="photo-edit-delete-button" type="submit" name="delete" value="{{$delete|escape:'html'}}" onclick="return confirmDelete();" />
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<div id="photo-edit-end"></div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|