]> git.mxchange.org Git - friendica.git/blob - view/smarty3/mood_content.tpl
Merge remote-tracking branch 'upstream/master'
[friendica.git] / view / smarty3 / mood_content.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$title}}</h3>
7
8 <div id="mood-desc">{{$desc}}</div>
9
10 <form action="mood" method="get">
11 <br />
12 <br />
13
14 <input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" />
15
16 <select name="verb" id="mood-verb-select" >
17 {{foreach $verbs as $v}}
18 <option value="{{$v.0}}">{{$v.1}}</option>
19 {{/foreach}}
20 </select>
21 <br />
22 <br />
23 <input type="submit" name="submit" value="{{$submit}}" />
24 </form>
25