empty
来自「cms是开源的框架」· 代码 · 共 25 行
TXT
25 行
<%@ page session="false" %>
<%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %>
<cms:template element="head">
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenCms - <cms:property name="Title" escapeHtml="true" /></title>
<meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; CHARSET=<cms:property name="content-encoding" default="ISO-8859-1" />">
<meta name="description" content="<cms:property name="Description" default="OpenCms welcome page and release notes" />">
<meta name="keywords" content="<cms:property name="Keywords" default="OpenCms, Demo, Application, Content Management" />">
<cms:editable />
</head>
<body>
</cms:template>
<cms:template element="body">
<cms:include element="body" editable="true" />
</cms:template>
<cms:template element="foot">
</body>
</html>
</cms:template>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?