streams/view/tpl/mood_content.tpl

21 lines
399 B
Smarty
Raw Normal View History

<h3>{{$title}}</h3>
2012-08-24 03:00:10 +00:00
<div id="mood-desc">{{$desc}}</div>
2012-08-24 03:00:10 +00:00
<form action="mood" method="get">
<br />
<br />
<input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" />
2012-08-24 03:00:10 +00:00
<select name="verb" id="mood-verb-select" >
{{foreach $verbs as $v}}
<option value="{{$v.0}}">{{$v.1}}</option>
{{/foreach}}
2012-08-24 03:00:10 +00:00
</select>
<br />
<br />
<input type="submit" name="submit" value="{{$submit}}" />
2012-08-24 03:00:10 +00:00
</form>