Docs/ExperienceUI/index.htm
changeset 0 d5ce4c64ef88
child 15 d3e8fdadd6d6
equal deleted inserted replaced
-1:000000000000 0:d5ce4c64ef88
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
       
     2 <html>
       
     3   <head>
       
     4     <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
       
     5     <title>ExperienceUI Documentation</title>
       
     6     
       
     7     <script type="text/javascript">
       
     8     <!--
       
     9       var params=new Object();var aParams=document.location.search.substr(1).split('&');for (i=0;i<aParams.length;i++) {var aParam=aParams[i].split('=');var sParamName=aParam[0];var sParamValue=aParam[1];params[sParamName]=sParamValue;}
       
    10     
       
    11     function on(img) {
       
    12       document.getElementById(img).src="pages/browser/"+img+"_o.bmp"
       
    13     }
       
    14     
       
    15     function off(img) {
       
    16       document.getElementById(img).src="pages/browser/"+img+".bmp"
       
    17     }
       
    18                                                                     
       
    19     function checkUrl() {
       
    20       if(params['start']) {
       
    21         document.getElementById("content").src="pages/"+unescape(params['start']);
       
    22       }
       
    23     }
       
    24     
       
    25     function ht() {
       
    26       document.getElementById("tb").style.display = "none";
       
    27       document.getElementById("tb_h").style.display = "block";
       
    28       document.getElementById("tb_h").align = "center";
       
    29       document.getElementById("tree").width = "22";
       
    30       document.getElementById("treeframe").style.display = "none";
       
    31     }
       
    32     
       
    33     function st() {
       
    34       document.getElementById("tb").style.display = "block";
       
    35       document.getElementById("tb_h").style.display = "none";
       
    36       document.getElementById("tree").width = "25%";
       
    37       document.getElementById("treeframe").style.display = "block";
       
    38     }
       
    39     
       
    40     function getHeight() {
       
    41         var myHeight = 0;
       
    42         if( typeof( window.innerWidth ) == 'number' ) {
       
    43           myHeight = window.innerHeight;
       
    44         } else if( document.documentElement &&
       
    45             ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
       
    46           myHeight = document.documentElement.clientHeight;
       
    47         } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
       
    48           myHeight = document.body.clientHeight;
       
    49         }
       
    50         return myHeight;
       
    51       }
       
    52       
       
    53       function initPage() {
       
    54         document.getElementById("iewarn").style.display = "none";
       
    55         document.getElementById("body").style.display = "block";
       
    56       }
       
    57     
       
    58     // -->
       
    59     
       
    60     </script>
       
    61     
       
    62     <style type="text/css">
       
    63     
       
    64       .version {
       
    65         font-family: Verdana;
       
    66         font-size: 8pt;
       
    67         text-decoration: none;
       
    68         color: #000000;
       
    69         background-color: #C0D0E0;
       
    70         border-left: #E4E4FF 1px solid;
       
    71         border-top: #E4E4FF 1px solid;
       
    72         border-right: #E4E4FF 1px solid;
       
    73         border-bottom: #E4E4FF 1px solid;
       
    74         padding-left: 10px;
       
    75         padding-right: 10px;
       
    76         PADDING-BOTTOM: 10px;
       
    77         PADDING-TOP: 10px;
       
    78         width: 118px;
       
    79       }
       
    80     
       
    81     </style>
       
    82     
       
    83   </head>
       
    84   
       
    85   <body bgcolor="#456798" style="margin:0px;padding:0px;" onload="checkUrl();initPage();">
       
    86   
       
    87     <table id=iewarn width="70%" border="0" style="color: #FFFFFF; margin-top: 100px;" align="center">
       
    88       <tr>
       
    89         <td>
       
    90           <font face="Verdana">
       
    91             <font size="5">Internet Explorer's security is too high</font><br />
       
    92             <br />
       
    93             <font size="2">Internet Explorer's new security settings, added in Service Pack 2, are preventing the ExperienceUI documentation from properly displaying.  To allow this page to run once, click the Information Bar at the top of the window and click "Allow blocked content...."<br />
       
    94             <br />(recommended) To allow this documentation to run permanently:<br />
       
    95             <br />
       
    96             <b>Note: In rare cases, the procedure below may severely compromise your system's security.  The chances of a problem are rare, however, because all that you are doing is allowing JavaScript code to run on HTML pages on your computer.</b>
       
    97             <ol>
       
    98               <li>Open up Control Panel</li>
       
    99               <li>Double-click Internet Options</li>
       
   100               <li>Click the Advanced tab in the Internet Properties window</li>
       
   101               <li>Scroll down to "Security"</li>
       
   102               <li>Make sure that the second item under "Security", "Allow active content to run in files on my computer", is checked</li>
       
   103               <li>Click OK</li>
       
   104               <li><a style="color: #9090FF" href="index.htm">Reload this page</a></li>
       
   105             </ol></font>
       
   106           </font>
       
   107         </td>
       
   108       </tr>
       
   109     </table>
       
   110   
       
   111     <div id=body style="display: none">
       
   112   
       
   113     <script type="text/javascript">var header='%3Ctable cellspacing=0 id=header border=0 width=100% style="height:100px"%3E%3Ctr height=100%3E%3Ctd%3E%3Cdiv style="position:absolute;left:7px;top:20px"%3E%3Cfont face=Verdana size=7 color="#A0B0F0"%3EExperienceUI%3C\/font%3E%3C\/div%3E%3Cdiv style="position:absolute;left:120px;top:50px"%3E%3Cfont face=Verdana size=6 color="#FFFFFF"%3EDocumentation%3C\/font%3E%3C\/div%3E%3C\/td%3E%3Ctd align=right style="padding-right:10px"%3E%3Cdiv class=version align=center%3E%3Cb%3EVersion:%3C\/b%3E%3Cbr%3E1.11 <!-- <font color=#700000>beta<\/font> --> %3C\/div%3E%3C\/td%3E%3C\/tr%3E%3C\/table%3E';if(params['banner']!="no"){document.write(unescape(header));}</script>
       
   114   
       
   115     <table id=maintable border=0 width="100%" cellspacing=0>
       
   116       
       
   117       <tr style="height:16px">
       
   118       
       
   119         <td bgcolor="#B0B0B0" colspan=2 width="1%" style="padding-top:6px;padding-left:4px;">
       
   120         
       
   121         <script type="text/javascript">
       
   122           function res1() {
       
   123           var ht=getHeight();
       
   124           if(params['banner']!="no") {
       
   125             ht=ht-150
       
   126             ht=parseInt(ht);
       
   127           }
       
   128           document.getElementById("maintable").style.height=ht+"px";
       
   129           }
       
   130         </script>
       
   131 	
       
   132 	  <div id=tb>
       
   133           <a href="javascript:history.back(1)" target=content><img border=0 alt=Back src=pages/browser/back.bmp id=back onmouseup="on('back')" onmousedown="off('back')" onmouseover="on('back')" onmouseout="off('back')"></a>
       
   134           <a href="javascript:history.forward(1)" target=content><img border=0 alt=Forward src=pages/browser/forward.bmp id=forward onmouseup="on('forward')" onmousedown="off('forward')" onmouseover="on('forward')" onmouseout="off('forward')"></a>
       
   135           <a href="javascript:location.reload()" target=content><img border=0 alt=Refresh src=pages/browser/refresh.bmp id=refresh onmouseup="on('refresh')" onmousedown="off('refresh')" onmouseover="on('refresh')" onmouseout="off('refresh')"></a>
       
   136           <a href="pages/welcome.htm" target=content><img border=0 alt=Home src=pages/browser/home.bmp id=home onmouseup="on('home')" onmousedown="off('home')" onmouseover="on('home')" onmouseout="off('home')"></a>
       
   137 	  &nbsp;&nbsp;
       
   138 	  <a href="javascript:ht();"><img border=0 alt="Hide Navigation Tree" src=pages/browser/hide.bmp id=hide onmouseup="on('hide')" onmousedown="off('hide')" onmouseover="on('hide')" onmouseout="off('hide')"></a>
       
   139 	  </div>
       
   140 	  
       
   141 	  <div id=tb_h style=display:none>
       
   142 	  <a href="javascript:st();"><img border=0 alt="Show Navigation Tree" src=pages/browser/go.bmp id=go onmouseup="on('go')" onmousedown="off('go')" onmouseover="on('go')" onmouseout="off('go')"></a>
       
   143 	  </div>
       
   144 	  
       
   145 	</td>
       
   146 	
       
   147         <td id=maintd rowspan=2 width="83%" valign=top style="margin: 0px; padding: 0px" bgcolor="#FFFFFF">
       
   148           <iframe id=content name=content src="pages/welcome.htm" width="100%" frameborder=0>
       
   149           </iframe>
       
   150           
       
   151           <script type="text/javascript">
       
   152             function res2() {
       
   153             var ht=getHeight();
       
   154             if(params['banner']!="no") {
       
   155               ht=ht-110;
       
   156               ht=parseInt(ht);
       
   157             } else {
       
   158               ht=ht-10;
       
   159             }
       
   160             document.getElementById("content").style.height=ht+"px";
       
   161             document.getElementById("maintd").style.height=ht+"px";
       
   162             }
       
   163           </script>
       
   164           
       
   165         </td>
       
   166 	
       
   167       </tr>
       
   168     
       
   169       <tr>
       
   170       
       
   171         <td id=tree width="25%" bgcolor="#FFFFFF" style="border-right: 1px solid #456798">
       
   172           <iframe id=treeframe src="toc.htm" width="100%" height="100%" frameborder=0>
       
   173             ERROR: Your browser doesn't handle in-line frames.  Please upgrade.
       
   174           </iframe>
       
   175           
       
   176           <script type="text/javascript">
       
   177             function res3() {
       
   178             var ht=getHeight();
       
   179             if(params['banner']!="no") {
       
   180               ht=ht-148;
       
   181             } else {
       
   182               ht=ht-43;
       
   183             }
       
   184             //document.getElementById("treeframe").style.height=ht+"px";
       
   185             document.getElementById("tree").style.height=ht+"px";
       
   186             }
       
   187             function res(){res1();res2();res3();}
       
   188             window.onresize=res;
       
   189             res();
       
   190           </script>
       
   191           
       
   192         </td>
       
   193         
       
   194       </tr>
       
   195       
       
   196     </table>
       
   197     
       
   198     </div>
       
   199   
       
   200   </body>
       
   201   
       
   202 </html>