aboutsummaryrefslogtreecommitdiffstats
path: root/view/poke_content.tpl
blob: 18438787a3ae8f960c3faf95b7eb0a07b302a975 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<h3>$title</h3>

<div id="poke-desc">$desc</div>

<form action="poke" method="get">
<br />
<br />

<div id="poke-recip-label">$clabel</div>
<br />
<input id="recip" type="text" size="64" maxlength="255" value="$name" name="pokename" autocomplete="off">
<input id="recip-complete" type="hidden" value="$id" name="cid">

<br />
<br />
<div id="poke-action-label">$choice</div>
<br />
<br />
<select name="verb" id="poke-verb-select" >
{{ for $verbs as $v }}
<option value="$v.0">$v.1</option>
{{ endfor }}
</select>
<br />
<br />
<div id="poke-private-desc">$prv_desc</div>
<input type="checkbox" name="private" value="1" />
<br />
<br />
<input type="submit" name="submit" value="$submit" />
</form>