<?php
/******************************************************************************/
/* MODUL: lage/extern.php4 */
/* */
/* DATUM: 06.02.2007, Version 0.1 */
/* BESCHR.: Darstellung einer externen Lagekarte innerhalb des webETB */
/* */
/* AUTOR: Marcus Groh */
/* LIZENZ: GPL v2 vom Juni 1991 */
/* */
/* AENDERUNGEN: xx.xx.2003 -initiale Version */
/* 27.03.2006 v 0.1, -Versionskennzeichnung eingefuehrt */
/* -Code unter GPL v2 gestellt */
/* */
/******************************************************************************/
$allowed_groups=array("elw");
include ('../_include/header_1.php4');
?>
<center>
<br><br>
<table border="0" cellpadding="0" cellspacing="0" width="980">
<tr>
<td>
<iframe src="load_map.php4" HEIGHT="700" WIDTH="980" name="_MAP" FRAMEBORDER="0" FRAMESPACING="0" BORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" TOPMARGIN="0" NORESIZE SCROLLING="yes"></iframe>
</td>
</tr>
</table>
</center>
<?
include ('../_include/footer_1.php4');
?>