Add files for default certificate template - refs #7322
@ -0,0 +1,49 @@ |
||||
.title-institution{ |
||||
font-size: 18px; |
||||
text-align: center; |
||||
font-weight: normal; |
||||
padding-bottom: .2em; |
||||
} |
||||
.title-certified{ |
||||
text-align: center; |
||||
font-weight: bold; |
||||
font-size: 42px; |
||||
padding-top: .5em; |
||||
padding-bottom: .5em; |
||||
} |
||||
.line-certified{ |
||||
text-align: center; |
||||
font-size: 18px; |
||||
padding-bottom: .5em; |
||||
padding-top: .5em; |
||||
} |
||||
.student-certified{ |
||||
padding-bottom: .5em; |
||||
padding-top: .5em; |
||||
font-size: 35px; |
||||
text-align: center; |
||||
} |
||||
.couse-certified{ |
||||
padding-bottom: .5em; |
||||
padding-top: .5em; |
||||
font-size: 30px; |
||||
text-align: center; |
||||
} |
||||
.code-course{ |
||||
text-align: left; |
||||
font-size: 12px; |
||||
font-style: italic; |
||||
padding-top: 1em; |
||||
} |
||||
.paper{ |
||||
background: url("../img/paper.png") repeat; |
||||
padding: 10px; |
||||
} |
||||
.page-container{ |
||||
width: 1072px; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
} |
||||
.page{ |
||||
background-color: #fff; |
||||
} |
After Width: | Height: | Size: 175 B |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 6.7 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 85 KiB |
@ -0,0 +1,111 @@ |
||||
<html> |
||||
<head> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
||||
<link href="/main/gradebook/certificate_template/css/base.css" rel="stylesheet" media="screen" type="text/css" /> |
||||
<link href="/main/gradebook/certificate_template/css/base.css" rel="stylesheet" media="print" type="text/css" /> |
||||
</head> |
||||
<body class="page"> |
||||
<div id="container" class="page-container"> |
||||
<div class="paper"> |
||||
<table width="1052px" border="0" border="0" cellpadding="0" cellspacing="0"> |
||||
<tr> |
||||
<td> |
||||
<table border="0" border="0" cellpadding="0" cellspacing="0"> |
||||
<tr> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/lado-bar.png"> |
||||
</td> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/lado-top-a.png"> |
||||
</td> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/logo.png"> |
||||
</td> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/lado-top-b.png"> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td> |
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
||||
<tr> |
||||
<td><img src="/main/gradebook/certificate_template/img/lado-bar-buttom.png"></td> |
||||
<td> |
||||
<table border="0" cellpadding="0" cellspacing="0" width="100%"> |
||||
<tr> |
||||
<td> |
||||
<h2 class="title-institution">((gradebook_institution))</h2> |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="title-certified"> |
||||
CERTIFICATE |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="line-certified"> |
||||
This certificate is granted to |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="student-certified"> |
||||
((gradebook_grade)) ((user_firstname)) ((user_lastname)) |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="line-certified"> |
||||
Having successfully completed the study of our course |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="couse-certified"> |
||||
((course_title)) |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td class="line-certified"> |
||||
is issued this certificate so credited |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td> |
||||
<table border="0" cellpadding="0" cellspacing="0" align="center"> |
||||
<tr> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/firma01.png"> |
||||
</td> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/blank.png"> |
||||
</td> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/firm02.png"> |
||||
</td> |
||||
<td> |
||||
<img src="/main/gradebook/certificate_template/img/certified.png"> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
<tr> |
||||
<td> </td> |
||||
</tr> |
||||
<tr> |
||||
<td class="code-course"> |
||||
((certificate_barcode)) |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</td> |
||||
</tr> |
||||
</table> |
||||
</div> |
||||
</div> |
||||
</body> |
||||
</html> |