4
4
<title>Groups</title>
7
<h1>Group Administration</h1>
7
<h1>Groups for ${offering.subject.name}</h1>
8
8
<div id="ivle_padding">
9
<py:if test="manage_subjects">
10
<label for="subject_select">Subject:</label>
11
<select id="subject_select">
12
<py:for each="subject in manage_subjects">
13
<option value="${subject.id}">${subject.name} (${subject.code})</option>
16
<input type="button" value="Manage" onclick="manage_subject()" />
17
<div id="subject_div"></div>
9
<div id="offering_groups" />
11
<script type="text/javascript">
12
manage_subject_offering(${offering.subject.id}, document.getElementById('offering_groups'));