first commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user