first commit

This commit is contained in:
2026-08-31 16:22:00 +08:00
commit e969a1e559
2665 changed files with 128795 additions and 0 deletions
@@ -0,0 +1,72 @@
<?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>CategoryId</name>
<default>0</default>
<intro>当前办事事项分类id</intro>
</attributes>
<LabelSqlString>
IF EXISTS(SELECT TOP 1
[CategoryId]
FROM
[PE_GV_WorkItemCategory]
WHERE
[ParentId] = @CategoryId)
BEGIN
SELECT
[CategoryId],
[CategoryName],
[Description]
FROM
[PE_GV_WorkItemCategory]
WHERE
[ParentId] = @CategoryId
ORDER BY [OrderId]
END
ELSE
BEGIN
SELECT
[CategoryId],
[CategoryName],
[Description]
FROM
[PE_GV_WorkItemCategory]
WHERE
[ParentId] =(SELECT parentId FROM [PE_GV_WorkItemCategory] WHERE [CategoryId]=@CategoryId)
END
</LabelSqlString>
<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="CategoryId" />
<xsl:param name="CategoryName" />
<xsl:param name="Description" />
<xsl:template match="/">
<xsl:for-each select="/NewDataSet/Table">
<li>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItemList.aspx?categoryId=<xsl:value-of select="CategoryId"/>
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="Description"/>
</xsl:attribute>
<xsl:value-of select="CategoryName"/>
</a>
</li>
</xsl:for-each>
</xsl:template>
</xsl:transform>]]>
</LabelTemplate>
<EnabelAjax>False</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
</root>
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>办事类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="3602" compatibleVersion="" />
<attributes>
<name>CategoryId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>办事分类ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>
SELECT TOP @Count [ItemId],[WorkName],[CategoryId] FROM [PE_GV_WorkItem] WHERE [CategoryId] in
(SELECT [CategoryId] FROM PE_GV_WorkItemCategory WHERE [ParentId]=@CategoryId)</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:pe="labelproc" exclude-result-prefixes="pe">
<xsl:param name="CategoryId" />
<xsl:output method="html" />
<xsl:template match="/">
<xsl:choose>
<xsl:when test="count(NewDataSet/Table) > 0">
<xsl:for-each select="/NewDataSet/Table">
<li>
<a>
<xsl:variable name="WorkName" select="WorkName"/>
<xsl:attribute name="title">
<xsl:value-of select="WorkName"/>
</xsl:attribute>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItem.aspx?itemId=<xsl:value-of select="ItemId"/>&amp;categoryId=<xsl:value-of select="CategoryId"/>&amp;type=rule
</xsl:attribute>
<xsl:choose>
<xsl:when test="string-length($WorkName) > 30">
<xsl:value-of select= "substring(WorkName,1,30) "/>...
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="WorkName"/>
</xsl:otherwise>
</xsl:choose>
</a>
</li>
</xsl:for-each>
</xsl:when>
<xsl:otherwise>
<center><b>暂没有数据</b></center>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>Count</name>
<datatype>supersql</datatype>
<default>15</default>
<intro>输出数据条数</intro>
</attributes>
</root>
@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<root>
<LabelType>办事类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<attributes>
<name>CategoryId</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>当前所在办事分类的ID</intro>
</attributes>
<attributes>
<name>splitChar</name>
<datatype>supersql</datatype>
<default>&gt;&gt;</default>
<intro>办事分类名称之间分隔符</intro>
</attributes>
<LabelSqlString>SELECT [CategoryId],[ParentId],[CategoryName],[Description] FROM [PE_GV_WorkItemCategory] WHERE [CategoryId] = @CategoryId</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="CategoryId" />
<xsl:param name="splitChar" />
<xsl:template match="/NewDataSet/Table">
{PE.Label id="办事位置导航" CategoryId="<xsl:value-of select="ParentId"/>" splitChar="<xsl:value-of select="$splitChar"/>"/}
<xsl:value-of select="$splitChar" />
<xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItemList.aspx?categoryId=<xsl:value-of select="CategoryId"/>
</xsl:attribute>
<xsl:value-of select="CategoryName"/>
</a>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<EnabelAjax>False</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
</root>
@@ -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&amp;categoryId=@RequestInt_categoryId&amp;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&amp;categoryId=@RequestInt_categoryId&amp;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&amp;categoryId=@RequestInt_categoryId&amp;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&amp;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&amp;categoryId=@RequestInt_categoryId&amp;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&amp;categoryId=@RequestInt_categoryId&amp;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>
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<root>
<LabelType>办事类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT top 13 DepartmentId,DepartmentName FROM PE_Department WHERE ParentDepartmentId=0 ORDER BY Priority DESC</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:pe="labelproc" exclude-result-prefixes="pe">
<!--params-->
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<li><a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Common/DepartmentInfo.aspx?DepartmentId=<xsl:value-of select="DepartmentId"/>
</xsl:attribute>
<xsl:value-of select="DepartmentName"/>
</a></li>
</xsl:template>
</xsl:stylesheet>]]>
</LabelTemplate>
<Version officialVersion="" modifiedVersions="3500" compatibleVersion="" />
</root>
@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>办事类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="3608" compatibleVersion="" />
<UsePage>True</UsePage>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @pagesize ID,ItemId,Contact,Phone,Email,Type,Title,Content,Status,CreateTime,AdminName,AdminReply,AdminReplyTime FROM PE_GV_WorkItemSuggestion WHERE Status = 1 AND ItemId=@ItemId AND Id NOT IN
(SELECT TOP @startrow Id FROM PE_GV_WorkItemSuggestion WHERE Status = 1 AND ItemId=@ItemId ORDER BY
CreateTime DESC) ORDER BY CreateTime DESC</LabelSqlString>
<LabelSqlCount>SELECT count(ID) FROM PE_GV_WorkItemSuggestion WHERE Status = 1 AND ItemId=@ItemId </LabelSqlCount>
<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:param name="ItemId" />
<xsl:output method="html" />
<xsl:template match="/">
<xsl:choose>
<xsl:when test="count(NewDataSet/Table) = 0">
<center>
<b>暂时没有常见问题数据</b>
</center>
</xsl:when>
<xsl:otherwise>
<table style="width: 100%;" cellpadding="2" cellspacing="1" class="border">
<xsl:for-each select="NewDataSet/Table">
<tr class="tdbgleft">
<td style="font-weight:bold; height:25px;">
<img><xsl:attribute name="src">{PE.SiteConfig.ApplicationPath/}Images/common6.gif</xsl:attribute></img>发布者:<xsl:value-of select="Contact"/> 咨询:
<xsl:variable name="Title" select="Title"/>
<xsl:choose>
<xsl:when test="string-length($Title) > 20">
<xsl:value-of select= "substring(Title,1,20) "/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="Title"/>
</xsl:otherwise>
</xsl:choose>
<span style="float:right;margin-right:10px;">
<xsl:value-of select="pe:FormatDate(CreateTime,'yyyy-mm-dd hh:ff:ss')"/>
</span>
</td>
</tr>
<tr class="tdbg">
<td style="text-align:left;padding:10px 5px;">
<xsl:value-of select="Content"/>
</td>
</tr>
<xsl:variable name="AdminReply" select="AdminReply"/>
<xsl:choose>
<xsl:when test="string-length($AdminReply) = 0">
</xsl:when>
<xsl:otherwise>
<tbody id="tbAdmin" runat="server" visible="false">
<tr class="tdbg">
<td style="color:#F74100; font-weight:bold;height:25px;">
<b>管理员</b>于
<b>
<xsl:value-of select="pe:FormatDate(AdminReplyTime,'yyyy-mm-dd hh:ff:ss')"/>
</b> 回复:
</td>
</tr>
<tr class="tdbg">
<td style="text-align:left;color:#F74100;word-wrap:break-word;word-break:break-all;table-layout:fixed;width:570px">
<xsl:value-of select="AdminReply"/>
</td>
</tr>
<tr class="tdbg">
<td>
<hr/>
</td>
</tr>
</tbody>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
</table>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>ItemId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>事项ID</intro>
</attributes>
</root>
@@ -0,0 +1,65 @@
<?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>CategoryId</name>
<default>0</default>
<intro>当前分类Id</intro>
</attributes>
<LabelSqlString>
SELECT
[CategoryId],
[CategoryName],
[Description]
FROM
[PE_GV_WorkItemCategory]
WHERE
[ParentId] = @CategoryId
ORDER BY [OrderId]
</LabelSqlString>
<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="CategoryId" />
<xsl:param name="CategoryName" />
<xsl:param name="Description" />
<xsl:param name="IsChildNodes" />
<xsl:template match="/">
<xsl:if test="count(NewDataSet/Table) > 0">
<xsl:for-each select="/NewDataSet/Table">
<li>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Approval/WorkItemList.aspx?categoryId=<xsl:value-of select="CategoryId"/>
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="Description"/>
</xsl:attribute>
<xsl:value-of select="CategoryName"/>
</a>
</li>
<xsl:if test="$IsChildNodes='true'">
{PE.Label id="显示子办事分类" categoryId='<xsl:value-of select="CategoryId"/>'/}
</xsl:if>
</xsl:for-each>
</xsl:if>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
<EnabelAjax>False</EnabelAjax>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<Version officialVersion="" modifiedVersions="3603" compatibleVersion="" />
<attributes>
<name>IsChildNodes</name>
<datatype>supersql</datatype>
<default>true</default>
<intro>是否输出子节点 true:是 false:否</intro>
</attributes>
</root>