48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<root>
|
|
<LabelType>其他类</LabelType>
|
|
<LabelImage>../../Admin/Images/LabelIco/GetArticleCustom.gif</LabelImage>
|
|
<LabelIntro>
|
|
</LabelIntro>
|
|
<OutType>sin</OutType>
|
|
<LabelDataType>sql_sysquery</LabelDataType>
|
|
<attributes>
|
|
<name>itemId</name>
|
|
<default>1</default>
|
|
<intro>文章ID</intro>
|
|
</attributes>
|
|
<attributes>
|
|
<name>titleFontType</name>
|
|
<datatype>supersql</datatype>
|
|
<default>规则</default>
|
|
<intro>标题字型</intro>
|
|
</attributes>
|
|
<LabelSqlString><![CDATA[SELECT AAA = '@titleFontType']]></LabelSqlString>
|
|
<LabelTemplate><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:lewi="http://www.powereasy.net" xmlns:pe="labelproc" exclude-result-prefixes="pe ms lewi">
|
|
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
|
|
<xsl:param name="titleFontType" />
|
|
<xsl:template match="/NewDataSet/Table">
|
|
<xsl:choose>
|
|
<xsl:when test="$titleFontType='粗体'">
|
|
font-weight:bold;font-style:normal;
|
|
</xsl:when>
|
|
<xsl:when test="$titleFontType='斜体'">
|
|
font-weight:normal ;font-style:italic ;
|
|
</xsl:when>
|
|
<xsl:when test="$titleFontType='粗+斜'">
|
|
font-weight:bold;font-style:italic ;
|
|
</xsl:when>
|
|
<xsl:when test="$titleFontType='规则'">
|
|
font-weight:normal ;font-style:normal;
|
|
</xsl:when>
|
|
<xsl:otherwise>
|
|
font-weight:normal ;font-style:normal;
|
|
</xsl:otherwise>
|
|
</xsl:choose>
|
|
</xsl:template>
|
|
</xsl:stylesheet>]]></LabelTemplate>
|
|
<EnabelAjax>False</EnabelAjax>
|
|
<IsXsltSql>false</IsXsltSql>
|
|
<IsXsltCountSql>false</IsXsltCountSql>
|
|
</root> |