utils.htmli 655 B

123456789101112131415
  1. <!-- The mechanism by which we black out the screen and affix the
  2. the spotlight on a smaller portion of it. -->
  3. <div id="blackScreenDivId" style="display:none"></div>
  4. <!-- The image we use to let users know something is loading, and
  5. that they should wait. Starts off showing by default, so it's
  6. up to the container application to hide this using the
  7. hideLoadingImg() method from utils.js. -->
  8. <div id="loadingDivId">
  9. <div id="loadingBlackScreenDivId"></div>
  10. <img id="loadingImgId" src="../images/loadingLarge.gif"/>
  11. </div>
  12. <!-- Placeholder for our informational YUI panel. -->
  13. <div id="informationalPanelContainerDivId"></div>