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
/
Edit File Name :
QuotaUsage_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"/> <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:value-of select="$NewLine" /> <xsl:value-of select="$SrmStringRes_Folder"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_Owner"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_QuotaMB"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_UsageMB"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_PercentUsed"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_PeakUsage"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_PeakUsageTime"/> <xsl:value-of select="$NewLine" /> <xsl:apply-templates select="Item"/> <xsl:value-of select="$NewLine" /> </xsl:template> <xsl:template match="Item"> <xsl:value-of select="global:CsvCell(string(Folder))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(string(Owner))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(global:ConvertToMb(string(Limit)))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(global:ConvertToMb(string(Used)))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(PercentUsed)"/> <xsl:text> %</xsl:text> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(global:ConvertToMb(string(PeakUsage)))"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(PeakUsageTime)"/> <xsl:value-of select="$NewLine" /> </xsl:template> <xsl:template match="ReportSummary"> <xsl:value-of select="$SrmStringRes_ReportTotals"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="$SrmStringRes_FilesShownInTheReport"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="$SrmStringRes_Quotas"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_QuotaUsageMB"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="global:CsvCell(ReportTotals/@QuotaCount)"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(global:ConvertToMb(string(ReportTotals/@Used)))"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="$SrmStringRes_AllFilesMatchingReportCriteria"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="$SrmStringRes_Quotas"/> <xsl:text>,</xsl:text> <xsl:value-of select="$SrmStringRes_QuotaUsageMB"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="global:CsvCell(NamespaceTotals/@QuotaCount)"/> <xsl:text>,</xsl:text> <xsl:value-of select="global:CsvCell(global:ConvertToMb(string(NamespaceTotals/@Used)))"/> <xsl:value-of select="$NewLine" /> <xsl:value-of select="$NewLine" /> </xsl:template> </xsl:stylesheet>
Save