summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-07-09 22:24:22 +0200
committerPatrick Simianer <p@simianer.de>2015-07-09 22:24:22 +0200
commit7597c74ac4a890f6c3afcf48f1ec350be35793f2 (patch)
treef3c7fd146e1f754bf40d0f3fb16fa65280edf82f /index.php
parent18071552ee0c1f2efab2263e179c5c4dbdbbf6d5 (diff)
new features
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.php b/index.php
index 477602f..12492a4 100644
--- a/index.php
+++ b/index.php
@@ -19,6 +19,8 @@
<p>Beta test:
<select class="small">
<option value="beta_test_A" onclick="document.getElementById('key').value=this.value;">A</option>
+ <option value="beta_test_A_nolearn" onclick="document.getElementById('key').value=this.value;">A (no learning)</option>
+ <option value="beta_test_A_nomt" onclick="document.getElementById('key').value=this.value;">A (no MT)</option>
<option value="beta_test_A_sparse" onclick="document.getElementById('key').value=this.value;">A (sparse)</option>
<option value="beta_test_B" onclick="document.getElementById('key').value=this.value;">B</option>
<option value="beta_test_B_sparse" onclick="document.getElementById('key').value=this.value;">B (sparse)</option>
@@ -33,7 +35,6 @@
<?php include("footer.php"); ?>
-
</body>
</html>