Ignore:
Timestamp:
24 Jan 2015, 18:30:11 (10 years ago)
Author:
Henrik Bettermann
Message:

Student statistic can now be broken down by faculties or by departments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/reports/browser_templates/studentstatisticsreportgeneratorpage.pt

    r11254 r12515  
    66    to view/download.
    77  </p>
     8  <br />
     9  <label for="breakdown" i18n:translate="">Breakdown</label>
     10    <select name="breakdown" class="form-control half">
     11      <span tal:repeat="items view/breakdowns" tal:omit-tag="">
     12        <option
     13            tal:define="name python: items[1]; title python: items[0]"
     14            tal:attributes="value name">
     15          <span tal:replace="title">TITLE</span>
     16        </option>
     17      </span>
     18    </select>
    819  <br />
    920  <label for="session" i18n:translate="">Study Modes Group</label>
Note: See TracChangeset for help on using the changeset viewer.