⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 handlertemplate

📁 找了很久才找到到源代码
💻
字号:
<%@ 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><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="author" content="Alkacon Software GmbH">
<meta name="description" content="<cms:property name="Description" default="OpenCms error page" />">
<meta name="keywords" content="<cms:property name="Keywords" default="OpenCms, Application, Content Management, Open Source" />">

<link href="<cms:link>style.css</cms:link>" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<div class="contentwrapper">
<div class="content">
<!-- Main page body starts here -->
</cms:template><%--

--%><cms:template element="foot"><%--
--%><!-- Main page body ends here -->
</div></div>
<div class="ocmslink">
<a href="http://www.opencms.org" target="_blank">Powered by OpenCms - the open source content management system</a>
</div>
</div>
</body>
</html>
</cms:template>

⌨️ 快捷键说明

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