mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
25 lines
356 B
HTML
25 lines
356 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>
|
|
|