mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
fcf46da1c5
They now share most of the code again, this time via subclassing, and they share some code with enrol/ldap. They have also gained some features and a few fixes.
12 lines
345 B
HTML
12 lines
345 B
HTML
<div class="loginbox clearfix">
|
|
<div class="loginpanel">
|
|
<div>
|
|
<a href="<?php echo $CFG->wwwroot.'/login/index.php?authCAS=CAS';?>"><?php print_string('accesCAS', 'auth_cas');?></a>
|
|
</div>
|
|
<br/>
|
|
<div>
|
|
<a href="<?php echo $CFG->wwwroot.'/login/index.php?authCAS=NOCAS';?>"><?php print_string('accesNOCAS', 'auth_cas');?></a>
|
|
</div>
|
|
</div>
|
|
</div>
|