29 lines
965 B
XML
29 lines
965 B
XML
<?xml version="1.0"?>
|
|
<root>
|
|
<LabelType>网上信访</LabelType>
|
|
<LabelIntro>更多链接</LabelIntro>
|
|
<OutType>sin</OutType>
|
|
<LabelDataType>static</LabelDataType>
|
|
<EnabelAjax>False</EnabelAjax>
|
|
<attributes>
|
|
<name>LetterTypeId</name>
|
|
<datatype>int</datatype>
|
|
<default>0</default>
|
|
<intro>类型Id</intro>
|
|
</attributes>
|
|
<LabelTemplate>
|
|
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
|
|
<xsl:output method="html" />
|
|
<xsl:param name="LetterTypeId"/>
|
|
<xsl:template match="/">
|
|
<a class="onlinepl_more">
|
|
<xsl:attribute name="href">
|
|
{PE.SiteConfig.ApplicationPath/}Government/Letter/LetterList.aspx?LetterTypeId=<xsl:value-of select="$LetterTypeId" />
|
|
</xsl:attribute>
|
|
<xsl:attribute name="title">
|
|
</xsl:attribute>更多
|
|
</a>
|
|
</xsl:template>
|
|
</xsl:stylesheet>]]></LabelTemplate>
|
|
</root> |