first commit
This commit is contained in:
@@ -0,0 +1,133 @@
|
||||
<?xml version="1.0"?>
|
||||
<root>
|
||||
<LabelType>办事类</LabelType>
|
||||
<LabelIntro>
|
||||
</LabelIntro>
|
||||
<OutType>sin</OutType>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<LabelTemplate>
|
||||
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:transform 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="type" />
|
||||
<xsl:template match="/">
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItem.aspx?itemId=@RequestInt_itemId&categoryId=@RequestInt_categoryId&type=rule
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
办事指南
|
||||
</xsl:attribute>
|
||||
<xsl:if test="$type='Rule'">
|
||||
<xsl:attribute name="class">
|
||||
Class_on_bt
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<span>办事指南</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItem.aspx?itemId=@RequestInt_itemId&categoryId=@RequestInt_categoryId&type=view
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
流程图示
|
||||
</xsl:attribute>
|
||||
<xsl:if test="$type='View'">
|
||||
<xsl:attribute name="class">
|
||||
Class_on_bt
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<span>流程图示</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItem.aspx?itemId=@RequestInt_itemId&categoryId=@RequestInt_categoryId&type=download
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
文档下载
|
||||
</xsl:attribute>
|
||||
<xsl:if test="$type='Download'">
|
||||
<xsl:attribute name="class">
|
||||
Class_on_bt
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<span>文档下载</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Approval/AddWorkItem.aspx?itemId=@RequestInt_itemId&categoryId=@RequestInt_categoryId
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
网上申报
|
||||
</xsl:attribute>
|
||||
<xsl:if test="$type='Add'">
|
||||
<xsl:attribute name="class">
|
||||
Class_on_bt
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<span>网上申报</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItem.aspx?itemId=@RequestInt_itemId&categoryId=@RequestInt_categoryId&type=fqa
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
常见问题
|
||||
</xsl:attribute>
|
||||
<xsl:if test="$type='Fqa'">
|
||||
<xsl:attribute name="class">
|
||||
Class_on_bt
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<span>常见问题</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a>
|
||||
<xsl:attribute name="href">
|
||||
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItem.aspx?itemId=@RequestInt_itemId&categoryId=@RequestInt_categoryId&type=sug
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="title">
|
||||
咨询建议
|
||||
</xsl:attribute>
|
||||
<xsl:if test="$type='Sug'">
|
||||
<xsl:attribute name="class">
|
||||
Class_on_bt
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
<span>咨询建议</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</xsl:template>
|
||||
</xsl:transform>
|
||||
]]></LabelTemplate>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<IsXsltSql>false</IsXsltSql>
|
||||
<IsXsltCountSql>false</IsXsltCountSql>
|
||||
<attributes>
|
||||
<name>type</name>
|
||||
<datatype>string</datatype>
|
||||
<default>Rule</default>
|
||||
<intro>菜单类别</intro>
|
||||
</attributes>
|
||||
</root>
|
||||
Reference in New Issue
Block a user