source: main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/exportselected.pt @ 14452

Last change on this file since 14452 was 14452, checked in by Henrik Bettermann, 8 years ago

We can now enter also matric numbers.

File size: 955 bytes
Line 
1<p i18n:translate="">
2  Here you can export student data for a small subset of students by entering
3  a list of student ids or matric numbers.
4  The values must be separated by whitespaces or commas.
5  You can also copy and paste parts of Excel or Calc columns.
6</p>
7
8<form i18n:domain="waeup.kofa" method="POST">
9  <label for="mode" i18n:translate="">
10    Exporter (Data Type)
11  </label>
12  <select id="exporter" name="exporter" class="form-control half" onclick="test()">
13    <option tal:repeat="item view/exporters"
14            tal:attributes="value python:item[1]">
15      <span tal:replace="python: item[0]">Students</span>
16    </option>
17  </select>
18  <br />
19  <label for="mode" i18n:translate="">
20    Student Ids or Matric Numbers
21  </label>
22  <input name="students" type="text" class="form-control" id="students"
23  <br /><br />
24  <input type="submit" name="START"  i18n:translate=""
25    value="Create CSV file"
26    class="btn btn-primary" />
27</form>
Note: See TracBrowser for help on using the repository browser.