Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Windows
/
System32
/
srm
/
xslt
/
View File Name :
FoldersByProperty_CSV.xsl
<?xml version="1.0"?> <!-- Copyright (C) 2004, Microsoft Corporation --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:global="urn:srm-extension-obj" > <!-- Common definitions --> <xsl:include href="Common_CSV.xsl"/> <xsl:include href="functions.xsl"/> <!-- Main entry point --> <xsl:template match="StorageReport"> <xsl:apply-templates select="ReportHeader"/> <xsl:value-of select="$NewLine" /> <xsl:apply-templates select="ReportSummary"/> <xsl:value-of select="$NewLine" /> <xsl:apply-templates select="ReportData"/> <xsl:value-of select="$NewLine" /> </xsl:template> <xsl:template match="ReportData"> <xsl:value-of select="$SrmStringRes_ReportStatistics"/> <xsl:text>:</xsl:text> <xsl:value-of select="$NewLine" /> <xsl:value-of select="$SrmStringRes_Folder"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_Value"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_FolderOwner"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_Created"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_Owner"/> <xsl:text>,</xsl:text> <xsl:value-of select="$NewLine" /> <xsl:apply-templates select="Item"/> </xsl:template> <xsl:template match="Item"> <xsl:value-of select="global:CsvCell(string(FullPath))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(string(Value))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(string(FolderOwnerEmail_MS))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(string(CreationTimeString))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(string(OwnerUsername))"/> <xsl:value-of select="$NewLine" /> </xsl:template> <!-- Report Summary rendering --> <xsl:template match="ReportSummary"> <xsl:call-template name="FolderReportTotals"/> <xsl:call-template name="FolderCountBySummaries"/> </xsl:template> </xsl:stylesheet>