summaryrefslogtreecommitdiff
path: root/tpl/study/batch_review.php
diff options
context:
space:
mode:
authorroot <root@adnab.me>2014-01-31 16:42:40 +0100
committerroot <root@adnab.me>2014-01-31 16:42:40 +0100
commitb0c23ea84327d48e3a4383fac3e795c2dc0a1215 (patch)
tree625a8f0882815d9442a4ff2ec15a49e669a15ed3 /tpl/study/batch_review.php
parentcee55b766230837c21453f85e76a921cb5b8b89e (diff)
downloadBits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.tar.gz
Bits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.zip
Remove all studying apps code.
Diffstat (limited to 'tpl/study/batch_review.php')
-rw-r--r--tpl/study/batch_review.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/tpl/study/batch_review.php b/tpl/study/batch_review.php
deleted file mode 100644
index abe1944..0000000
--- a/tpl/study/batch_review.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-$title = "Testing " . $info['uname'] . ':' . $info['lname'] . ' - ' . $info['bname'];
-
-$javascript = "\n\nconst batchid = " . $info['batchid'] . "\n".
- "const batch_data = " . $info['json_data'] . ";\n\n".
- "var notes = " . $info['notes'] . ";\n\n";
-$js_include = array("js/prototype.js", "js/reviewdesu.js");
-$onload_js = 'start_review();';
-
-require("tpl/general/top.php");
-
-echo '<div id="core">Please wait, processing...</div>';
-
-require("tpl/general/bottom.php");