Revision 3451
Added by ben leinfelder over 17 years ago
lib/style/skins/sanparks/SaeonLogin.jspx | ||
---|---|---|
287 | 287 |
<br /> |
288 | 288 |
<h3>Southern Africa</h3> |
289 | 289 |
|
290 |
<!-- |
|
291 |
<iframe |
|
292 |
id="mapFrame" |
|
293 |
name="mapFrame" |
|
294 |
class="mapFrame" |
|
295 |
frameborder="0" |
|
296 |
scrolling="no" |
|
297 |
src="spatial/pma.html"> |
|
298 |
</iframe> |
|
299 |
--> |
|
290 |
<!-- map frame --> |
|
291 |
<script language="JavaScript"> |
|
292 |
insertMap(); |
|
293 |
</script> |
|
300 | 294 |
</td> |
301 | 295 |
|
302 | 296 |
<!-- so the map frame doesn't overlap content --> |
lib/style/skins/sanparks/index.jsp | ||
---|---|---|
45 | 45 |
|
46 | 46 |
<!-- map frame --> |
47 | 47 |
<script language="JavaScript"> |
48 |
insertMap(); |
|
48 |
//insertMap();
|
|
49 | 49 |
</script> |
50 | 50 |
|
51 | 51 |
<!-- wrap it up with the closing --> |
Also available in: Unified diff
insert mapframe in included page, rather than index.jsp -
columns layout correctly this way.