aboutsummaryrefslogtreecommitdiffstats
path: root/view/poke_content.tpl
blob: f81d04c6c5e15f62850a8ec9ba1e778cad9258a1 (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" 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 />

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