]> git.mxchange.org Git - friendica.git/blob - view/mood_content.tpl
9349c56aef9e5badf885300b3f2a0fbac3f29207
[friendica.git] / view / mood_content.tpl
1 <h3>$title</h3>
2
3 <div id="mood-desc">$desc</div>
4
5 <form action="mood" method="get">
6 <br />
7 <br />
8
9 <input id="mood-parent" type="hidden" value="$parent" name="parent" />
10
11 <select name="verb" id="mood-verb-select" >
12 {{ for $verbs as $v }}
13 <option value="$v.0">$v.1</option>
14 {{ endfor }}
15 </select>
16 <br />
17 <br />
18 <input type="submit" name="submit" value="$submit" />
19 </form>
20