templates.submission.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <emailTemplates> <emailTemplate> <subject>[${localSakaiName}] ${bundle["noti.subject.content"]} </subject> <message>${bundle["noti.site.title"]} ${siteTitle} ${bundle["noti.site.url"]} ${siteUrl} ${bundle["assignment.title"]} ${title} <#if !hideDueDate> ${bundle["noti.assignment.duedate"]} ${dueDate} </#if> <#if submitterIds??> ${bundle["noti.student"]} ${submitterNames} ${submitterIds} </#if> ${bundle["submission.id"]} ${submissionId} ${bundle["noti.submit.time"]} ${submittedDate} ${bundle["gen.submittedtext"]} ${submittedText!""} ${attachmentType!""} ${attachmentsBlock!""} </message> <messagehtml> ${bundle["noti.site.title"]} <a href="${siteUrl}">${siteTitle}</a> <br> <br> ${bundle["assignment.title"]} <a href="${url}">${title}</a> <br> <br> <#if !hideDueDate> ${bundle["noti.assignment.duedate"]} ${dueDate} </#if> <br> <#if submitterIds??> ${bundle["noti.student"]} ${submitterNames} ${submitterIds} <br /> </#if> ${bundle["noti.submit.time"]} ${submittedDate} <br /> <h4>${bundle["gen.submittedtext"]}</h4> ${submittedText!""} <br /> ${attachmentType!""} <br /> ${attachmentsBlock!""} </messagehtml> <version>2</version> <owner>admin</owner> <key>sakai.assignment.grades.submission</key> <locale></locale> <localeLangTag></localeLangTag> </emailTemplate> </emailTemplates>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy