]> git.mxchange.org Git - friendica.git/blob - view/smarty3/mood_content.tpl
Merge pull request #549 from fermionic/20121222-use-smarty-template-engine
[friendica.git] / view / smarty3 / 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 {{foreach $verbs as $v}}
13 <option value="{{$v.0}}">{{$v.1}}</option>
14 {{/foreach}}
15 </select>
16 <br />
17 <br />
18 <input type="submit" name="submit" value="{{$submit}}" />
19 </form>
20