[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/adm/style/ -> progress_bar.html (source)

   1  <!-- INCLUDE simple_header.html -->
   2  
   3  <script type="text/javascript">
   4  // <![CDATA[
   5      /**
   6      * Close previously opened popup
   7      */
   8      function close_popup()
   9      {
  10          if (opener != null)
  11          {
  12              if (opener.close_waitscreen != null)
  13              {
  14                  if (opener.close_waitscreen == 1)
  15                  {
  16                      opener.close_waitscreen = 0;
  17                      self.close();
  18                      return 0;
  19                  }
  20              }
  21          }
  22          setTimeout("close_popup()", 1000);
  23          return 0;
  24      }
  25  // ]]>
  26  </script>
  27  
  28  <div class="successbox">
  29      <h3>{L_PROGRESS}</h3>
  30      <img src="images/progress_bar.gif" alt="{L_PROGRESS}" />
  31      <p>{L_PROGRESS_EXPLAIN}</p>
  32  </div>
  33  
  34  <script type="text/javascript">
  35  // <![CDATA[
  36      close_popup();
  37  // ]]>
  38  </script>
  39  
  40  <!-- INCLUDE simple_footer.html -->


Generated: Wed Oct 2 15:03:47 2013 Cross-referenced by PHPXref 0.7.1