46 lines
2.7 KiB
XML
46 lines
2.7 KiB
XML
<?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="4502" compatibleVersion="" />
|
|
<attributes>
|
|
<name>licenseregnum</name>
|
|
<datatype>sql.string</datatype>
|
|
<default>
|
|
</default>
|
|
<intro>
|
|
</intro>
|
|
</attributes>
|
|
<IsXsltSql>false</IsXsltSql>
|
|
<IsXsltCountSql>false</IsXsltCountSql>
|
|
<LabelSqlString>SELECT * FROM PE_PPI_U_Personnel WHERE PE_PPI_U_Personnel.LicenseRegNum=@licenseregnum</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="licenseregnum" />
|
|
<xsl:output method="html" />
|
|
<xsl:template match="/">
|
|
<xsl:choose>
|
|
<xsl:when test="count(/NewDataSet/Table) = 0">
|
|
</xsl:when>
|
|
<xsl:otherwise>
|
|
<div class="projectinfo" lang="40" style="display:none">
|
|
{PE.Label id="项目内容详情" catalogId="40" TableName="PE_PPI_U_Personnel" licenseregnum="<xsl:value-of select="$licenseregnum"/>"/}</div>
|
|
<xsl:variable name="arrIdentityCertificateNum">{PE.Label id="获取身份证列表" licenseregnum="<xsl:value-of select="$licenseregnum"/>"/}</xsl:variable>
|
|
<xsl:variable name="arrIdentityCertificateNum1">{PE.Label id="获取身份证列表1" licenseregnum="<xsl:value-of select="$licenseregnum"/>"/}</xsl:variable>
|
|
<xsl:if test="$arrIdentityCertificateNum!=''">
|
|
<div class="projectinfo" lang="41" style="display:none">
|
|
{PE.Label id="项目内容详情" catalogId="41" TableName="PE_PPI_U_Certification" arrIdentityCertificateNum="<xsl:value-of select="$arrIdentityCertificateNum"/>" arrIdentityCertificateNum1="<xsl:value-of select="$arrIdentityCertificateNum1"/>" /}</div>
|
|
<div class="projectinfo" lang="42" style="display:none">
|
|
{PE.Label id="项目内容详情" catalogId="42" TableName="PE_PPI_U_PersonnelGood" arrIdentityCertificateNum="<xsl:value-of select="$arrIdentityCertificateNum"/>" arrIdentityCertificateNum1="<xsl:value-of select="$arrIdentityCertificateNum1"/>"/}</div>
|
|
<div class="projectinfo" lang="43" style="display:none">
|
|
{PE.Label id="项目内容详情" catalogId="43" TableName="PE_PPI_U_PersonnelBad" arrIdentityCertificateNum="<xsl:value-of select="$arrIdentityCertificateNum"/>" arrIdentityCertificateNum1="<xsl:value-of select="$arrIdentityCertificateNum1"/>"/}</div>
|
|
</xsl:if>
|
|
</xsl:otherwise>
|
|
</xsl:choose>
|
|
</xsl:template>
|
|
</xsl:stylesheet>]]></LabelTemplate>
|
|
</root> |