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,33 @@
<?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="3002" compatibleVersion="" />
<UsePage>True</UsePage>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @pagesize PE_GV_Committee.*,PE_GV_Meeting.* FROM PE_GV_Committee INNER JOIN PE_GV_Meeting ON PE_GV_Committee.MeetingId = PE_GV_Meeting.MeetingId WHERE MeetingType= 0 AND PE_GV_Committee.CommitteeId NOT IN(SELECT TOP @startrow PE_GV_Committee.CommitteeId FROM PE_GV_Committee INNER JOIN PE_GV_Meeting ON PE_GV_Committee.MeetingId = PE_GV_Meeting.MeetingId WHERE MeetingType= 0) ORDER BY CommitteeId DESC</LabelSqlString>
<LabelSqlCount>SELECT count(*) FROM PE_GV_Committee INNER JOIN PE_GV_Meeting ON PE_GV_Committee.MeetingId = PE_GV_Meeting.MeetingId WHERE MeetingType=0</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:output method="html" />
<xsl:template match="/">
<xsl:for-each select="NewDataSet/Table">
<tr>
<td class="osName">
<xsl:value-of select="TrueName"/>
</td>
<td>
{PE.Label id="获取代表团界别" GroupId="<xsl:value-of select="GroupId"/>" GroupType="0" /}
</td>
</tr>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,49 @@
<?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="2901" compatibleVersion="" />
<attributes>
<name>ShowNum</name>
<datatype>supersql</datatype>
<default>11</default>
<intro>显示行数</intro>
</attributes>
<attributes>
<name>TitleLen</name>
<datatype>int</datatype>
<default>25</default>
<intro>标题长度</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT TOP @ShowNum PE_GV_Suggestion.*,PE_GV_Meeting.* FROM PE_GV_Suggestion INNER JOIN PE_GV_Meeting ON PE_GV_Suggestion.MeetingId = PE_GV_Meeting.MeetingId AND MeetingType = 0 AND Status > 0 AND IsPublic = 1 Order By InputTime 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">
<xsl:param name="ShowNum" />
<xsl:param name="TitleLen" />
<xsl:output method="html" />
<xsl:template match="/">
<ul class="oversee_alllist">
<xsl:for-each select="/NewDataSet/Table">
<li>
<span>[<xsl:value-of select="pe:FormatDate(InputTime,'yyyy-mm-dd')"/>]</span>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/SuggestionContent.aspx?SuggestionId=<xsl:value-of select="SuggestionId" />
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="SuggestionTitle"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(SuggestionTitle,$TitleLen,'...')"/>
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>政务督查</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>
</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="2513" compatibleVersion="" />
<attributes>
<name>SuggestionId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT TOP 1 PE_GV_Meeting.*,PE_GV_Suggestion.* FROM PE_GV_Suggestion,PE_GV_Meeting WHERE PE_GV_Meeting.MeetingId=PE_GV_Suggestion.MeetingId AND SuggestionId = @SuggestionId AND IsPublic = 1 AND Status > 0]]></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="xml" />
<xsl:template match="/">
<Root>
<SuggestionId>
<xsl:value-of select="/NewDataSet/Table/SuggestionId"/>
</SuggestionId>
<MeetingName>
<xsl:value-of select="/NewDataSet/Table/FullName"/>
</MeetingName>
<SuggestionTitle>
<xsl:value-of select="/NewDataSet/Table/SuggestionTitle"/>
</SuggestionTitle>
<SuggestionContent>
<xsl:value-of disable-output-escaping="yes" select="/NewDataSet/Table/SuggestionContent"/>
</SuggestionContent>
<InputTime>
<xsl:value-of select="pe:FormatDate(/NewDataSet/Table/InputTime,'yyyy-mm-dd')"/>
</InputTime>
<Deputy>
<xsl:value-of select="/NewDataSet/Table/Deputy"/>
</Deputy>
<Category>
{PE.Label id="得到提案类型" categoryId="<xsl:value-of select="/NewDataSet/Table/CategoryId"/>" /}
</Category>
<Inputer>
<xsl:value-of select="/NewDataSet/Table/Inputer"/>
</Inputer>
<DepartmentId>
{PE.Label id="GOV_得到部门名称" departmentId="<xsl:value-of select="/NewDataSet/Table/DepartmentId"/>" /}
</DepartmentId>
<DelegationId>
<xsl:value-of select="/NewDataSet/Table/DelegationId"/>
</DelegationId>
</Root>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
</root>
@@ -0,0 +1,143 @@
<?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="2904" compatibleVersion="" />
<attributes>
<name>MeetingType</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>会议类别</intro>
</attributes>
<attributes>
<name>MeetingId</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>属于哪个会议</intro>
</attributes>
<attributes>
<name>Keyword</name>
<datatype>supersql</datatype>
<default>
</default>
<intro>关键字</intro>
</attributes>
<attributes>
<name>TitleLen</name>
<datatype>supersql</datatype>
<default>50</default>
<intro>标题长度</intro>
</attributes>
<IsXsltSql>true</IsXsltSql>
<IsXsltCountSql>true</IsXsltCountSql>
<LabelSqlString>
<![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">
<!--要使用上一步定义的自定义参数,要作为XSLT参数使用,务必要在这里声明。如:<xsl:param name="myPara" />.引用该参数:$myPara -->
<xsl:param name="MeetingType" />
<xsl:param name="MeetingId" />
<xsl:param name="Keyword" />
<xsl:output method="xml" />
<xsl:template match="/">
<!--请按提示编辑,保持该模板结构的正确性-->
<root>
<sql>
<!--请在这里编写你的SQL语句-->
SELECT TOP @pagesize * FROM PE_GV_Suggestion, PE_GV_Meeting WHERE PE_GV_Suggestion.MeetingId = PE_GV_Meeting.MeetingId AND PE_GV_Suggestion.Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 0">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword !=''">
AND SuggestionTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Suggestion.MeetingId=@MeetingId
</xsl:if>
AND PE_GV_Suggestion.SuggestionId NOT IN(SELECT TOP @startrow PE_GV_Suggestion.SuggestionId FROM PE_GV_Suggestion, PE_GV_Meeting WHERE PE_GV_Suggestion.MeetingId = PE_GV_Meeting.MeetingId AND Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 0">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword !=''">
AND SuggestionTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Suggestion.MeetingId=@MeetingId
</xsl:if>
ORDER BY InputTime DESC)
ORDER BY InputTime DESC
</sql>
<sqlpage>
<!--请在这里编写你的SQL分页查询语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
SELECT TOP @pagesize * FROM PE_GV_Suggestion, PE_GV_Meeting WHERE PE_GV_Suggestion.MeetingId = PE_GV_Meeting.MeetingId AND PE_GV_Suggestion.Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 0">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword !=''">
AND ProposalTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Suggestion.MeetingId=@MeetingId
</xsl:if>
AND PE_GV_Suggestion.SuggestionId NOT IN(SELECT TOP @startrow PE_GV_Suggestion.SuggestionId FROM PE_GV_Suggestion, PE_GV_Meeting WHERE PE_GV_Suggestion.MeetingId = PE_GV_Meeting.MeetingId AND Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 0">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword !=''">
AND SuggestionTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Suggestion.MeetingId=@MeetingId
</xsl:if>
ORDER BY InputTime DESC)
ORDER BY InputTime DESC
</sqlpage>
<countsql>
<!--请在这里编写你的分页SQL语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
select count(*) from PE_GV_Suggestion, PE_GV_Meeting WHERE PE_GV_Suggestion.MeetingId = PE_GV_Meeting.MeetingId AND PE_GV_Suggestion.Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 0">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword !=''">
AND SuggestionTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Suggestion.MeetingId=@MeetingId
</xsl:if>
</countsql>
</root>
</xsl:template>
</xsl:transform>]]></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:output method="html" />
<xsl:param name="TitleLen" />
<xsl:template match="/">
<ul class="oversee_alllist">
<xsl:for-each select="/NewDataSet/Table">
<li>
<span>
[<xsl:value-of select="pe:FormatDate(InputTime,'yyyy-mm-dd')" />]
</span>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/SuggestionContent.aspx?SuggestionId=<xsl:value-of select="SuggestionId" />
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="SuggestionTitle"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(SuggestionTitle,$TitleLen,'...')" />
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<UsePage>True</UsePage>
<LabelSqlCount><![CDATA[请在上面的<countsql></countsql>标记之间写分页SQL查询语句
select count(id) from database]]></LabelSqlCount>
<LabelSqlPage>请先建立SQL分页语句</LabelSqlPage>
</root>
@@ -0,0 +1,46 @@
<?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="2909" compatibleVersion="" />
<attributes>
<name>ShowNum</name>
<datatype>supersql</datatype>
<default>11</default>
<intro>显示行数</intro>
</attributes>
<attributes>
<name>MeetingType</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>会议类别:0-人大1-政协</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @ShowNum PE_GV_Meeting.*,PE_GV_Suggestion.* FROM PE_GV_Meeting INNER JOIN PE_GV_Suggestion ON PE_GV_Meeting.MeetingId = PE_GV_Suggestion.MeetingId AND PE_GV_Meeting.MeetingType= @MeetingType AND IsPublic= 1 AND Status > 0 Order By InputTime 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">
<xsl:output method="html" />
<xsl:template match="/">
<ul class="oversee_alllist">
<xsl:for-each select="/NewDataSet/Table">
<li>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/SuggestionContent.aspx?SuggestionId=<xsl:value-of select="SuggestionId" />
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="SuggestionTitle"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(SuggestionTitle,30,'...')" />
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,44 @@
<?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="2909" compatibleVersion="" />
<attributes>
<name>ShowNum</name>
<datatype>supersql</datatype>
<default>11</default>
<intro>显示行数</intro>
</attributes>
<attributes>
<name>MeetingType</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>会议类别:0-人大1-政协</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @ShowNum PE_GV_Meeting.*,PE_GV_Proposal.* FROM PE_GV_Meeting INNER JOIN PE_GV_Proposal ON PE_GV_Meeting.MeetingId = PE_GV_Proposal.MeetingId AND PE_GV_Meeting.MeetingType= @MeetingType AND IsPublic= 1 AND Status > 0 Order By InputTime 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">
<xsl:output method="html" />
<xsl:template match="/">
<ul class="oversee_alllist">
<xsl:for-each select="/NewDataSet/Table">
<li>
<a>
<xsl:attribute name="href">{PE.SiteConfig.ApplicationPath/}Government/Supervision/ProposalContent.aspx?ProposalId=<xsl:value-of select="ProposalId" />
</xsl:attribute>
<xsl:attribute name="title"><xsl:value-of select="ProposalTitle"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(ProposalTitle,30,'...')" />
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,27 @@
<?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="2900" compatibleVersion="" />
<attributes>
<name>proposalId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT UserName FROM PE_GV_Committee WHERE CommitteeId IN(SELECT CommitteeId FROM PE_GV_Proposer WHERE ProposalId = @proposalId)</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="proposalId" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<xsl:value-of select="UserName"/>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,35 @@
<?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="2900" compatibleVersion="" />
<attributes>
<name>categoryId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案类型ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT * FROM PE_GV_ProposalCategory 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: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:when>
<xsl:otherwise>
<xsl:value-of select="/NewDataSet/Table/Name"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,65 @@
<?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="2904" compatibleVersion="" />
<attributes>
<name>departmentId</name>
<datatype>supersql</datatype>
<default>12</default>
<intro>部门ID</intro>
</attributes>
<attributes>
<name>InfoId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT [Content] FROM PE_GV_ReplyLetter WHERE DepartmentId = @departmentId AND Status=1 AND InfoId = @InfoId AND InfoType=@InfoType</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="departmentId" />
<xsl:param name="proposalId" />
<xsl:param name="InfoTitle" />
<xsl:output method="html" />
<xsl:template match="/">
<xsl:choose>
<xsl:when test="NewDataSet/Table">
<dl id="reply" class="Os_reply">
<dt>对《<xsl:value-of select="$InfoTitle"/>》的复函</dt>
<dd>
<xsl:value-of disable-output-escaping="yes" select="NewDataSet/Table/Content"/>
</dd>
</dl>
</xsl:when>
<xsl:otherwise>
<dl id="reply" class="Os_reply">
<dt>对《<xsl:value-of select="$InfoTitle"/>》的复函</dt>
<dd>
还没有回复函!
</dd>
</dl>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>InfoType</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>参数说明</intro>
</attributes>
<attributes>
<name>InfoTitle</name>
<datatype>string</datatype>
<default>默认值</default>
<intro>参数说明</intro>
</attributes>
</root>
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>政务督查</LabelType>
<LabelIntro>提交提案图片链接</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>static</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="2903" compatibleVersion="" />
<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:output method="html" />
<xsl:template match="/">
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}User/Government/Proposal.aspx
</xsl:attribute>
<xsl:attribute name="title">
</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="src">{PE.SiteConfig.SkinPath/}images/Os_in.gif</xsl:attribute>
<xsl:attribute name="border">0</xsl:attribute>
</xsl:element>
</a>
<div class="c_spacing"></div>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/CPPCCList.aspx
</xsl:attribute>
<xsl:attribute name="title">
</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="src">{PE.SiteConfig.SkinPath/}images/Os_CPPCC.jpg</xsl:attribute>
<xsl:attribute name="border">0</xsl:attribute>
</xsl:element>
</a>
<div class="c_spacing"></div>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/NPCList.aspx
</xsl:attribute>
<xsl:attribute name="title">
</xsl:attribute>
<xsl:element name="img">
<xsl:attribute name="src">{PE.SiteConfig.SkinPath/}images/Os_NPC.jpg</xsl:attribute>
<xsl:attribute name="border">0</xsl:attribute>
</xsl:element>
</a>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,66 @@
<?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="3000" compatibleVersion="" />
<attributes>
<name>InfoId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>参数说明</intro>
</attributes>
<attributes>
<name>InfoType</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>
</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP 1 PE_GV_Assign.* FROM PE_GV_Assign WHERE InfoId=@InfoId AND InfoType=@InfoType AND AssignType=1</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="InfoId" />
<xsl:param name="InfoType" />
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<table class="sgrayline1" border="0" cellpadding="2" cellspacing="1">
<tr>
<td colspan="2">
<span><strong>交办意见</strong></span>
</td>
</tr>
<tr>
<td>
<strong>承办单位:</strong>
</td>
<td>
{PE.Label id="GOV_得到部门名称" departmentId="<xsl:value-of select="DepartmentId"/>" /}
</td>
</tr>
<tr>
<td>
<strong>交办日期:</strong>
</td>
<td>
<xsl:value-of select="pe:FormatDate(/NewDataSet/Table/UndertakeTime,'yyyy-mm-dd')"/>
</td>
</tr>
<tr>
<td>
<strong>办理时限:</strong>
</td>
<td>
<xsl:value-of select="pe:FormatDate(/NewDataSet/Table/Timelimit,'yyyy-mm-dd')"/>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>政务督查</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>
</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="2512" compatibleVersion="" />
<attributes>
<name>proposalId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT * FROM PE_GV_Proposal WHERE ProposalId = @proposalId AND IsPublic = 1 AND Status &gt; 0</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="xml" />
<xsl:template match="/">
<Root>
<ProposalId>
<xsl:value-of select="/NewDataSet/Table/ProposalId"/>
</ProposalId>
<ProposalTitle>
<xsl:value-of select="/NewDataSet/Table/ProposalTitle"/>
</ProposalTitle>
<Content>
<xsl:value-of disable-output-escaping="yes" select="/NewDataSet/Table/Content"/>
</Content>
<InputTime>
<xsl:value-of select="pe:FormatDate(/NewDataSet/Table/InputTime,'yyyy-mm-dd')"/>
</InputTime>
<ProposalOrigin>
<xsl:value-of select="/NewDataSet/Table/ProposalOrigin"/>
</ProposalOrigin>
<IsReserch>
<xsl:choose>
<xsl:when test="/NewDataSet/Table/IsReserch = 'true'">
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</IsReserch>
<Category>
{PE.Label id="得到提案类型" categoryId="<xsl:value-of select="/NewDataSet/Table/CategoryId"/>" /}
</Category>
<Inputer>
<xsl:value-of select="/NewDataSet/Table/Inputer"/>
</Inputer>
<ReplyContact>
<xsl:value-of select="/NewDataSet/Table/ReplyContact"/>
</ReplyContact>
<DepartmentId>
{PE.Label id="GOV_得到部门名称" departmentId="<xsl:value-of select="/NewDataSet/Table/DepartmentId"/>" /}
</DepartmentId>
</Root>
</xsl:template>
</xsl:transform>]]></LabelTemplate>
</root>
@@ -0,0 +1,33 @@
<?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="3002" compatibleVersion="" />
<UsePage>True</UsePage>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT TOP @pagesize PE_GV_Committee.*,PE_GV_Meeting.* FROM PE_GV_Committee INNER JOIN PE_GV_Meeting ON PE_GV_Committee.MeetingId = PE_GV_Meeting.MeetingId WHERE MeetingType= 1 AND PE_GV_Committee.CommitteeId NOT IN(SELECT TOP @startrow PE_GV_Committee.CommitteeId FROM PE_GV_Committee INNER JOIN PE_GV_Meeting ON PE_GV_Committee.MeetingId = PE_GV_Meeting.MeetingId WHERE MeetingType= 1) ORDER BY CommitteeId DESC</LabelSqlString>
<LabelSqlCount>SELECT count(*) FROM PE_GV_Committee INNER JOIN PE_GV_Meeting ON PE_GV_Committee.MeetingId = PE_GV_Meeting.MeetingId WHERE MeetingType=1</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:output method="html" />
<xsl:template match="/">
<xsl:for-each select="NewDataSet/Table">
<tr>
<td class="osName">
<xsl:value-of select="TrueName"/>
</td>
<td>
{PE.Label id="获取代表团界别" GroupId="<xsl:value-of select="GroupId"/>" GroupType="1" /}
</td>
</tr>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,48 @@
<?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="2902" compatibleVersion="" />
<attributes>
<name>ShowNum</name>
<datatype>supersql</datatype>
<default>11</default>
<intro>显示行数</intro>
</attributes>
<attributes>
<name>TitleLen</name>
<datatype>int</datatype>
<default>25</default>
<intro>标题长度</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT TOP @ShowNum PE_GV_Proposal.*,PE_GV_Meeting.* FROM PE_GV_Proposal INNER JOIN PE_GV_Meeting ON PE_GV_Proposal.MeetingId = PE_GV_Meeting.MeetingId AND MeetingType = 1 AND Status > 0 AND IsPublic = 1 Order By InputTime 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">
<xsl:param name="ShowNum" />
<xsl:param name="TitleLen" />
<xsl:output method="html" />
<xsl:template match="/">
<ul class="oversee_alllist">
<xsl:for-each select="/NewDataSet/Table">
<li>
<span>[<xsl:value-of select="pe:FormatDate(InputTime,'yyyy-mm-dd')"/>]</span>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/ProposalContent.aspx?ProposalId=<xsl:value-of select="ProposalId" />
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="ProposalTitle"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(ProposalTitle,$TitleLen,'...')"/>
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
</root>
@@ -0,0 +1,143 @@
<?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="2904" compatibleVersion="" />
<attributes>
<name>MeetingType</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>会议类别</intro>
</attributes>
<attributes>
<name>MeetingId</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>属于哪个会议</intro>
</attributes>
<attributes>
<name>Keyword</name>
<datatype>supersql</datatype>
<default>
</default>
<intro>关键字</intro>
</attributes>
<attributes>
<name>TitleLen</name>
<datatype>supersql</datatype>
<default>50</default>
<intro>标题长度</intro>
</attributes>
<IsXsltSql>true</IsXsltSql>
<IsXsltCountSql>true</IsXsltCountSql>
<LabelSqlString>
<![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">
<!--要使用上一步定义的自定义参数,要作为XSLT参数使用,务必要在这里声明。如:<xsl:param name="myPara" />.引用该参数:$myPara -->
<xsl:param name="MeetingType" />
<xsl:param name="MeetingId" />
<xsl:param name="Keyword" />
<xsl:output method="xml" />
<xsl:template match="/">
<!--请按提示编辑,保持该模板结构的正确性-->
<root>
<sql>
<!--请在这里编写你的SQL语句-->
SELECT TOP @pagesize * FROM PE_GV_Proposal, PE_GV_Meeting WHERE PE_GV_Proposal.MeetingId = PE_GV_Meeting.MeetingId AND PE_GV_Proposal.Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 1">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword!=''">
AND ProposalTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Proposal.MeetingId=@MeetingId
</xsl:if>
AND PE_GV_Proposal.ProposalId NOT IN(SELECT TOP @startrow PE_GV_Proposal.ProposalId FROM PE_GV_Proposal, PE_GV_Meeting WHERE PE_GV_Proposal.MeetingId = PE_GV_Meeting.MeetingId AND Status > 0 AND IsPublic = 1 AND ProposalTitle like '%@Keyword%'
<xsl:if test="$MeetingType = 1">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword!=''">
AND ProposalTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Proposal.MeetingId=@MeetingId
</xsl:if>
ORDER BY InputTime DESC)
ORDER BY InputTime DESC
</sql>
<sqlpage>
<!--请在这里编写你的SQL分页查询语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
SELECT TOP @pagesize * FROM PE_GV_Proposal, PE_GV_Meeting WHERE PE_GV_Proposal.MeetingId = PE_GV_Meeting.MeetingId AND PE_GV_Proposal.Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 1">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword!=''">
AND ProposalTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Proposal.MeetingId=@MeetingId
</xsl:if>
AND PE_GV_Proposal.ProposalId NOT IN(SELECT TOP @startrow PE_GV_Proposal.ProposalId FROM PE_GV_Proposal, PE_GV_Meeting WHERE PE_GV_Proposal.MeetingId = PE_GV_Meeting.MeetingId AND Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 1">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword!=''">
AND ProposalTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Proposal.MeetingId=@MeetingId
</xsl:if>
ORDER BY InputTime DESC)
ORDER BY InputTime DESC
</sqlpage>
<countsql>
<!--请在这里编写你的分页SQL语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
select count(*) from PE_GV_Proposal, PE_GV_Meeting WHERE PE_GV_Proposal.MeetingId = PE_GV_Meeting.MeetingId AND PE_GV_Proposal.Status > 0 AND IsPublic = 1
<xsl:if test="$MeetingType = 1">
AND PE_GV_Meeting.MeetingType = @MeetingType
</xsl:if>
<xsl:if test="$Keyword !=''">
AND ProposalTitle like '%@Keyword%'
</xsl:if>
<xsl:if test="$MeetingId > 0">
AND PE_GV_Proposal.MeetingId=@MeetingId
</xsl:if>
</countsql>
</root>
</xsl:template>
</xsl:transform>]]></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:output method="html" />
<xsl:param name="TitleLen" />
<xsl:template match="/">
<ul class="oversee_alllist">
<xsl:for-each select="/NewDataSet/Table">
<li>
<span>
[<xsl:value-of select="pe:FormatDate(InputTime,'yyyy-mm-dd')" />]
</span>
<a>
<xsl:attribute name="href">
{PE.SiteConfig.ApplicationPath/}Government/Supervision/ProposalContent.aspx?ProposalId=<xsl:value-of select="ProposalId" />
</xsl:attribute>
<xsl:attribute name="title">
<xsl:value-of select="ProposalTitle"/>
</xsl:attribute>
<xsl:value-of select="pe:CutText(ProposalTitle,$TitleLen,'...')" />
</a>
</li>
</xsl:for-each>
</ul>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<UsePage>True</UsePage>
<LabelSqlCount><![CDATA[请在上面的<countsql></countsql>标记之间写分页SQL查询语句
select count(id) from database]]></LabelSqlCount>
<LabelSqlPage>请先建立SQL分页语句</LabelSqlPage>
</root>
@@ -0,0 +1,55 @@
<?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="2905" compatibleVersion="" />
<attributes>
<name>InfoId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案ID</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT * FROM PE_GV_Assign WHERE InfoId = @InfoId AND InfoType=@InfoType Order BY AssignType ASC</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="InfoId" />
<xsl:param name="InfoTitle" />
<xsl:param name="InfoType" />
<xsl:output method="html" />
<xsl:template match="/">
<xsl:for-each select="NewDataSet/Table">
<div id="replyinfo" class="Os_replyinfo">
<xsl:choose>
<xsl:when test="AssignType=1">
<span>承办单位复函</span>
</xsl:when>
<xsl:otherwise>
<span>协办单位复函</span>
</xsl:otherwise>
</xsl:choose>
{PE.Label id="GOV_得到部门名称" departmentId="<xsl:value-of select="/NewDataSet/Table/DepartmentId"/>" /}
</div>
{PE.Label id="承办单位回复内容" InfoId="<xsl:value-of select="$InfoId"/>" InfoTitle="<xsl:value-of select="$InfoTitle"/>" InfoType="<xsl:value-of select="$InfoType"/>" departmentId="<xsl:value-of select="DepartmentId"/>" /}
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>InfoTitle</name>
<datatype>string</datatype>
<default>
</default>
<intro>提案标题</intro>
</attributes>
<attributes>
<name>InfoType</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>1-建议 2-提案</intro>
</attributes>
</root>
@@ -0,0 +1,153 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>政务督查</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>True</EnabelAjax>
<Version officialVersion="" modifiedVersions="2902" compatibleVersion="" />
<attributes>
<name>InfoId</name>
<datatype>supersql</datatype>
<default>1</default>
<intro>提案ID</intro>
</attributes>
<IsXsltSql>true</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![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">
<!--要使用上一步定义的自定义参数,要作为XSLT参数使用,务必要在这里声明。如:<xsl:param name="myPara" />.引用该参数:$myPara -->
<xsl:output method="xml" />
<xsl:param name="InfoId" />
<xsl:param name="InfoType" />
<xsl:template match="/">
<!--请按提示编辑,保持该模板结构的正确性-->
<root>
<sql>
<xsl:if test="$InfoType = 1">
SELECT Status FROM PE_GV_Proposal WHERE ProposalId = @InfoId AND IsPublic = 1
</xsl:if>
<xsl:if test="$InfoType = 0">
SELECT Status FROM PE_GV_Suggestion WHERE SuggestionId = @InfoId AND IsPublic = 1
</xsl:if>
</sql>
<sqlpage>
<!--请在这里编写你的SQL分页查询语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
</sqlpage>
<countsql>
<!--请在这里编写你的分页SQL语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
</countsql>
</root>
</xsl:template>
</xsl:transform>]]></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="InfoId" />
<xsl:param name="InfoType" />
<xsl:variable name="isAllSupervisionComment" select="pe:IsAllSupervisionComment()"/>
<xsl:output method="html" />
<xsl:template match="/NewDataSet/Table">
<xsl:choose>
<xsl:when test="Status = 7 and $isAllSupervisionComment = 'true'">
<script language="javascript" type="text/javascript">
function ifReplyContent(obj)
{
if(document.activeElement.id == obj.id &amp;&amp; obj.value == '请在此输入您的评价......')
{
obj.value = "";
}
}
function addProposalEvaluation()
{
var RCon = document.getElementById("replyContent");
if(RCon.value == '' || RCon.value == '请在此输入您的评价......')
{
alert("请输入您的评价");
RCon.focus();
return false;
}
var m_Marks;
var reviews = document.getElementsByName("reviewPleased");
for (var i = 0; i &lt; reviews.length; i++) {
if (reviews[i].checked) {
m_Marks = reviews[i].value;
}
}
var xtext={type:"addProposalEvaluation",InfoId:<xsl:value-of select="$InfoId" />,InfoType:<xsl:value-of select="$InfoType" />,replyContent:RCon.value,marks:m_Marks};
var xmlDoc=jQuery.CreateXmlDoc(xtext);
$.ajax({
type:"POST",
processData: false,
url:"{PE.SiteConfig.AjaxSitepath/}Ajax.aspx?HandlerName=GovAjaxHandler",
data:xmlDoc,
success:function(xmlDoc)
{
var status = xmlDoc.getElementsByTagName("status")[0].firstChild.data;
switch (status) {
case "ok":
alert("添加评价成功");
window.location= '{PE.SiteConfig.applicationpath/}User/Government/EvaluationManage.aspx';
break;
case "err":
var msg=xmlDoc.getElementsByTagName("body")[0].firstChild.data;
alert(msg);
location.reload();
break;
}
}
});
}
</script>
<dt>
<input type="submit" value="代表填写对办理工作及本案答复结果的意见" onclick="javascript:document.getElementById('ddProposalEvaluation').style.display = '';" />
</dt>
<dd id="ddProposalEvaluation" style="display:none">
<table width="100%" cellspacing="1" cellpadding="0" border="0" class="appraisal">
<tr>
<th colspan="4">
<b>满意度调查:</b>
<label>
<input type="radio" value="1" name="reviewPleased" checked="checked"/>满意 </label>
<label>
<input type="radio" value="2" name="reviewPleased"/>基本满意 </label>
<label>
<input type="radio" value="3" name="reviewPleased"/>不满意</label>
</th>
</tr>
<tr>
<td class="tdleft" style="width:15%">代表名:</td>
<td>
<xsl:value-of select="pe:LoginedUserName()"/>
</td>
</tr>
<tr>
<td class="tdleft">代表对办理工作及本件答复结果的意见</td>
<td>
<textarea name="replyContent" rows="10" class="inputtext2" onfocus='ifReplyContent(this)' tabindex="4" id="replyContent">请在此输入您的评价......</textarea>
</td>
</tr>
</table>
<div class="appraisal_login">
<input name="" class="inputbutton2" type="button" value="确认提交" onClick="addProposalEvaluation()" />
</div>
</dd>
</xsl:when>
<xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>InfoType</name>
<datatype>int</datatype>
<default>0</default>
<intro>0--建议 1--提案</intro>
</attributes>
</root>
@@ -0,0 +1,71 @@
<?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="3003" compatibleVersion="" />
<attributes>
<name>GroupId</name>
<datatype>sql.int</datatype>
<default>3</default>
<intro>所属的组</intro>
</attributes>
<IsXsltSql>true</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>
<![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">
<!--要使用上一步定义的自定义参数,要作为XSLT参数使用,务必要在这里声明。如:<xsl:param name="myPara" />.引用该参数:$myPara -->
<xsl:param name="GroupId" />
<xsl:param name="GroupType" />
<xsl:output method="xml" />
<xsl:template match="/">
<!--请按提示编辑,保持该模板结构的正确性-->
<root>
<sql>
<xsl:choose>
<xsl:when test="$GroupType=1">
SELECT SectorName FROM PE_Gv_Sector WHERE SectorId=@GroupId
</xsl:when>
<xsl:otherwise>
SELECT DelegationName FROM PE_GV_Delegation WHERE DelegationId=@GroupId
</xsl:otherwise>
</xsl:choose>
</sql>
<sqlpage>
<!--请在这里编写你的SQL分页查询语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
</sqlpage>
<countsql>
<!--请在这里编写你的分页SQL语句,只有下面启用了分页SQL的XSLT编程支持这里才有效-->
</countsql>
</root>
</xsl:template>
</xsl:transform>]]>
</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:output method="html" />
<xsl:param name="GroupType" />
<xsl:template match="/NewDataSet/Table">
<xsl:choose>
<xsl:when test="$GroupType=1">
<xsl:value-of select="SectorName"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="DelegationName"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]>
</LabelTemplate>
<attributes>
<name>GroupType</name>
<datatype>int</datatype>
<default>1</default>
<intro>0--人大 1--政协</intro>
</attributes>
</root>