📄 view_template.jsp
字号:
<%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -