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

📄 welcome

📁 cms是开源的框架
💻
字号:
<%@ 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.gif</cms:link>" alt="Alkacon Software GmbH" width="100" height="36" border="0" align="left">
&copy; 2006 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -