mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
25 lines
348 B
HTML
25 lines
348 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");?></a>
|
|
|
|
</div>
|
|
|
|
<br/>
|
|
|
|
<div>
|
|
|
|
<a href="<?php echo $CFG->wwwroot.'/login/index.php?authCAS=NOCAS';?>"><?php print_string("accesNOCAS","auth");?></a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|