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 :
FileScreenAudit_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"/> <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="146" colSpan="7" style="TEXT-ALIGN: center; COLOR: gray" > <xsl:value-of select="$SrmStringRes_ReportStatistics"/> </TD> </TR> <TR> <TD rowSpan="2" sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_FileName"/> </TD> <TD textWidth="125" colSpan="6" sort="yes" style="{$THeadBottomBorderStyle}"> <xsl:value-of select="$SrmStringRes_Folder"/> </TD> </TR> <TR> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_FileGroup"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_Status"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_Time"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_User"/> </TD> <TD sort="yes" style="{$THeadRightBorderStyle}"> <xsl:value-of select="$SrmStringRes_Process"/> </TD> <TD sort="yes"> <xsl:value-of select="$SrmStringRes_FileScreenPath"/> </TD> </TR> </THEAD> <TBODY> <xsl:apply-templates select="Item"/> </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="Item"> <TR> <TD rowSpan="2" style="{$TBodyRightBorderStyle}"> <xsl:value-of select="FileName"/> </TD> <TD textWidth="125" colSpan="6" style="{$TBodyBottomBorderStyle}"> <a> <xsl:attribute name="href"> <xsl:value-of select="FilePathURL"/> </xsl:attribute> <xsl:value-of select="FilePath"/> </a> </TD> </TR> <TR> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="FileGroup"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="Status"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="Time"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="User"/> </TD> <TD style="{$TBodyRightBorderStyle}"> <xsl:value-of select="Process"/> </TD> <TD> <xsl:attribute name="href"> <xsl:value-of select="FileScreenURL"/> </xsl:attribute> <xsl:value-of select="FileScreenPath"/> </TD> </TR> </xsl:template> </xsl:stylesheet>
Save