17 lines
446 B
Smarty
17 lines
446 B
Smarty
<!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>
|
|
<table>
|
|
<tr>
|
|
<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>
|
|
<th>Aktion</th>
|
|
</tr> |