aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorCamil Staps2020-01-03 20:16:52 +0100
committerCamil Staps2020-01-03 20:16:52 +0100
commit184aa6466df5206e94a1231bdeb94d5cc7360dae (patch)
tree874cde2afcaa577092a9ecca6474002ff7809259 /resources
parentRemove mediopassive (diff)
Add checkboxes to select voice
Diffstat (limited to 'resources')
-rw-r--r--resources/views/trainer.blade.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php
index 15afb08..be6a0bd 100644
--- a/resources/views/trainer.blade.php
+++ b/resources/views/trainer.blade.php
@@ -29,6 +29,19 @@ use HebrewParseTrainer\Tense;
</div>
<div class="form-group">
+ <h3>Genera</h3>
+ <div class="checkbox">
+ <label><input class="reload-verb" type="checkbox" name="voice" value="A" checked="checked"/> Activum</label>
+ </div>
+ <div class="checkbox">
+ <label><input class="reload-verb" type="checkbox" name="voice" value="M" checked="checked"/> Medium</label>
+ </div>
+ <div class="checkbox">
+ <label><input class="reload-verb" type="checkbox" name="voice" value="P" checked="checked"/> Passivum</label>
+ </div>
+ </div>
+
+ <div class="form-group">
<h3>Instellingen</h3>
<div class="checkbox">
<label><input type="checkbox" id="settings-audio" checked="checked"/> Audio</label>