27631d9f772baedaf90c0a6d92cf0e1a5e82d63d
[friendica.git/.git] / view / theme / frost / templates / event_form.tpl
1
2 <h3>{{$title}}</h3>
3
4 <p>
5 {{$desc}}
6 </p>
7
8 <form id="event-edit-form" action="{{$post}}" method="post" >
9
10 <input type="hidden" name="event_id" value="{{$eid}}" />
11 <input type="hidden" name="cid" value="{{$cid}}" />
12 <input type="hidden" name="uri" value="{{$uri}}" />
13 <input type="hidden" name="preview" id="event-edit-preview" value="0" />
14
15 {{$s_dsel}}
16
17 {{$f_dsel}}
18
19 {{include file="field_checkbox.tpl" field=$nofinish}}
20
21 {{include file="field_checkbox.tpl" field=$adjust}}
22
23 {{include file="field_input.tpl" field=$summary}}
24
25
26 <div id="event-desc-text">{{$d_text}}</div>
27 <textarea id="event-desc-textarea" rows="10" cols="70" name="desc">{{$d_orig}}</textarea>
28
29
30 <div id="event-location-text">{{$l_text}}</div>
31 <textarea id="event-location-textarea" rows="10" cols="70" name="location">{{$l_orig}}</textarea>
32 <br />
33
34 {{if ! $eid}}
35 {{include file="field_checkbox.tpl" field=$share}}
36 {{/if}}
37
38 {{$acl}}
39
40 <div class="clear"></div>
41 <input id="event-edit-preview" type="submit" name="preview" value="{{$preview|escape:'html'}}" onclick="doEventPreview(); return false;" />
42 <input id="event-submit" type="submit" name="submit" value="{{$submit}}" />
43 </form>
44
45