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,63 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<LabelType>WAP类</LabelType>
<LabelIntro>
</LabelIntro>
<OutType>sin</OutType>
<LabelDataType>sql_sysquery</LabelDataType>
<EnabelAjax>False</EnabelAjax>
<Version officialVersion="" modifiedVersions="4002" compatibleVersion="" />
<attributes>
<name>name</name>
<datatype>supersql</datatype>
<default>
</default>
<intro>姓名</intro>
</attributes>
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString><![CDATA[SELECT TOP 1 PE_GV_Letters.* FROM PE_GV_Letters WHERE Name='@name' AND IndexNumber='@indexNumber']]></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="letterId" />
<xsl:output method="html" />
<xsl:template match="/">
<xsl:choose>
<xsl:when test="count(/NewDataSet/Table) = 0">
<p>
信件不存在!<a>
<xsl:attribute name="href">
<xsl:value-of select="pe:GetSiteConfigInfo('rootpath')"/>wap/Letter/Search.aspx</xsl:attribute>重新查询</a>
</p>
</xsl:when>
<xsl:otherwise>
<xsl:for-each select="/NewDataSet/Table">
<div class="article_title">
<xsl:value-of select="Title"/>
</div>
<div class="article_content">
<span>提交人:</span>
<xsl:value-of select="Name"/>
<br/>
<span>写信日期:</span>
<xsl:value-of select="pe:FormatDate(InputTime,'yyyy-mm-dd')"/>
<br/>
<span>受理编号:</span>
<xsl:value-of select="IndexNumber"/>
<br/>
<span>信件内容:</span>
<xsl:value-of disable-output-escaping="yes" select="Content"/>
</div>
</xsl:for-each>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>indexNumber</name>
<datatype>supersql</datatype>
<default>
</default>
<intro>受理编号</intro>
</attributes>
</root>