<?xml version="1.0" encoding="UTF-8" ?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:jvmf="http://www.ilog.com/jviews/tlds/jviews-maps-faces.tld" > <f:view> <f:loadBundle basename="messages" var="msg" /> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><h:outputText value="#{msg.mapTitle}"/></title> </head> <body> <h:outputText value="#{msg.MapForGoogleViewP1}" escape="false"/><br/> <h:outputText value="#{msg.MapForGoogleViewP2}" escape="false"/><br/> <h:outputText value="#{msg.MapForGoogleViewP3}" escape="false"/><br/> <h:outputText value="#{msg.MapForGoogleViewP4}" escape="false"/><br/> <f:verbatim> </f:verbatim> <script type="text/javascript" src="http://maps.google.com/maps?file=api&v=3"></script> <h:form id="form"> <table border="1"> <tr> <td><jvmf:mapView id="mapID" style="width:300px;height:300px" data="/data/usa.ivl" /></td> <td><jvmf:layerTool id="layerTool" title="#{msg.MapViewLayersLabel}" viewId="mapID" enabled="true" /></td> </tr> <tr> <td> <h:outputText value="#{msg.MapForGoogleViewP5}" escape="false"/><br/> <h:outputText value="#{msg.MapForGoogleViewP6}" escape="false"/><br/> <h:outputText value="#{msg.MapForGoogleViewP7}" escape="false"/><br/> <f:verbatim> </f:verbatim> <jvmf:googleView id="gmapID" level="6" style="width:300px;height:300px" data="/data/usa.idpr" /> </td> <td><jvmf:layerTool id="gLayerTool" title="#{msg.GoogleViewLayersLabel}" viewId="gmapID" enabled="true" /></td> </tr> </table> </h:form> </body> </f:view> </html>