<?xml version="1.0" encoding="ISO-8859-15"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslc="http://xslcomponents.org/TR/WD-xslc">
	<xsl:import href="../../xslc.xsl"/>
	<xsl:import href="../../Common.xsl"/>
	<xsl:template match="/">
		<xsl:apply-templates select="document"/>
	</xsl:template>
	<xsl:template match="document">
		<xsl:call-template name="xslc:Page">
			<xsl:with-param name="BodyAttributes">
				<Attributes onload="StartReport();"/>
			</xsl:with-param>
			<xsl:with-param name="Head">
				<META HTTP-EQUIV="Cache-Control" CONTENT="must-revalidate, post-check=0, pre-check=0"/>
				<META HTTP-EQUIV="imagetoolbar" CONTENT="no"/>
				<script language="javascript">
					<![CDATA[function StartReport() 
{  
setTimeout("GetReport()", 5000);
}]]>
					<![CDATA[function GetReport() 
{  ]]>
					<xsl:if test="/document/Params/SPLScanWait!=-1">var obj_win = window.open('', '_self');

obj_win.opener = window;
obj_win.focus();
opener = self; self.close();

//window.close();
//window.location.href ='<xsl:value-of select="/document/Aliases/bdVODLL"/>ListVO';
</xsl:if>} </script>
			</xsl:with-param>
			<xsl:with-param name="PageTitle">
				<img align="absmiddle" src="{$XMLC_PictosPath}ico_service.gif"/>
			</xsl:with-param>
			<xsl:with-param name="ToolbarButtonsLeft">
				<ToolbarButton>
					<xsl:call-template name="ToolButtonRefresh"/>
				</ToolbarButton>
				<ToolbarButton>
					<img border="0" src="{$XMLC_SkinPath}toolbar_separator.gif"/>
				</ToolbarButton>
				<xsl:call-template name="CommonToolbarButtonsLeft"/>
			</xsl:with-param>
			<xsl:with-param name="Body">
				<xsl:call-template name="xslc:ApplicationMessages"/>
				<xsl:value-of select="/document/InfoStatus"/>
				<br/>
				<xsl:value-of select="/document/Params/rptname"/>
				<br/>
				<xsl:value-of select="/document/Params/SPLScanStatus"/>
				<xsl:call-template name="xslc:PoweredBy"/>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
</xsl:stylesheet>
