view_template.jsp

来自「基于struts+hibernate的电子商务网站。可运行。数据库mysql」· JSP 代码 · 共 24 行

JSP
24
字号
<%@ page language="java" pageEncoding="UTF-8" isELIgnored="false"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>

<!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 name="keywords" content="在线购物,网上购物,产品社区,积分兑换" />
	<meta name="description" content="豆豆换购商品" />
	<title>${title} GWAP2.0</title>
	<link rel="stylesheet" href="${pageContext.request.contextPath}/templates/default/dnt.css" type="text/css" media="all" />
	<link rel="stylesheet" href="${pageContext.request.contextPath}/templates/default/new.css" type="text/css" media="all" />
	<script type="text/javascript" src="${pageContext.request.contextPath}/templates/default/common.js"></script>
	<script type="text/javascript" src="${pageContext.request.contextPath}/editor/common.js"></script>
	<script type="text/javascript" src="${pageContext.request.contextPath}/editor/menu.js"></script>
  </head>
  
  <body>
    <tiles:insert attribute="header" flush="true" />
    <tiles:insert attribute="content"  flush="true"/> 
    <tiles:insert attribute="foot" flush="true" />
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?