17 lines
445 B
Smarty
17 lines
445 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> <!-- HIER müssen Sie eine Ergänzung vornehmen -->
|
||
|
<tr>
|
||
|
<th>Name (1)</th><th>Vorname (1)</th><th>Matr.-Nr. (1)</th>
|
||
|
<th>Name (2)</th><th>Vorname (2)</th><th>Matr.-Nr. (2)</th>
|
||
|
<th>Aktion</th>
|
||
|
</tr>
|