Ignore:
Timestamp:
2023-03-12T16:11:34+13:00 (13 months ago)
Author:
davidb
Message:

Refactored filenames; removed comment out HTML syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/tabletop-dl/trunk/tabletop.html

    r37464 r37465  
    2020   
    2121    <script src="interactjs-dist/interact.min.js"></script>
    22     <script src="my-interact.js"></script>
     22    <script src="tabletop-interact.js"></script>
    2323   
    2424
     
    7171    </div>
    7272   
    73     <!--
    74     <header id="fixed-height">
    75       <div style="padding-top: 0.6em;">Greenstone Tabletop Digital Library</div>
    76     </header>
    77    
    78     <div id="remaining-height">
    79 
    80       <div style="position: relative; height: 100%; width: 100%; padding: 40px;">
    81     <div>
    82      
    83       <div class="button"
    84        style="position: absolute; left: 10px; bottom: 10px; background-color: #004000"
    85        onclick="openGSWindow()">Open DL Home</div>
    86        
    87       < !- -
    88       <div class="button" onclick="window.examples['iframe']()" style="background-color: #004000">Open DL Home</div>
    89       - - >
    90 
    91      
    92       < ! - -
    93         <hr />
    94       - - >
    95    
    96     <div id="gesture-area" style="position: absolute; left: 700px; top: 30px; width: 576px; height: 384px;">
    97       <img src="backgrounds/unsplash--matrix-like-binary.jpg"
    98            style="width: 576px; height: 384px"
    99            id="scale-element" />
    100     </div>
    101 
    102     <div id="info-window-id" class="info-window resize-drag">
    103       <p> You can drag one element </p>
    104       <p>Goto <a href="https://greenstone.org/">Greenstone3 Project Home Page</a></p>
    105       <p>
    106         <form>
    107           <input type="text" />
    108         </form>
    109       </p>
    110     </div>
    111    
    112     < ! - -
    113         <hr />
    114         - - >
    115 
    116     </div>
    117       </div>
    118        
    119     </div>
    120     -->
    12173   
    12274  </body>
Note: See TracChangeset for help on using the changeset viewer.