welcome
来自「找了很久才找到到源代码」· 代码 · 共 62 行
TXT
62 行
<%@ page session="false" %><%--
--%><%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %><%
// init
%><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="author" content="Alkacon Software GmbH">
<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" />">
<style type="text/css">
<!--
<%@ include file="../resources/welcome.css" %>
-->
</style>
<cms:editable />
</head>
<body>
<img src="<cms:link>../resources/logo_opencms_large.png</cms:link>" alt="OpenCms Logo" title="OpenCms Logo" width="250" height="63" border="0" align="right">
<!-- Navigation starts here -->
<cms:include file="../elements/welcome_nav.jsp" />
<!-- Navigation ends here -->
<br clear="all">
<!-- Main page body starts here -->
</cms:template>
<cms:template element="body">
<table>
<tr>
<td>
<cms:include element="body" editable="true" />
</td>
</tr>
</table>
</cms:template><%--
--%><cms:template element="foot"><%--
--%><!-- Main page body ends here -->
<!-- Login element starts here --><%--
--%><cms:include file="../elements/login_element.jsp" /><%--
--%><!-- Login element ends here -->
<p class="small"><img src="<cms:link>../resources/logo_alkacon.png</cms:link>" alt="Alkacon Software GmbH" width="118" height="40" border="0" align="left">
© 2007 Alkacon Software GmbH<br>
The OpenCms experts<br>
<a href="http://www.alkacon.com" target="alkacon">http://www.alkacon.com</a></p>
</body>
</html>
</cms:template>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?