2016-10-11 19:01:39 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Web-Teams</title>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<style>
|
|
|
|
@import "/webteams.css";
|
|
|
|
</style>
|
|
|
|
<script type="text/javascript" src="/webteams.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2016-10-17 18:04:28 +02:00
|
|
|
<table>
|
2016-10-11 19:01:39 +02:00
|
|
|
<tr>
|
2016-10-17 18:04:28 +02:00
|
|
|
<th>Name (1)</th><th>Vorname (1)</th><th>Matr.-Nr. (1)</th><th>Anzahl Semester (1)</th>
|
|
|
|
<th>Name (2)</th><th>Vorname (2)</th><th>Matr.-Nr. (2)</th><th>Anzahl Semester (2)</th>
|
2016-10-11 19:01:39 +02:00
|
|
|
<th>Aktion</th>
|
|
|
|
</tr>
|