$allow_students = 1;
pretop();
include ("userStuff.inc");
include ("udb/selectfuncs.inc");
include("districtStuff.inc");
include("probe/probe_perms.inc");
$uid = $auth->auth["uid"];
$user_district = userDistrict($uid);
$district_shortname = districtID_to_shortname($user_district);
echo("$uid, $user, $district
");
if ($uid == "nobody")
{
$auth->login_if($again);
$somesuccess = "true";
}
top("My Page", "mypage");
// see if a file exists with "mypage_pre_" + district shortname + ".ihtml"
$this_filename = $inc . "/mypage_pre_" . $district_shortname . ".ihtml";
include_exists_readable($this_filename);
?>
On this page, you can:
Administrator functions:
if (can_edit_probes()) { ?>
} ?>