parent
d76896cc3e
commit
54a820b0b6
@ -1 +1,66 @@ |
||||
<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style type="text/css">a:visited { text-decoration: none;}a:hover { text-decoration: none; color: #f3840d;}a:active { text-decoration: none; color : #3757f7;}footer { background-color: #ED970E; background-image: url(/main/css/beeznest/images/bg-footer.gif); background-repeat:repeat-x; color:#ffffff;}body { background: #264878; }#certif-main { background: #fff; }#certif-header { background-image: url('../../../../main/css/chamilo/images/header-logo.png'); background-repeat: no-repeat; background-position: center;}</style> <style type="text/css"> body{margin:10px;}</style> <link type="text/css" href="./css/frames.css" rel="stylesheet" /> </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> |
||||
<!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> |
Loading…
Reference in new issue