2017-02-02 09:17:41 +00:00
|
|
|
{{!
|
|
|
|
This file is part of Moodle - http://moodle.org/
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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 Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
}}
|
|
|
|
{{!
|
2017-08-10 04:10:57 +00:00
|
|
|
@template mod_customcert/email_certificate_text
|
2017-02-02 09:17:41 +00:00
|
|
|
|
|
|
|
The certificate verification result
|
|
|
|
|
|
|
|
Classes required for JS:
|
|
|
|
* None
|
|
|
|
|
|
|
|
Data attibutes required for JS:
|
|
|
|
* All data attributes are required
|
|
|
|
|
|
|
|
Context variables required for this template:
|
|
|
|
* emailgreeting
|
2018-08-24 15:24:02 +00:00
|
|
|
* emailbodyplaintext
|
2017-02-02 09:17:41 +00:00
|
|
|
* emailcertificatelink
|
|
|
|
* emailcertificatelinktext
|
|
|
|
|
|
|
|
Example context (json):
|
|
|
|
{
|
|
|
|
"emailgreeting": "Dear Angus MacGyver",
|
2018-08-24 15:24:02 +00:00
|
|
|
"emailbodyplaintext": "Attached is your certificate 'The basics' for the course 'Survival as an '80s action hero'",
|
2017-02-02 09:17:41 +00:00
|
|
|
"emailcertificatelink": "http://yoursite.com/mod/customcert/view.php?id=4",
|
|
|
|
"emailcertificatelinktext": "Certificate report"
|
|
|
|
}
|
|
|
|
}}
|
|
|
|
{{{emailgreeting}}}
|
|
|
|
|
2018-08-24 15:24:02 +00:00
|
|
|
{{{emailbodyplaintext}}}
|