OpenLayers OpenLayers

Changeset 5785

Show
Ignore:
Timestamp:
01/16/08 16:12:36 (1 year ago)
Author:
ianmayo
Message:

Include header panel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/ianmayo/branches/app2/index_dojo.html

    r5784 r5785  
    2020    </head> 
    2121    <body class="tundra"> 
    22         <button dojoType="dijit.form.Button" id="helloButton"> 
    23             Hello World! 
    24             <script type="dojo/method" event="onClick"> 
    25                 alert('You pressed the button'); 
    26             </script> 
    27         </button> 
    28 <div dojoType="dijit.layout.SplitContainer" 
    29                 orientation="horizontal" 
    30                 sizerWidth="7" 
    31                 activeSizing="true" 
    32                 style="border: 1px solid #bfbfbf; width: 100%; height: 300px;"> 
    33                 <div dojoType="dijit.layout.ContentPane" sizeMin="20" sizeShare="20"> 
    34                     <b>The Dojo Toolkit</b> 
    35                      
    36                         Dojo is an Open Source DHTML toolkit written in JavaScript. It 
    37                         builds on several contributed code bases (nWidgets, Burstlib, f(m)), 
    38                         which is 
    39                         why we refer to it sometimes as a "unified" toolkit. Dojo aims to 
    40                         solve some long-standing historical problems with DHTML which 
    41                         prevented mass adoption of dynamic web application development. 
    42                         
    43                 </div> 
    44                 <div dojoType="dijit.layout.ContentPane" sizeMin="50" sizeShare="50"> 
    45                     <b>Swedish Chef Translation</b> 
    46                      
    47                         Duju is un Oopee Suoorce-a DHTML tuulkeet vreettee in JefeScreept. 
    48                         Um de hur de hur de hur. It booeelds oon seferel cuntreebooted 
    49                         cude-a beses (nVeedgets, Boorstleeb, f(m)), 
    50                         vheech is vhy ve-a reffer tu it sumeteemes es 
    51                         a "uneeffied" tuulkeet. Um de hur de hur de hur. 
    52                         Duju eeems tu sulfe-a sume-a lung-stundeeng heesturicel 
    53                         prublems veet DHTML vheech prefented mess edupshun 
    54                         ooff dynemeec veb eppleeceshun defelupment. Um de hur de 
    55                         hur de hur. 
    56                         
    57                 </div> 
    58         </div>       
     22        <div>Header panel</div> 
     23        <div dojoType="dijit.layout.SplitContainer" orientation="horizontal" sizerWidth="7" activeSizing="false" style="border: 1px solid #bfbfbf; width: 100%; height: 80%;"> 
     24            <div dojoType="dijit.layout.ContentPane" sizeMin="20" sizeShare="40"> 
     25                <b>The Dojo Toolkit</b> 
     26                Dojo is an Open Source DHTML toolkit written in JavaScript. It 
     27                builds on several contributed code bases (nWidgets, Burstlib, f(m)), 
     28                which is 
     29                why we refer to it sometimes as a "unified" toolkit. Dojo aims to 
     30                solve some long-standing historical problems with DHTML which 
     31                prevented mass adoption of dynamic web application development. 
     32            </div> 
     33            <div dojoType="dijit.layout.ContentPane" sizeMin="50" sizeShare="50"> 
     34                <b>Swedish Chef Translation</b> 
     35                Duju is un Oopee Suoorce-a DHTML tuulkeet vreettee in JefeScreept. 
     36                Um de hur de hur de hur. It booeelds oon seferel cuntreebooted 
     37                cude-a beses (nVeedgets, Boorstleeb, f(m)), 
     38                vheech is vhy ve-a reffer tu it sumeteemes es 
     39                a "uneeffied" tuulkeet. Um de hur de hur de hur. 
     40                Duju eeems tu sulfe-a sume-a lung-stundeeng heesturicel 
     41                prublems veet DHTML vheech prefented mess edupshun 
     42                ooff dynemeec veb eppleeceshun defelupment. Um de hur de 
     43                hur de hur. 
     44            </div> 
     45        </div> 
    5946    </body> 
    6047</html>