summaryrefslogtreecommitdiff
path: root/tpl/study/batch_review.php
blob: ed81b75ae133b397e9d2fb7f2c3731e579002cd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$title = "Testing " . $info['uname'] . ':' . $info['lname'] . ' - ' . $info['bname'];

$javascript = "\n\nconst batchid = " . $info['batchid'] . "\nconst batch_data = " . $info['json_data'] . ";\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");