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