文件操作 - updatepg.xsl
返回文件管理
返回主菜单
删除本文件
文件: /opt/dell/srvadmin/var/lib/openmanage/xslroot/sm/template/common/updatepg.xsl
编辑文件内容
<?xml version="1.0" encoding="UTF-8"?> <!-- The create virtual disk progress page is divided into two parts. The initial wepblugin, VDProgressWebPlugin.java, is called to basically set up the prograss bar using the stylesheet, progress.xsl. Note that it then points to VDProgressUpdateWebPlugin.java to get the updates for the progress. That web plugin returns the data to updatepg.xsl to display the actual progress. --> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <xsl:template match="/OMA"> <DataArea progressbar="true" email="false"> <ProgressBar progressdata="true"> <ProgressData> <xsl:attribute name="iscomplete"><xsl:value-of select="iscomplete"/></xsl:attribute> <DataBar name="VirtualDiskProgressBar"> <xsl:attribute name="percentcomplete"><xsl:value-of select="percentcomplete"/></xsl:attribute> <xsl:attribute name="execstatus"><xsl:value-of select="execstatus"/></xsl:attribute> <xsl:attribute name="allpassesdone"><xsl:value-of select="allpassesdone"/></xsl:attribute> <xsl:attribute name="passnum"><xsl:value-of select="passnum"/></xsl:attribute> <xsl:attribute name="totalpasses"><xsl:value-of select="totalpasses"/></xsl:attribute> <xsl:attribute name="message"><xsl:value-of select="message"/></xsl:attribute> </DataBar> </ProgressData> </ProgressBar> </DataArea> </xsl:template> </xsl:stylesheet>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件