aboutsummaryrefslogtreecommitdiffstats
path: root/view/poke_content.tpl
blob: 09b3d8db43b28992ca9ace57d41303b9ad05032c (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
<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="pokename" autocomplete="off">
<input id="recip-complete" type="hidden" value="" 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 />

<input type="submit" name="submit" value="$submit" />
</form>