head.res
来自「WAPmo手机网站管理平台是一款创建与管理维护WAP网站的的软件产品」· RES 代码 · 共 20 行
RES
20 行
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:moex="urn:moex-scripts" exclude-result-prefixes="msxsl moex">
<xsl:output method="xml" encoding="utf-8" doctype-public="-//WAPFORUM//DTD XHTML Mobile 1.0//EN" doctype-system="http://www.wapforum.org/DTD/xhtml-mobile10.dtd" />
<xsl:preserve-space elements="*" />
${res.moex.twinbbs.function}
<xsl:template match="root">
<html>
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="Cache-Control" content="no-cache, max-age=0" />
<xsl:if test="vars/@redirect != ''">
<moex:meta http-equiv="Refresh" content="${env.redirect}; url=${vars.redirect}" />
</xsl:if>
<title>${page.name} - Powered by WAPmo</title>
</head>
<body>
<p align="center">${env.bbs_name}</p>
<p>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?