.=< { Star Gans Tq } >=.

  • Home

  • Killme
  • Download
  • Current Path : /home/m/e/h/meharicl/www/phpBB3/adm/style/
    Upload File
    @Command ~ $  
    Current File : /home/m/e/h/meharicl/www/phpBB3/adm/style/progress_bar.html

    <!-- INCLUDE simple_header.html -->
    
    <script>
    // <![CDATA[
    	/**
    	* Close previously opened popup
    	*/
    	function close_popup()
    	{
    		if (opener != null)
    		{
    			if (opener.close_waitscreen != null)
    			{
    				if (opener.close_waitscreen == 1)
    				{
    					opener.close_waitscreen = 0;
    					self.close();
    					return 0;
    				}
    			}
    		}
    		setTimeout("close_popup()", 1000);
    		return 0;
    	}
    // ]]>
    </script>
    
    <div class="successbox">
    	<h3>{L_PROGRESS}</h3>
    	<img src="images/progress_bar.gif" alt="{L_PROGRESS}" />
    	<p>{L_PROGRESS_EXPLAIN}</p>
    </div>
    
    <script>
    // <![CDATA[
    	close_popup();
    // ]]>
    </script>
    
    <!-- INCLUDE simple_footer.html -->