代码拉取完成,页面将自动刷新
<%@page import="com.daowen.bll.*"%>
<%@page import="com.daowen.entity.*,com.daowen.dal.*"%>
<%@ 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">
<html>
<%
String id=request.getParameter("id");
if(id!=null){
Sysconfig sysconfig=(Sysconfig)DALBase.load("sysconfig","where id="+id);
if(sysconfig!=null)
request.setAttribute("sysconfig",sysconfig);
}
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>系统首页</title>
<link rel="stylesheet" href="<%=SystemParam.getSiteRoot() %>/e/css/index.css" type="text/css"></link>
<link rel="stylesheet" href="<%=SystemParam.getSiteRoot() %>/e/css/box.all.css" type="text/css"></link>
<link rel="stylesheet" href="<%=SystemParam.getSiteRoot() %>/e/css/leaveword.css" type="text/css"></link>
<script src="<%=SystemParam.getSiteRoot() %>/webui/jquery/jquery-1.5.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
});
</script>
</head>
<body>
<jsp:include page="head.jsp"></jsp:include>
<div class="wrap round-block">
<div class="line-title">
当前位置:<a href="<%=SystemParam.getSiteRoot() %>/e/index.jsp">首页</a> >> ${sysconfig.title}
</div>
<div class="info" style="min-height:600px;">
<h1>
${sysconfig.title}
</h1>
<h5>
</h5>
<div class="news-content">
${sysconfig.dcontent}
</div>
</div>
</div>
<div class="fn-clear"></div>
<jsp:include page="bottom.jsp"></jsp:include>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。