57 lines
1.9 KiB
XML
57 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<LabelType>样式类</LabelType>
|
|
<LabelIntro />
|
|
<OutType>sin</OutType>
|
|
<LabelDataType>sql_sysquery</LabelDataType>
|
|
<EnabelAjax>False</EnabelAjax>
|
|
<IsXsltSql>false</IsXsltSql>
|
|
<IsXsltCountSql>false</IsXsltCountSql>
|
|
<LabelSqlString>@queryCond</LabelSqlString>
|
|
<attributes>
|
|
<name>titleLength</name>
|
|
<datatype>supersql</datatype>
|
|
<default>50</default>
|
|
<intro>标题长度</intro>
|
|
</attributes>
|
|
<attributes>
|
|
<name>width</name>
|
|
<datatype>supersql</datatype>
|
|
<default>620</default>
|
|
<intro>焦点图宽度</intro>
|
|
</attributes>
|
|
<attributes>
|
|
<name>height</name>
|
|
<datatype>supersql</datatype>
|
|
<default>340</default>
|
|
<intro>焦点图高度</intro>
|
|
</attributes>
|
|
<attributes>
|
|
<name>queryCond</name>
|
|
<datatype>supersql</datatype>
|
|
<default>SELECT TOP 5 * FROM PE_CommonModel WHERE DefaultPicUrl != ''</default>
|
|
<intro>查询条件</intro>
|
|
</attributes>
|
|
<LabelTemplate><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--名称:通用信息焦点图通用样式;版本:1.0;日期:2010-5-18-->
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pe="labelproc" exclude-result-prefixes="pe">
|
|
<xsl:param name="height"/>
|
|
<xsl:param name="width"/>
|
|
<xsl:param name="titleLength"/>
|
|
<xsl:output method="html"/>
|
|
<xsl:template match="/">
|
|
<div class="yx-rotaion">
|
|
<ul class="rotaion_list">
|
|
<xsl:for-each select="/NewDataSet/Table">
|
|
<li>
|
|
<a href="{pe:GetInfoPath(NodeID,GeneralID,InputTime,PinyinTitle,HtmlPageName)}" target="_blank">
|
|
<img alt="{pe:CutText(Title,$titleLength,'…')}" title="{pe:CutText(Title,$titleLength,'…')}" src="{pe:PathFind(DefaultPicUrl)}" height="{$height}" width="{$width}"/>
|
|
</a>
|
|
</li>
|
|
</xsl:for-each>
|
|
</ul>
|
|
</div>
|
|
</xsl:template>
|
|
</xsl:stylesheet>]]></LabelTemplate>
|
|
<Version officialVersion="" modifiedVersions="3504" compatibleVersion="" />
|
|
</root> |