summaryrefslogtreecommitdiff
path: root/tpl/study/batch.php
diff options
context:
space:
mode:
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");
-