Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/public/img/document/certificates/default.html

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;">&nbsp;</p>
<p style="text-align: center;">&nbsp;</p>
<table border="0">
<tbody>
<tr>
<td width="150">&nbsp;</td>
<td width="500" height="100" style="text-align: left;" id="certif-header">&nbsp;</td>
<td width="150">&nbsp;((date_certificate))</td>
</tr>
<tr>
<td height="300">&nbsp;</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>&nbsp;</td>
</tr>
<tr>
<td height="200">&nbsp;</td>
<td style="text-align: center;"><p>- - - - - - - - - - - - - - - - - - -</p>
<p>((teacher_firstname)) ((teacher_lastname))</p>
<p>((gradebook_sitename)) - ((gradebook_institution))<br /> &nbsp;</p></td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>