]> git.somenet.org - fsinf/pub/w2c.git/blob - list.php
added exceptions, some more verification, checkboxes
[fsinf/pub/w2c.git] / list.php
1 <?php
2 require_once('./funcs.php');
3 login();
4 echo html_top("Anmeldungen");
5 echo html_linkbox("list");
6 ?>
7
8 <p><a href="./person.php">Person hinzufügen</a></p>
9 <?php echo list_anmeldungen(); ?>
10 <p><a href="./person.php">Person hinzufügen</a></p>
11 <?php echo html_bottom(); ?>