first commit
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<LabelType>政务公开</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>sin</OutType>
|
||||
<LabelDataType>sql_sysquery</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<IsXsltSql>false</IsXsltSql>
|
||||
<IsXsltCountSql>false</IsXsltCountSql>
|
||||
<LabelSqlString>SELECT * FROM PE_Department WHERE CategoryName=@CategoryName ORDER BY Priority DESC</LabelSqlString>
|
||||
<attributes>
|
||||
<name>CategoryName</name>
|
||||
<datatype>sql.string</datatype>
|
||||
<default>市政府</default>
|
||||
<intro>部门所属分类</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">
|
||||
<!--params-->
|
||||
<xsl:output method="html" />
|
||||
<xsl:template match="/NewDataSet/Table">
|
||||
<li class="spa">
|
||||
<a class="bt">
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/ApplyForm.aspx?DepartmentId=<xsl:value-of select="DepartmentId"/>
|
||||
</xsl:attribute>
|
||||
依申请公开
|
||||
</a>
|
||||
<a class="bt">
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/PublicInfoList.aspx?DepartmentId=<xsl:value-of select="DepartmentId"/>
|
||||
</xsl:attribute>
|
||||
目录内容
|
||||
</a>
|
||||
※
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Department.aspx?DepartmentId=<xsl:value-of select="DepartmentId"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
<xsl:value-of select="DepartmentName"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="DepartmentName"/>
|
||||
</a>
|
||||
</li>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>]]></LabelTemplate>
|
||||
<Version officialVersion="" modifiedVersions="3500" compatibleVersion="" />
|
||||
</root>
|
||||
Reference in New Issue
Block a user