|
Lines 11-22
Link Here
|
| 11 |
[% INCLUDE 'doc-head-close.inc' %] |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
| 12 |
[% FILTER collapse %] |
12 |
[% FILTER collapse %] |
| 13 |
<style> |
13 |
<style> |
| 14 |
#instructors { |
|
|
| 15 |
float: left; |
| 16 |
} |
| 17 |
.instructor_line { |
| 18 |
padding: 0 .1em; |
| 19 |
} |
| 20 |
.biblio-level-info { |
14 |
.biblio-level-info { |
| 21 |
background-color: #f3f3f3; |
15 |
background-color: #f3f3f3; |
| 22 |
border-radius:5px; |
16 |
border-radius:5px; |
|
Lines 81-87
Link Here
|
| 81 |
|
75 |
|
| 82 |
<div class="page-section"> |
76 |
<div class="page-section"> |
| 83 |
|
77 |
|
| 84 |
<div class="rows"> |
78 |
<fieldset class="rows"> |
| 85 |
<ol> |
79 |
<ol> |
| 86 |
<li><span class="label">Course name</span> [% course.course_name | html %]</li> |
80 |
<li><span class="label">Course name</span> [% course.course_name | html %]</li> |
| 87 |
<li><span class="label">[% tp('Semester', 'Term') | html %]</span> [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]</li> |
81 |
<li><span class="label">[% tp('Semester', 'Term') | html %]</span> [% AuthorisedValues.GetByCode( 'TERM', course.term ) | html %]</li> |
|
Lines 103-109
Link Here
|
| 103 |
<li><span class="label">Student count</span> [% course.students_count | html %]</li> |
97 |
<li><span class="label">Student count</span> [% course.students_count | html %]</li> |
| 104 |
<li><span class="label">Status</span> [% IF course.enabled == 'yes' %]Active[% ELSE %]Inactive[% END %]</li> |
98 |
<li><span class="label">Status</span> [% IF course.enabled == 'yes' %]Active[% ELSE %]Inactive[% END %]</li> |
| 105 |
</ol> |
99 |
</ol> |
| 106 |
</div> |
100 |
</fieldset> |
| 107 |
</div> <!-- /.page-section --> |
101 |
</div> <!-- /.page-section --> |
| 108 |
|
102 |
|
| 109 |
[% IF course_reserves %] |
103 |
[% IF course_reserves %] |
| 110 |
- |
|
|