31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<jsp:include page="../../common.jsp"></jsp:include>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<link rel="shortcut icon" href="${resourcePath }/images/favicon.ico" type="image/x-icon">
|
|
<meta name="keywords" content="">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
|
<meta name="renderer" content="webkit">
|
|
<title>武汉荣商创银科技有限公司</title>
|
|
|
|
<script type="text/javascript">
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body style="overflow: hidden;">
|
|
welcome to wap!<br/>
|
|
|
|
<c:forEach var="sys" items="${systemConfigList }">
|
|
|
|
${sys.propertyValue }<br/>
|
|
</c:forEach>
|
|
</body>
|
|
|
|
|
|
</html> |