equal
deleted
inserted
replaced
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <head> |
3 <head> |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
4 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
5 <title>OCR</title> |
5 <title>Spoken Tutorials</title> |
6 <meta name="keywords" content="" /> |
6 <meta name="keywords" content="" /> |
7 <meta name="description" content="" /> |
7 <meta name="description" content="" /> |
8 <link href="/style.css" rel="stylesheet" type="text/css" media="screen" /> |
8 <link href="/style.css" rel="stylesheet" type="text/css" media="screen" /> |
9 <script type="text/javascript" language="JavaScript"> |
9 <script type="text/javascript" language="JavaScript"> |
10 function check(form) { |
10 function check(form) { |
42 <th> Category </th> |
42 <th> Category </th> |
43 <th> File </th> |
43 <th> File </th> |
44 </tr> |
44 </tr> |
45 {% for participant in participants %} |
45 {% for participant in participants %} |
46 <tr> |
46 <tr> |
47 <td>{{ participant.name }}</td> |
47 <td>{{ participant.participant.name }}</td> |
48 <td>{{ participant.email }}</td> |
48 <td>{{ participant.participant.email }}</td> |
49 <td>{{ participant.language }}</td> |
49 <td>{{ participant.participant.language }}</td> |
50 <td>{{ participant.phonenumber }}</td> |
50 <td>{{ participant.participant.age }}</td> |
51 <td>{{ participant.age }}</td> |
51 <td>{{ participant.participant.phonenumber }}</td> |
52 <td>{{ participant.category }}</td> |
52 <td>{{ participant.participant.category }}</td> |
53 <td>{{ file }}</td> |
53 <td><a href="/{{ participant.participant.filename }}">{{ participant.file_name }}</a></td> |
54 </tr> |
54 </tr> |
55 {% endfor %} |
55 {% endfor %} |
56 </table> |
56 </table> |
57 {% endblock %} |
57 {% endblock %} |
58 </p> |
58 </p> |
59 </div> |
59 </div> |
60 <!-- end content --> |
60 <!-- end content --> |