]> git.mxchange.org Git - friendica.git/blob - view/smarty3/poke_content.tpl
template engine rework
[friendica.git] / view / smarty3 / poke_content.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$title}}</h3>
7
8 <div id="poke-desc">{{$desc}}</div>
9
10 <form action="poke" method="get">
11 <br />
12 <br />
13
14 <div id="poke-recip-label">{{$clabel}}</div>
15 <br />
16 <input id="poke-recip" type="text" size="64" maxlength="255" value="{{$name}}" name="pokename" autocomplete="off" />
17 <input id="poke-recip-complete" type="hidden" value="{{$id}}" name="cid" />
18 <input id="poke-parent" type="hidden" value="{{$parent}}" name="parent" />
19 <br />
20 <br />
21 <div id="poke-action-label">{{$choice}}</div>
22 <br />
23 <br />
24 <select name="verb" id="poke-verb-select" >
25 {{foreach $verbs as $v}}
26 <option value="{{$v.0}}">{{$v.1}}</option>
27 {{/foreach}}
28 </select>
29 <br />
30 <br />
31 <div id="poke-private-desc">{{$prv_desc}}</div>
32 <input type="checkbox" name="private" {{if $parent}}disabled="disabled"{{/if}} value="1" />
33 <br />
34 <br />
35 <input type="submit" name="submit" value="{{$submit}}" />
36 </form>
37