]> git.somenet.org - fsinf/pub/w2c.git/blob - list.php
fix insert. Forgot to add a ", ?" when adding gruppenfotoerlaubnis.
[fsinf/pub/w2c.git] / list.php
1 <?php
2 require_once('./funcs.php');
3 login();
4 echo html_top("Anmeldungen");?>
5 <link rel="stylesheet" type="text/css" href="/jquery.dataTables.min.css">
6 <script type="text/javascript" charset="utf8" src="/jquery.js"></script>
7 <script type="text/javascript" charset="utf8" src="/jquery.dataTables.js"></script>
8 <?php
9 echo html_linkbox("list");
10 ?>
11
12 <p><a href="./person.php">Person hinzufügen</a></p>
13 <?php echo list_anmeldungen(); ?>
14 <script>
15 $(document).ready( function () {
16   $('#sortable').DataTable({
17     paging: false
18 });});
19 </script>
20 <p><a href="./person.php">Person hinzufügen</a></p>
21 <?php echo html_bottom(); ?>