update UI template for 'mood' module
This commit is contained in:
parent
021584d782
commit
62e7fa6a23
@ -1 +1 @@
|
|||||||
2016-02-05.1300H
|
2016-02-07.1302H
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
<h3>{{$title}}</h3>
|
|
||||||
|
|
||||||
<div id="mood-desc">{{$desc}}</div>
|
<div id="mood-content" class="generic-content-wrapper">
|
||||||
|
<div class="section-title-wrapper">
|
||||||
|
<h2>{{$title}}</h2>
|
||||||
|
</div>
|
||||||
|
<div class="section-content-wrapper">
|
||||||
|
|
||||||
|
<div id="mood-desc">{{$desc}}</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
|
||||||
|
|
||||||
<form action="mood" method="get">
|
<form action="mood" method="get">
|
||||||
<br />
|
<br />
|
||||||
@ -8,11 +17,13 @@
|
|||||||
|
|
||||||
<input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" />
|
<input id="mood-parent" type="hidden" value="{{$parent}}" name="parent" />
|
||||||
|
|
||||||
<select name="verb" id="mood-verb-select" >
|
<div class="form-group field custom">
|
||||||
{{foreach $verbs as $v}}
|
<select name="verb" id="mood-verb-select" class="form-control" >
|
||||||
<option value="{{$v.0}}">{{$v.1}}</option>
|
{{foreach $verbs as $v}}
|
||||||
{{/foreach}}
|
<option value="{{$v.0}}">{{$v.1}}</option>
|
||||||
</select>
|
{{/foreach}}
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<input type="submit" name="submit" value="{{$submit}}" />
|
<input type="submit" name="submit" value="{{$submit}}" />
|
||||||
|
Reference in New Issue
Block a user