/source/gl/mb/loading.html

http://prosporous.googlecode.com/ · HTML · 77 lines · 25 code · 5 blank · 47 comment · 0 complexity · 7c6f7cbcb8c169bbc18d77938c8a1f4b MD5 · raw file

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>?????,???LOADDING...</title>
  5. <SCRIPT type=text/javascript>
  6. <!--
  7. var ie5 = (document.all && document.getElementsByTagName);
  8. var step = 0;
  9. function setSB(v, el, inforEl, message) {
  10. if (ie5 || document.readyState == "complete") {
  11. filterEl = el.children[0];
  12. valueEl = el.children[1];
  13. if (filterEl.style.pixelWidth > 0) {
  14. var filterBackup = filterEl.style.filter;
  15. filterEl.style.filter = "";
  16. filterEl.style.filter = filterBackup;
  17. }
  18. filterEl.style.width = v + "%";
  19. valueEl.innerText = v + "%";
  20. inforEl.innerText = message;
  21. }
  22. }
  23. function setSBByStep(v, el, inforEl, message) {
  24. if (ie5 || document.readyState == "complete") {
  25. step = step + v;
  26. filterEl = el.children[0];
  27. valueEl = el.children[1];
  28. if (filterEl.style.pixelWidth > 0) {
  29. var filterBackup = filterEl.style.filter;
  30. filterEl.style.filter = "";
  31. filterEl.style.filter = filterBackup;
  32. }
  33. filterEl.style.width = step + "%";
  34. valueEl.innerText = step + "%"
  35. inforEl.innerText = message;
  36. }
  37. }
  38. function fakeProgress(v, el) {
  39. if (v >= 101)
  40. location.href="<{$url}>";
  41. else {
  42. setSB(v, el, infor, "<{$msg}>");
  43. window.setTimeout("fakeProgress(" + (v + 1) + ", document.all['" + el.id + "'])", 10);
  44. }
  45. }
  46. //-->
  47. </SCRIPT>
  48. <SCRIPT language=javaScript>
  49. </SCRIPT>
  50. </head>
  51. <BODY style="background:url(../images/OAbg.jpg) no-repeat;" topMargin=100 onload=fakeProgress(0,sb)>
  52. <P align="center"><strong><font color="#FFFFFF" size="+6">SevenEL-CMS@Prosperous</font>?</strong></P>
  53. <P>?</P>
  54. <P>?</P><!-- Status Bar Starts -->
  55. <DIV align=center>
  56. <DIV id=sb
  57. style="BORDER-RIGHT: #ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; BACKGROUND: #99ccff; BORDER-LEFT: medium none; WIDTH: 400px; BORDER-BOTTOM: #cccccc 1px solid; HEIGHT: 14px; TEXT-ALIGN: left">
  58. <DIV id=sbChild1
  59. style="FILTER: Alpha(Opacity=0, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0); OVERFLOW: hidden; WIDTH: 100%; POSITION: absolute; HEIGHT: 12px">
  60. <DIV style="BACKGROUND: #000000; WIDTH: 100%" ;height:12px; overflow:
  61. hidden></DIV></DIV>
  62. <DIV
  63. style="FONT-SIZE: 10px; WIDTH: 400px; COLOR: white; FONT-FAMILY: arial; POSITION: absolute; HEIGHT: 14px; TEXT-ALIGN: center"></DIV></DIV><!-- Status Bar Ends -->
  64. <P></P>
  65. <DIV id=infor
  66. style="FONT-SIZE: 11px; WIDTH: 100%; COLOR: #999999; FONT-FAMILY: arial; POSITION: relative; HEIGHT: 14px; TEXT-ALIGN: center"></DIV></DIV></BODY></HTML>