Project

General

Profile

1
<?xml version="1.0"?>
2
<xsl:stylesheet xmlns:mb="http://mapbuilder.sourceforge.net/mapbuilder" xmlns:wmc="http://www.opengis.net/context" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0"><xsl:output method="xml" encoding="utf-8" omit-xml-declaration="yes"/><xsl:param name="lang">en</xsl:param><xsl:param name="formName"/><xsl:param name="title"/><xsl:template match="/"><form name="{$formName}" STYLE="font: 8pt Verdana, geneva, arial, sans-serif;"><xsl:value-of select="$title"/><xsl:apply-templates select="wmc:ViewContext/wmc:General"/></form></xsl:template><xsl:template match="mb:TimestampList"><input name="timestampValue" type="text" size="20" class="bareInput" readonly="true"><xsl:attribute name="value"><xsl:value-of select="mb:Timestamp[@current='1']"/></xsl:attribute></input></xsl:template><xsl:template match="TimestampList"><input id="timestampValue" type="text" size="20" class="bareInput" readonly="true"><xsl:attribute name="value"><xsl:value-of select="Timestamp[@current='1']"/></xsl:attribute></input></xsl:template><xsl:template match="text()|@*"/></xsl:stylesheet>
(122-122/145)