Edit C:\Users\Administrator\Desktop\Back\galaxie - Copy\marketing\populationv2\map_population_display.jsp
<%@ page session="true" import="com.edeal.frontline.*,com.edeal.frontline.navigation.*,java.net.*,java.io.*, java.util.*" %> <%@ taglib uri="http://www.e-deal.com/taglib/fl" prefix="fl" %><% final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass()); FlRequest flRequest = new FlRequest(request); FlContext context = flRequest.getContext(); String id = flRequest.getParameter("id"); %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Map</title> <%-- CALL GOOGLEMAP V3 --%><script src="//maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> <script type="text/javascript" src="<fl:webapp/>/js/master_js.jsp"></script> <script type="text/javascript" src="<fl:webapp/>/js/maps/map_display.js"></script> <script type="text/javascript"> $(document).ready(function() { $.getJSON("<fl:webapp/>/map_population_markers.fl?id=<%= id %>", function(result) { console.log(result); console.log(result.markers); var mapDisplayer = new MapDisplayer.Map(result.markers, "map_canvas", "side_bar").draw(); //mapDisplayer.draw(); }) }) </script> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/common_css.jsp"> <link rel="stylesheet" type="text/css" href="<fl:webapp/>/css/master_css.jsp"> </head> <body> <table width="100%" height="700px"> <tr> <td width="80%" valign="top"><div id="map_canvas" style="width: 810px; height: 700px"></div></td> <td valign="top"><div id="side_bar" style="overflow:scroll;height:700px"></div></td> </tr> </table> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de