-
Notifications
You must be signed in to change notification settings - Fork 1
/
template_table_en.html
87 lines (86 loc) · 3.71 KB
/
template_table_en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{ lang }}" lang="{{ lang }}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Informacny list predmetu {{ nazov }} ({{ kod }})</title>
<style type="text/css">
body {font-family: serif; max-width: 50em;}
h1 {
font-size: 110%;
text-align: center;
}
table {width: 100%; border-collapse: collapse;}
table td {padding: 0.3em; border: thin solid black;}
table tr + tr > td:first-child {width: 30%;}
p, dl {margin: 0;}
h1 + p {margin-bottom: 1.5em;}
dl dt {font-weight: bold; float: left; clear: left; margin-right: 0.5em;}
dt:after {content: ":";}
#literatura p {text-indent: -1em; padding-left: 1em;}
#skola {text-align: center; margin-bottom: 1em;}
#kredity {width: 22%;}
</style>
</head>
<body>
<p id="skola"><strong>Názov vysokej školy, názov fakulty:</strong><br/>{{ organizacnaJednotka }}</p>
<table>
<tbody>
<tr>
<td colspan="3"><h1>Informačný list predmetu</h1></td>
</tr>
<tr>
<td><strong>Kód</strong>: {{ kod }}</td>
<td colspan="2"><strong>Názov</strong>: {{ nazov }}</td>
</tr>
<tr>
<td colspan="3"><strong>Študijný program</strong>: {{ studijnyProgram }}</td>
</tr>
<tr>
<td><strong>Garantuje</strong>: {{ garanti }}</td>
<td colspan="2"><strong>Zabezpečuje</strong>: {{ zabezpecuju }}</td>
</tr>
<tr>
<td><strong>Obdobie štúdia predmetu</strong>: {{ obdobie }}</td>
<td>
<dl>
<dt>Forma výučby</dt><dd>{{ sposobVyucby }}</dd>
<dt style="float:none;">Odporúčaný rozsah výučby (v hodinách)</dt><dd></dd>
<dt>Týždenný</dt><dd>{{ rozsahTyzdenny }}</dd>
<dt>Za obdobie štúdia</dt><dd>{{ rozsahSemestranly }}</dd>
</dl>
</td>
<td id="kredity"><strong>Počet kreditov</strong>: {{ kredit }}</td>
</tr>
$podmienujucePredmety
$vylucujucePredmety
$_O_
<tr>
<td colspan="3">
<dl>
<dt>Spôsob hodnotenia a skončenia štúdia predmetu</dt><dd>{{ sposobUkoncenia }} {{ _VH_ }}</dd>
<dt>Priebežné hodnotenie (napr. test, samostatná práca)</dt><dd>{{ _P_ }}</dd>
<dt>Záverečné hodnotenie (napr. skúška, záverečná práca)</dt><dd>{{ _Z_ }}</dd>
</dl>
</td>
</tr>
<tr>
<td colspan="3"><strong>Cieľ predmetu</strong>:{{ _C_ }}</td>
</tr>
<tr>
<td colspan="3"><strong>Stručná osnova predmetu</strong>:{{ _SO_}}</td>
</tr>
<!-- sylabus -->
$_S_
<tr>
<td colspan="3" id="literatura"><strong>Literatúra</strong>:{{ _L_ }}</td>
</tr>
<tr>
<td><strong>Jazyk, v ktorom sa predmet vyučuje</strong>: {{ jazyk }}</td>
<td colspan="2"><strong>Dátum poslednej úpravy listu</strong>: {{ datumSchvalenia }}</td>
</tr>
</tbody>
</table>
</body>
</html>