yanqingbest

HTML ,JS,CSS 必备入门知识

angular、vue、react 三分天下

web JSP 模板
 
<%@ page pageEncoding="utf-8"%>
<%@page import="org.hibernate.type.Type"%>
 
<%@ page import="java.util.*"%>
<%@ page import="java.text.*"%>
 
 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><%=MessageUtils.getMessage(request, "copyright")%></title>
<style>
body{
margin:0;
padding:0;
}
</style>
<jsp:include page="include.jsp"></jsp:include>
 
<link rel="stylesheet" href="cn/mpurpose/css/bootstrap-datetimepicker.min.css">
</head>
 
 
<body>
 
<!-- 菜单导航 -->
<jsp:include page="actionTopPage.jsp"></jsp:include>
 
 
<div class="section section-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1><%=MessageUtils.getMessage(request, "wode")+MessageUtils.getMessage(request, "kuangji") %></h1>
</div>
</div>
</div>
</div>
 
 
 
<!-- 低部导航 -->
<jsp:include page="actionBommPage.jsp"></jsp:include>
 
<script type="text/javascript" src="cn/mpurpose/js/bootstrap-datetimepicker.min.js"></script>
 
<script type="text/javascript" src="cn/mpurpose/js/locales/bootstrap-datetimepicker.zh-CN.js"></script>
 
 
</script>
</body>
</html>
 
 
 

分类:

技术点:

相关文章:

  • 2022-02-09
  • 2021-08-23
  • 2021-12-15
  • 2022-12-23
  • 2021-05-24
  • 2022-02-08
  • 2021-07-12
  • 2022-12-23
猜你喜欢
  • 2021-09-03
  • 2022-01-05
  • 2021-12-18
  • 2021-07-03
相关资源
相似解决方案