2003-06-04 07:15:12 +00:00
|
|
|
<table cellpadding="20" align="center">
|
2003-06-04 07:12:26 +00:00
|
|
|
<tr valign="top">
|
2001-11-22 06:23:56 +00:00
|
|
|
<td>
|
2003-06-04 07:12:26 +00:00
|
|
|
<p align="center">
|
|
|
|
<?php
|
|
|
|
if ($teacher) {
|
|
|
|
$teachername = "<a href=\"../user/view.php?id=$teacher->id&course=$site->id\">".
|
|
|
|
"$teacher->firstname $teacher->lastname</a>.";
|
2002-08-04 02:10:00 +00:00
|
|
|
} else {
|
|
|
|
$teachername = get_string("yourteacher", "", strtolower($course->teacher));
|
|
|
|
}
|
|
|
|
print_string("enrolmentkeyfrom", "", $teachername);
|
2002-06-10 13:47:05 +00:00
|
|
|
?>
|
2003-06-04 07:12:26 +00:00
|
|
|
</p>
|
2001-11-22 06:23:56 +00:00
|
|
|
</td>
|
2003-06-04 07:12:26 +00:00
|
|
|
|
2001-11-22 06:23:56 +00:00
|
|
|
</tr>
|
2003-06-04 07:12:26 +00:00
|
|
|
<tr valign=top>
|
2003-06-04 07:15:12 +00:00
|
|
|
<td class="generalbox" bgcolor="<?php p($THEME->cellheading)?>"><center><?php if (isset ($errormsg)) {formerr($errormsg);} ?></center>
|
2002-06-04 06:30:51 +00:00
|
|
|
<form name="form" method="post" action="enrol.php">
|
2001-11-22 06:23:56 +00:00
|
|
|
<table>
|
2003-06-04 07:12:26 +00:00
|
|
|
<tr>
|
|
|
|
<td width="50%" align="right"><p><?php print_string("enrolmentkey") ?>:</p></td>
|
|
|
|
<td width="50%">
|
|
|
|
<input type="password" name="password" size="20" value="<?php p($password) ?>" >
|
|
|
|
<input type="hidden" name="id" value="<?php p($id) ?>" >
|
2001-11-22 06:23:56 +00:00
|
|
|
</td>
|
2003-06-04 07:12:26 +00:00
|
|
|
<tr>
|
|
|
|
<td width="50%"> </td>
|
|
|
|
<td width="50%">
|
|
|
|
<table cellpadding="1" cellspacing="0" align="center">
|
|
|
|
<tr>
|
2001-11-22 06:23:56 +00:00
|
|
|
|
2003-06-04 07:12:26 +00:00
|
|
|
<td><input type="submit" value="<?php print_string("login") ?>"> </form></td>
|
|
|
|
<td><form action="<?php p($CFG->wwwroot)?>/index.php" method=post>
|
|
|
|
<input type="submit" value="<?php print_string("cancel") ?>"></form></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2001-11-22 06:23:56 +00:00
|
|
|
</td>
|
|
|
|
</table>
|
|
|
|
</td>
|
2003-06-04 07:12:26 +00:00
|
|
|
|
2001-11-22 06:23:56 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|