2010-03-03 Miguel de Dios <miguel.dedios@artica.es>
* operation/gis_maps/render_view.php: close in the end a unclose php tag. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2454 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fd1aed871e
commit
3b1616262f
|
@ -1,3 +1,7 @@
|
|||
2010-03-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/gis_maps/render_view.php: close in the end a unclose php tag.
|
||||
|
||||
2010-03-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/gis_view.php: fix "Call-time pass-by-reference" for
|
||||
|
|
|
@ -158,11 +158,10 @@ if ($layers != false) {
|
|||
activateAjaxRefresh($layers, $timestampLastOperation);
|
||||
}
|
||||
|
||||
?>
|
||||
<?php
|
||||
if ($config["pure"] == 0) {
|
||||
echo "<div id='map' style='width: 99%; height: 500px; border: 1px solid black;' ></div>";
|
||||
}
|
||||
else {
|
||||
echo "<div id='map' style='position:absolute;top:40px; z-index:100; width: 98%; height:94%; border: 1px solid black;' ></div>";
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue