summaryrefslogtreecommitdiff
path: root/tpl/study/batch.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.php
parentcee55b766230837c21453f85e76a921cb5b8b89e (diff)
downloadBits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.tar.gz
Bits-b0c23ea84327d48e3a4383fac3e795c2dc0a1215.zip
Remove all studying apps code.
Diffstat (limited to 'tpl/study/batch.php')
-rw-r--r--tpl/study/batch.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/tpl/study/batch.php b/tpl/study/batch.php
deleted file mode 100644
index 6eaa99c..0000000
--- a/tpl/study/batch.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-$title = $info['uname'] . ':' . $info['lname'] . ' - ' . $info['bname'];
-
-$javascript = "\nconst batchid = " . $info['batchid'] . "\n\n".
- "const batch_data = " . $info['json_data'] . ";\n\n".
- "const reviews_data = $reviews;\n\n".
- "var notes = " . $info['notes'] . ";\n\n";
-$js_include = array("js/prototype.js", "js/liststudy.js");
-$onload_js = 'show_batch_table();';
-
-require("tpl/general/top.php");
-
-echo '<div class="small_right"><a href="batchreview-study-' . $info['batchid'] . '">test now</a> | <a href="list-study-' . $info['studyid'] . '#batch_' . $info['batchid'] . '">back</a></div>';
-
-echo '<h2>Items in this list</h2>';
-echo '<div id="items">Please wait, processing...</div>';
-echo '<h2>Reviews</h2>';
-echo '<div id="reviews">Please wait, processing...</div>';
-
-require("tpl/study/lib_sidebar.php");
-require("tpl/general/bottom.php");
-