first commit
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0"?>
|
||||
<root>
|
||||
<LabelType>政务公开</LabelType>
|
||||
<LabelIntro>申请进度结果信息</LabelIntro>
|
||||
<OutType>sin</OutType>
|
||||
<LabelDataType>static</LabelDataType>
|
||||
<EnabelAjax>False</EnabelAjax>
|
||||
<attributes>
|
||||
<name>Type</name>
|
||||
<datatype>supersql</datatype>
|
||||
<default>0</default>
|
||||
<intro>类型</intro>
|
||||
</attributes>
|
||||
<attributes>
|
||||
<name>Name</name>
|
||||
<datatype>string</datatype>
|
||||
<default>
|
||||
</default>
|
||||
<intro>名称</intro>
|
||||
</attributes>
|
||||
<attributes>
|
||||
<name>ApplicationFormNumber</name>
|
||||
<datatype>string</datatype>
|
||||
<default>
|
||||
</default>
|
||||
<intro>查询码</intro>
|
||||
</attributes>
|
||||
<UsePage>False</UsePage>
|
||||
<IsXsltSql>false</IsXsltSql>
|
||||
<IsXsltCountSql>false</IsXsltCountSql>
|
||||
<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">
|
||||
<!--params-->
|
||||
<xsl:param name="Type"/>
|
||||
<xsl:param name="Name"/>
|
||||
<xsl:param name="ApplicationFormNumber"/>
|
||||
<xsl:output method="html" />
|
||||
<xsl:template match="/">
|
||||
<div class="govDir_box">
|
||||
<dl>
|
||||
<dt>
|
||||
<a href="#" class="titlechg">
|
||||
<span>依申请进度</span>
|
||||
</a>
|
||||
</dt>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="c_spacing">
|
||||
</div>
|
||||
{PE.Label id="申请进度信息" Type="<xsl:value-of select="$Type"/>" Name="<xsl:value-of select="$Name"/>" ApplicationFormNumber="<xsl:value-of select="$ApplicationFormNumber"/>"/}
|
||||
<div class="App_bottom">
|
||||
<a href="javascript:history.back();">返回</a>
|
||||
</div>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>]]></LabelTemplate>
|
||||
</root>
|
||||
Reference in New Issue
Block a user