2014-09-06 00:14:25 +02:00
|
|
|
|
2013-04-23 13:47:57 +02:00
|
|
|
<h3>{{$title}}</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{{$desc}}
|
|
|
|
</p>
|
|
|
|
|
2015-05-14 13:20:58 +02:00
|
|
|
<form id="event-edit-form" action="{{$post}}" method="post" >
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
<input type="hidden" name="event_id" value="{{$eid}}" />
|
|
|
|
<input type="hidden" name="cid" value="{{$cid}}" />
|
|
|
|
<input type="hidden" name="uri" value="{{$uri}}" />
|
2015-05-14 13:20:58 +02:00
|
|
|
<input type="hidden" name="preview" id="event-edit-preview" value="0" />
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-05-22 18:53:18 +02:00
|
|
|
{{$s_dsel}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-05-22 18:53:18 +02:00
|
|
|
{{$f_dsel}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-06-17 10:33:12 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$nofinish}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-06-17 10:33:12 +02:00
|
|
|
{{include file="field_checkbox.tpl" field=$adjust}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2016-06-17 10:33:12 +02:00
|
|
|
{{include file="field_input.tpl" field=$summary}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
<div id="event-desc-text">{{$d_text}}</div>
|
2015-11-30 16:00:41 +01:00
|
|
|
<textarea id="event-desc-textarea" name="desc">{{$d_orig}}</textarea>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
<div id="event-location-text">{{$l_text}}</div>
|
2015-11-30 16:00:41 +01:00
|
|
|
<textarea id="event-location-textarea" name="location">{{$l_orig}}</textarea>
|
2013-04-23 13:47:57 +02:00
|
|
|
|
2015-05-14 13:20:58 +02:00
|
|
|
<div id="event-location-break"></div>
|
|
|
|
|
2016-06-17 10:33:12 +02:00
|
|
|
{{if ! $eid}}
|
|
|
|
{{include file="field_checkbox.tpl" field=$share}}
|
|
|
|
{{/if}}
|
2013-04-23 13:47:57 +02:00
|
|
|
|
|
|
|
{{$acl}}
|
|
|
|
|
|
|
|
<div class="clear"></div>
|
2015-05-14 13:20:58 +02:00
|
|
|
<input id="event-edit-preview" type="submit" name="preview" value="{{$preview|escape:'html'}}" onclick="doEventPreview(); return false;" />
|
2015-02-16 09:30:12 +01:00
|
|
|
<input id="event-submit" type="submit" name="submit" value="{{$submit|escape:'html'}}" />
|
2013-04-23 13:47:57 +02:00
|
|
|
</form>
|
|
|
|
|