All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.releaseGrade.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<emailTemplates>
<emailTemplate>
  <subject>[${localSakaiName}] ${bundle["noti.releasegrade.subject.content"]} </subject>
    <message>
${bundle["noti.site.title"]} ${siteTitle}
${bundle["noti.site.url"]} ${siteUrl}

${bundle["noti.releasegrade.text"]?replace("{0}", title)?replace("{1}", url)}
    </message>
    <messagehtml>
${bundle["noti.site.title"]} &lt;a href="${siteUrl}"&gt;${siteTitle}&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;
${bundle["noti.releasegrade.text"]?replace("{0}", title)} &lt;a href="${url}"&gt;${bundle["noti.here"]}&lt;/a&gt;
    </messagehtml>
    <version>2</version>
    <owner>admin</owner>
    <key>sakai.assignment.grades.releasegrade</key>
    <locale></locale>
    <localeLangTag></localeLangTag>
</emailTemplate>
</emailTemplates>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy