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

📄 file-download.xsl.svn-base

📁 由国外的一个著名的geonetwork修改而来
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">	<xsl:include href="main.xsl"/>	<!--	page content	-->	<xsl:template name="content">		<xsl:call-template name="formLayout">			<xsl:with-param name="title" select="/root/gui/strings/download"/>			<xsl:with-param name="content">				<h2><xsl:value-of select="/root/gui/strings/messageDownload"/></h2>				<p/>				<xsl:copy-of select="/root/gui/strings/moreinfo"/>			</xsl:with-param>			<xsl:with-param name="buttons">				<button class="content" onclick="load('{/root/gui/locService}/metadata.show?id={/root/request/id}')"><xsl:value-of select="/root/gui/strings/back"/></button>				&#160;				<button class="content" onclick="load('{/root/gui/locService}/resources.get?access=private&amp;id={/root/request/id}&amp;fname={/root/request/fname}')"><xsl:value-of select="/root/gui/strings/accept"/></button>			</xsl:with-param>		</xsl:call-template>	</xsl:template>	</xsl:stylesheet>

⌨️ 快捷键说明

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