前端入门到技术总监之路

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>
 
 
 
posted @ 2019-02-16 09:59  浪子青哥  阅读(267)  评论(0编辑  收藏  举报