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 :
DuplicateFiles_TXT.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" > <!-- XSLT parameters --> <xsl:param name="IsActiveHTML"/> <xsl:param name="RelativeFilesPath"/> <!-- Common definitions --> <xsl:include href="Common_TXT.xsl"/> <xsl:include href="functions.xsl"/> <!-- Main entry point --> <xsl:template match="StorageReport"> <HTML> <STYLE> BODY {font-family:tahoma;font-size:9pt} TD {font-size:8pt} TABLE {border-collapse:collapse} </STYLE> <BODY id="BodyID"> <p><xsl:apply-templates select="ReportHeader"/> </p> <p><xsl:apply-templates select="ReportSummary"/> </p> <p><xsl:apply-templates select="ReportData"/> </p> </BODY> </HTML> </xsl:template> <!-- Report Body rendering --> <xsl:template match="ReportData"> <a name="ReportStatistics"/> <xsl:apply-templates select="DuplicateGroup"/> </xsl:template> <xsl:template match="DuplicateGroup"> <TABLE BORDER="1" borderColor="{$DarkBorderColor}" cellPadding="5"> <xsl:if test="$IsActiveHTML = 'yes'"> <xsl:attribute name="style">behavior:url(<xsl:value-of select="$RelativeFilesPath"/>sort.htc)</xsl:attribute> </xsl:if> <THEAD bgColor="{$TableHeaderBackground}" style="font:bold" linesPerItem="2"> <TR noData="yes"> <TD textWidth="104" colSpan="5" style="TEXT-ALIGN: center; COLOR: gray" > <xsl:value-of select="$SrmStringRes_DuplicateGroup"/> </TD> </TR> <TR> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_FileCount"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_TotalSizeOnDiskMB"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_WastedSpaceMB"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_SingleFileSizeOnDiskMB"/> </TD> <TD sort="yes"> <xsl:value-of select="$SrmStringRes_LastModified"/> </TD> </TR> </THEAD> <TBODY> <TR> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="FileCount"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="global:ConvertToMb(string(GroupSize))"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="global:ConvertToMb(string(WastedSpace))"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="global:ConvertToMb(string(FileAllocationSize))"/> </TD> <TD> <xsl:value-of select="LastModificationTime"/> </TD> </TR> <THEAD bgColor="{$TableHeaderBackground}" style="font:bold" linesPerItem="2"> <TR> <TD rowSpan="2" sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_FileName"/> </TD> <TD textWidth="83" colSpan="4" sort="yes" style="{$THeadBottomBorderStyle}"> <xsl:value-of select="$SrmStringRes_Folder"/> </TD> </TR> <TR> <TD colSpan="2" sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_LastAccessed"/> </TD> <TD colSpan="2" textWidth="62" sort="yes" style="{$THeadRightBorderStyle}; TEXT-INDENT: 10pt"> <xsl:value-of select="$SrmStringRes_Owner"/> </TD> </TR> </THEAD> <TBODY> <xsl:apply-templates select="DuplicateFile"/> </TBODY> </TBODY> </TABLE> <p> <a href="#Top-report"> <xsl:value-of select="$SrmStringRes_ToTopOf"/> <xsl:value-of select="$ReportTitle"/></a> </p> </xsl:template> <xsl:template match="DuplicateFile"> <TR> <TD rowSpan="2" style="{$TBodyRightBorderStyle}"> <xsl:value-of select="Name"/> </TD> <TD textWidth="83" colSpan="4" style="{$TBodyBottomBorderStyle}"> <a> <xsl:call-template name="DisplayFolder"/> </a> </TD> </TR> <TR> <TD colSpan="2" style="{$TBodyRightBorderStyle}"> <xsl:value-of select="LastAccessTime"/> </TD> <TD colSpan="2" textWidth="62" style="{$TBodyRightBorderStyle}; TEXT-INDENT: 10pt"> <xsl:value-of select="Owner"/> </TD> </TR> </xsl:template> <!-- Report Summary rendering --> <xsl:template match="ReportSummary"> <p> <a name="ReportTotals"/> <TABLE BORDER="1" borderColor="{$DarkBorderColor}" cellPadding="5" style="TEXT-ALIGN: center; WIDTH: 600px"> <THEAD bgColor="{$TableHeaderBackground}" style="font:bold"> <TR noData="yes"> <TD textWidth="146" colSpan="7" style="COLOR: gray" > <xsl:value-of select="$SrmStringRes_ReportTotals"/> </TD> </TR> <TR> <TD textWidth="62" colSpan="3" style="{$THeadRightBorderStyle};{$THeadBottomBorderStyle}"> <xsl:value-of select="$SrmStringRes_FilesShownInTheReport"/> </TD> <TD textWidth="83" colSpan="4" style="{$THeadBottomBorderStyle}"> <xsl:value-of select="$SrmStringRes_AllFilesMatchingReportCriteria"/> </TD> </TR> <TR> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_DuplicateGroups"/> </TD> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_Files"/> </TD> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_TotalSizeOnDiskMB"/> </TD> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_DuplicateGroups"/> </TD> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_Files"/> </TD> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_TotalSizeOnDiskMB"/> </TD> <TD style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_WastedSpaceMB"/> </TD> </TR> </THEAD> <TBODY> <TR> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="ReportTotals/@DuplicateGroups"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="ReportTotals/@FileCount"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="global:ConvertToMb(string(ReportTotals/@Size))"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="NamespaceTotals/@DuplicateGroups"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="NamespaceTotals/@FileCount"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="global:ConvertToMb(string(NamespaceTotals/@Size))"/> </TD> <TD style="{$TBodyBottomBorderStyle}"> <xsl:value-of select="global:ConvertToMb(string(NamespaceTotals/@WastedSpace))"/> </TD> </TR> </TBODY> </TABLE> </p> <xsl:call-template name="SizeBySummaries"/> </xsl:template> </xsl:stylesheet>
Save