]> git.mxchange.org Git - friendica.git/blob - view/templates/mood_content.tpl
FR update to the strings THX Perig
[friendica.git] / view / templates / mood_content.tpl
1
2 <h3>{{$title}}</h3>
3
4 <div id="mood-desc">{{$desc}}</div>
5
6 <form action="mood" method="get">
7 <br />
8 <br />
9
10 <input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" />
11
12 <select name="verb" id="mood-verb-select" >
13 {{foreach $verbs as $v}}
14 <option value="{{$v.0}}">{{$v.1}}</option>
15 {{/foreach}}
16 </select>
17 <br />
18 <br />
19 <input type="submit" name="submit" value="{{$submit|escape:'html'}}" />
20 </form>
21