grgw_old_java/heatsupply2/WebContent/webpage/layouts/arcgisTree.jsp

13 lines
358 B
Plaintext
Raw Normal View History

2025-07-01 14:56:45 +08:00
<%@ page contentType="text/html;charset=UTF-8"%>
<%@ include file="/webpage/include/taglib.jsp"%>
<%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %>
<!DOCTYPE html>
<html>
<head>
<script src="${ctxStatic}/common/jeeplus.js" type="text/javascript"></script>
<sitemesh:head/>
</head>
<body>
<sitemesh:body/>
</body>
</html>