mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 22:05:41 +02:00
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
8d72e7dab9
commit
0c7b3d1648
@ -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>
|
2010-03-03 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/agentes/gis_view.php: fix "Call-time pass-by-reference" for
|
* operation/agentes/gis_view.php: fix "Call-time pass-by-reference" for
|
||||||
|
@ -158,11 +158,10 @@ if ($layers != false) {
|
|||||||
activateAjaxRefresh($layers, $timestampLastOperation);
|
activateAjaxRefresh($layers, $timestampLastOperation);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
if ($config["pure"] == 0) {
|
if ($config["pure"] == 0) {
|
||||||
echo "<div id='map' style='width: 99%; height: 500px; border: 1px solid black;' ></div>";
|
echo "<div id='map' style='width: 99%; height: 500px; border: 1px solid black;' ></div>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "<div id='map' style='position:absolute;top:40px; z-index:100; width: 98%; height:94%; border: 1px solid black;' ></div>";
|
echo "<div id='map' style='position:absolute;top:40px; z-index:100; width: 98%; height:94%; border: 1px solid black;' ></div>";
|
||||||
}
|
}
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user