summaryrefslogblamecommitdiff
path: root/tpl/study/batch_review.php
blob: abe194486868a1a49cf63dd65040d80a155053c8 (plain) (tree)
1
2
3
4
5
6
7



                                                                                     


                                                                                     







                                                           
<?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");