moods
This commit is contained in:
parent
175849494c
commit
386b6d081b
6 changed files with 211 additions and 1 deletions
20
view/mood_content.tpl
Normal file
20
view/mood_content.tpl
Normal file
|
@ -0,0 +1,20 @@
|
|||
<h3>$title</h3>
|
||||
|
||||
<div id="mood-desc">$desc</div>
|
||||
|
||||
<form action="mood" method="get">
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<input id="mood-parent" type="hidden" value="$parent" name="parent" />
|
||||
|
||||
<select name="verb" id="mood-verb-select" >
|
||||
{{ for $verbs as $v }}
|
||||
<option value="$v.0">$v.1</option>
|
||||
{{ endfor }}
|
||||
</select>
|
||||
<br />
|
||||
<br />
|
||||
<input type="submit" name="submit" value="$submit" />
|
||||
</form>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue