2017-09-25 15:26:06 +02:00
|
|
|
table.table.table-bordered.table-striped.table-hover
|
|
|
|
thead
|
|
|
|
tr
|
|
|
|
th Course name
|
|
|
|
th Detected type
|
|
|
|
th Count in hours
|
|
|
|
th Count in TD equivalent
|
|
|
|
tbody
|
|
|
|
each course in courses
|
|
|
|
tr
|
|
|
|
td #{course.name}
|
|
|
|
td #{course.type}
|
|
|
|
td #{course.time}
|
|
|
|
td #{course.tdEquivalent}
|
|
|
|
tr.table-active
|
|
|
|
td
|
|
|
|
strong #{total.name}
|
|
|
|
td
|
|
|
|
strong #{total.type}
|
|
|
|
td
|
|
|
|
strong #{total.time}
|
|
|
|
td
|
|
|
|
strong #{total.tdEquivalent}
|
2017-09-26 11:58:40 +02:00
|
|
|
|
|
|
|
p.
|
|
|
|
If you think there is a mistake in this table, feel free to
|
|
|
|
<a href="https://github.com/tforgione/adejs/issues/new">open an issue</a>
|
|
|
|
exaplaining what are the problem so we can fix it. Thanks!
|