Added predavanja, restructure, progress on solar.
This commit is contained in:
30
contract/predavanja.html
Normal file
30
contract/predavanja.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style>
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
{{ime_priimek}}
|
||||
</body>
|
||||
<p style="text-align: center;"><b>Priloga k pogodbi o prenosu avtorskih pravic: seznam avtorskih del, ki so predmet pogodbe</b></p>
|
||||
<div style="width: 100%;">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="text-align: center;"><b>Ime, naslov ali oznaka dela</b></td>
|
||||
</tr>
|
||||
{{files_table_str}}
|
||||
</table>
|
||||
</div>
|
||||
</html>
|
||||
Reference in New Issue
Block a user