some optimization for IPPF forms
[openemr.git] / interface / dbc / dbc_main.php
blob21fc0ccc82d0650d5148348d471e5bb3932cfa4f
1 <?php
2 /**
3 * VEKTIS
5 * @author Cristian NAVALICI
6 * @version 1.0 feb 2008
8 */
10 require_once("../globals.php");
11 require_once("$srcdir/acl.inc");
13 // Check authorization.
14 $thisauth = acl_check('admin', 'dbc');
15 if (!$thisauth) die("Not authorized.");
18 <html>
20 <head>
22 <link rel=stylesheet href='<?php echo $css_header ?>' type='text/css'>
23 <title>DBC Administration</title>
24 </head>
26 <body <?php echo $top_bg_line;?>>
28 <p><a href="dbc_generate.php" target="Main">Generate the DBC file</a></p>
29 <p><a href="dbc_future.php" target="Main">List open DBC's w/out future events</a></p>
30 <p><a href="dbc_totaldbc.php" target="Main">List open DBC's (2007/2008)</a></p>
31 <p><a href="dbc_dbcvalues.php" target="Main">DBC Values</a></p>
32 <p><a href="dbc_nodbc.php" target="Main">Opened ZTNs; no DBC's</a></p>
34 </body>
35 </html>