commit
5e16f981ee
@ -0,0 +1,19 @@ |
||||
<div id="email-message" style="padding-top:10px; padding-bottom:10px;"> |
||||
<p><strong>{{ 'DearStudentEmailIntroduction'|get_lang }}</strong> {{ 'AttemptVCC'|get_lang }} </p> |
||||
<div style="border-color: #bce8f1; padding: 15px; background-color: #d9edf7; margin-bottom: 15px; font-size: 16px; color:#31708f;"> |
||||
<p> |
||||
<strong>{{ 'CourseName'|get_lang }}: </strong> |
||||
{{ course_title }} |
||||
<br> |
||||
<strong>{{ 'Exercise'|get_lang }}: </strong> |
||||
{{ test_title }} |
||||
</p> |
||||
</div> |
||||
|
||||
<p>{{ 'ClickLinkToViewComment'|get_lang }}</p> |
||||
<p><a style="font-weight: bold; color: #2BA6CB;" href="{{ url }}">{{ url }}</a></p> |
||||
<div style="text-align: right;"> |
||||
<p><strong>{{ 'Regards'|get_lang }}</strong><br> |
||||
{{ teacher_name }}</p> |
||||
</div> |
||||
</div> |
||||
@ -1,7 +1,11 @@ |
||||
<table border="0" cellpadding="10" cellspacing="0" width="100%"> |
||||
<tr> |
||||
<td style="background-color: #2C3E50; border-bottom: 1px solid #2C3E50; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);"> |
||||
|
||||
</td> |
||||
</tr> |
||||
</table> |
||||
<div class="footer" style="clear: both; Margin-top: 10px; text-align: center; width: 100%;"> |
||||
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;"> |
||||
<tr> |
||||
<td class="content-block powered-by" style="font-family: sans-serif; vertical-align: top; padding-bottom: 10px; padding-top: 10px; font-size: 12px; color: #999999; text-align: center;"> |
||||
<a style="color: #999999; font-size: 12px; text-align: center; text-decoration: none;" href="{{_p.web}}" target="_blank"> |
||||
{{ "PoweredByX" |get_lang | format(_s.software_name) }} |
||||
</a>© {{ "now"|date("Y") }} |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</div> |
||||
@ -1,9 +1,5 @@ |
||||
<table border="0" cellpadding="10" cellspacing="0" width="100%"> |
||||
<tr> |
||||
<td width="245" {{ mail_header_style }}> |
||||
{{ logo }} |
||||
</td> |
||||
<td width="100%"> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
<div id="logo-header" {{ mail_header_style }}> |
||||
<div style="margin-bottom: 20px; margin-top: 10px;"> |
||||
{{ logo }} |
||||
</div> |
||||
</div> |
||||
|
||||
Loading…
Reference in new issue