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,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>