roaddefectmain.jsp
来自「Java的框架」· JSP 代码 · 共 81 行
JSP
81 行
<%@ include file="/common/taglibs.jsp"%>
<parameter name="menu" value="All" />
<html>
<head>
<title><fmt:message key="roadDefectMain.title"/></title>
<content tag="heading">
<fmt:message key="roadDefectMain.heading"/>
</content>
<script>
/*
var filter = <ogc:Filter xmlns:ogc=\"http://ogc.org\" xmlns:gml=\"http://www.opengis.net/gml\">" +
"<ogc:BBOX>" +
"<ogc:PropertyName>the_geom</ogc:PropertyName>" +
"<gml:Box srsName=\"http://www.opengis.net/gml/srs/epsg.xml\">" +
"<gml:coordinates>" + getMapExtent() + "</gml:coordinates>" +
"</gml:Box>" +
"</ogc:BBOX>" +
"</ogc:Filter>";
*/
</script>
</head>
<body>
<!--
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="left">
<tr>
<td width="80%">
<iframe id="mapframe" name="mapframe"
src="<c:url value='/map/view/ol/prrmMapView.jsp?mode=1' />" width="100%"
height="500px" align=top scrolling=no frameborder=0> [This
feature requires IFrame.]</iframe>
</td>
<td valign="top" width="20%" >
<div id="info_xsmall" style="float:right">
<div class="post_top_xsmall"></div>
<div class="post">
<h2>Information</h2></div>
<div id="featureinfo"></div>
</div>
<div class="post_btm_xsmall"></div>
</div>
</td>
</tr>
</table>
<iframe id="mapframe" name="mapframe"
src="<c:url value='/map/view/ol/prrmMapView.jsp?mode=1' />" width="100%"
height="500px" align=top scrolling=no frameborder=0> [This
feature requires IFrame.]</iframe>
<div id="info">
<div class="post_top"></div>
<div class="post">
<h2>Information</h2></div>
<div id="featureinfo"></div>
</div>
<div class="post_btm"></div>
</div>
-->
<!-- -->
<table border="0" cellpadding="5" cellspacing="0" width="100%" align="left">
<tr>
<td width="79%"><iframe id="mapframe" name="mapframe"
src="<c:url value='/map/view/ol/prrmMapView.jsp?mode=1' />" width="100%"
height="480px" align=top scrolling=no frameborder=0> [This
feature requires IFrame.]</iframe></td>
<td width="1%"> </td>
<td width="20%" id="box"><div id="innerbox">
<h2>Information</h2></div>
<div id="featureinfo"></div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?