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,39 @@
<?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="3504" compatibleVersion="" />
<IsXsltSql>false</IsXsltSql>
<IsXsltCountSql>false</IsXsltCountSql>
<LabelSqlString>SELECT * FROM PE_USERHITHISTORY WHERE GENERALID=@GeneralID</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:output method="xml" />
<xsl:template match="/">
<table width="100%"><tr>
<xsl:for-each select="NewDataSet/Table">
<td>
<span>
<xsl:attribute name="title">访问时间:<xsl:value-of select='pe:FormatDate(LastHitTime,"yyyy-mm-dd hh:ff")'/>
点击次数:<xsl:value-of select="Hits"/></xsl:attribute>
<xsl:value-of select="UserName"/>
</span>
</td>
<xsl:if test="position() mod 8 = 0">
<tr></tr>
</xsl:if>
</xsl:for-each>
</tr></table>
</xsl:template>
</xsl:stylesheet>]]></LabelTemplate>
<attributes>
<name>GeneralID</name>
<datatype>supersql</datatype>
<default>0</default>
<intro>通用信息ID</intro>
</attributes>
</root>