*
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
 *
 * Authors: Nikolaus Krondraf <*****@*****.**>
 */
require_once '../../config/vilesci.config.inc.php';
require_once '../../include/functions.inc.php';
require_once '../../include/studiengang.class.php';
require_once '../../include/stunde.class.php';
require_once '../../include/standort.class.php';
$studiengang = new studiengang();
$studiengang->getAll("typ, kurzbz");
$standort = new standort();
$standort->getAllStandorteWithOrt();
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//DE" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
	<title>Anwesenheitslisten mit Barcodes</title>
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
	<link rel="stylesheet" href="../../skin/vilesci.css" type="text/css">
	<link rel="stylesheet" href="../../skin/jquery-ui-1.9.2.custom.min.css" type="text/css">
	<script type="text/javascript" src="../../include/js/jquery1.9.min.js"></script> 
	
	<script type="text/javascript">
	$(document).ready(function() 
	{ 
	    $(".datepicker").datepicker($.datepicker.regional['de']).datepicker("setDate", new Date());