version 1.113, 2004/12/03 05:15:30
|
version 1.115, 2004/12/17 21:44:19
|
Line 339 ENDHEADER
|
Line 339 ENDHEADER
|
$r->print("<h1>LON-CAPA Access Control</h1>"); |
$r->print("<h1>LON-CAPA Access Control</h1>"); |
$r->print("<hr><pre>Access : ". |
$r->print("<hr><pre>Access : ". |
Apache::lonnet::plaintext($priv)."\n"); |
Apache::lonnet::plaintext($priv)."\n"); |
$r->print("Resource: $fn\n"); |
$r->print("Resource: ".&Apache::lonenc::check_encrypt($fn)."\n"); |
$r->print("Action : $msg\n</pre><hr>"); |
$r->print("Action : $msg\n</pre><hr>"); |
} else { |
} else { |
if ($ENV{'user.error.msg'}) { |
if ($ENV{'user.error.msg'}) { |
Line 605 ENDHEADER
|
Line 605 ENDHEADER
|
&mt('Recent Roles')."</td>"); |
&mt('Recent Roles')."</td>"); |
$r->print($output); |
$r->print($output); |
$r->print("</tr>"); |
$r->print("</tr>"); |
|
$doheaders ++; |
} |
} |
} |
} |
|
|
Line 848 function verifyCoursePick(caller) {
|
Line 849 function verifyCoursePick(caller) {
|
} |
} |
} |
} |
else { |
else { |
alert("You must use the 'Select Course' link to open a separate pick course window which you can use to select the course you wish to enter"); |
alert("Please use the 'Select Course' link to open a separate pick course window where you may select the course you wish to enter."); |
} |
} |
} |
} |
else { |
else { |