You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.6 KiB
66 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Default certificate</title>
|
|
<met charset="utf-8">
|
|
<style>a:visited {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: #f3840d;
|
|
}
|
|
|
|
a:active {
|
|
text-decoration: none;
|
|
color: #3757f7;
|
|
}
|
|
|
|
body {
|
|
background: #264878;
|
|
}
|
|
|
|
#certif-main {
|
|
background: #fff;
|
|
}
|
|
|
|
#certif-header {
|
|
background-image: url('/themes/chamilo/images/header-logo.png');
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}</style>
|
|
<style type="text/css"> body {
|
|
margin: 10px;
|
|
}</style>
|
|
</head>
|
|
<body dir="ltr">
|
|
<div id="certif-main"><p style="text-align: center;"> </p>
|
|
<p style="text-align: center;"> </p>
|
|
<table border="0">
|
|
<tbody>
|
|
<tr>
|
|
<td width="150"> </td>
|
|
<td width="500" height="100" style="text-align: left;" id="certif-header"> </td>
|
|
<td width="150"> ((date_certificate))</td>
|
|
</tr>
|
|
<tr>
|
|
<td height="300"> </td>
|
|
<td style="text-align: center;font-size: larger;">This document certifies that<br /> ((user_firstname))
|
|
((user_lastname))<br /> has successfully passed the certification exam for the course<br /> ((course_title))
|
|
(((course_code)))
|
|
</td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="200"> </td>
|
|
<td style="text-align: center;"><p>- - - - - - - - - - - - - - - - - - -</p>
|
|
<p>((teacher_firstname)) ((teacher_lastname))</p>
|
|
<p>((gradebook_sitename)) - ((gradebook_institution))<br /> </p></td>
|
|
<td> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html> |