* * @file enrol.html * @author Juan Pedro Bolívar Puente * @date Thu Jul 2 12:48:21 2009 * * Enrolment screen for enrol_idlist. */ /* * Copyright (C) 2009 Juan Pedro Bolívar Puente * * This file is part of cvg-moodle. * * cvg-moodle is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * cvg-moodle is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ print_box_start('generalbox centerpara'); echo '

'; ?>

errormsg)) {formerr($this->errormsg);} ?>

" />

" />
loginhttps)) { $loginurl = $CFG->wwwroot .'/login/index.php'; } else { $wwwroot = str_replace('http:','https:', $CFG->wwwroot); $loginurl = $wwwroot .'/login/index.php'; } print_single_button($loginurl, null, get_string('login')); print_box_end(); } ?>