2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<h3>{{$title}}</h3>
|
|
|
|
|
|
|
|
<p>
|
2018-12-13 22:35:51 -05:00
|
|
|
{{$desc nofilter}}
|
2013-04-23 07:47:57 -04:00
|
|
|
</p>
|
|
|
|
|
2021-05-19 17:47:15 -04:00
|
|
|
<form id="event-edit-form" action="{{$post}}" method="post">
|
2013-04-23 07:47:57 -04: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 07:20:58 -04:00
|
|
|
<input type="hidden" name="preview" id="event-edit-preview" value="0" />
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$s_dsel nofilter}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$f_dsel nofilter}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2016-06-17 04:33:12 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$nofinish}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2016-06-17 04:33:12 -04:00
|
|
|
{{include file="field_checkbox.tpl" field=$adjust}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2016-06-17 04:33:12 -04:00
|
|
|
{{include file="field_input.tpl" field=$summary}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
|
|
|
|
<div id="event-desc-text">{{$d_text}}</div>
|
2015-11-30 10:00:41 -05:00
|
|
|
<textarea id="event-desc-textarea" name="desc">{{$d_orig}}</textarea>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
|
|
|
|
<div id="event-location-text">{{$l_text}}</div>
|
2015-11-30 10:00:41 -05:00
|
|
|
<textarea id="event-location-textarea" name="location">{{$l_orig}}</textarea>
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2015-05-14 07:20:58 -04:00
|
|
|
<div id="event-location-break"></div>
|
|
|
|
|
2016-06-17 04:33:12 -04:00
|
|
|
{{if ! $eid}}
|
|
|
|
{{include file="field_checkbox.tpl" field=$share}}
|
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
2018-12-14 20:42:24 -05:00
|
|
|
{{$acl nofilter}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
<div class="clear"></div>
|
2018-12-13 22:28:12 -05:00
|
|
|
<input id="event-edit-preview" type="submit" name="preview" value="{{$preview}}" onclick="doEventPreview(); return false;" />
|
|
|
|
<input id="event-submit" type="submit" name="submit" value="{{$submit}}" />
|
2013-04-23 07:47:57 -04:00
|
|
|
</form>
|