Ignore:
Timestamp:
2023-03-12T17:12:26+13:00 (13 months ago)
Author:
davidb
Message:

Added in text window that can be zoomed and dragged

File:
1 edited

Legend:

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

    r37465 r37466  
    4242    <div style="position: relative; width: 100%; height: 100%;">
    4343
    44       <div id="gs-open-home" class="button"
    45            style="position: absolute; left: 10px; bottom: 10px; background-color: #004000"
    46            onclick="gsToggleHeader()">Open DL Home</div>
     44      <div id="gs-open-home" class="button" onclick="gsToggleHeader()">Toggle Control Bar</div>
    4745     
    4846
    49       <div id="gesture-area" style="position: absolute; left: 700px; top: 30px; width: 576px; height: 384px;">
    50         <img src="backgrounds/unsplash--matrix-like-binary.jpg"
     47      <div id="gesture-area" class="drag-and-zoom"
     48           style="position: absolute; left: 700px; top: 30px; width: 576px; height: 384px;">
     49        <img class="info-window scale-element" src="backgrounds/unsplash--matrix-like-binary.jpg"
    5150         style="width: 576px; height: 384px"
    5251         id="scale-element" />
    5352      </div>
    5453     
    55       <div id="info-window-id" class="info-window resize-drag">
    56         <p> You can drag one element </p>
     54      <div id="info-window-id" class="info-window resize-drag" style="width: 400px;">
     55        <p> You can Drag and Resize this element </p>
    5756        <p>Goto <a href="https://greenstone.org/">Greenstone3 Project Home Page</a></p>
    5857        <p>
     
    6160          </form>
    6261        </p>
     62      </div>
     63
     64      <div class="drag-and-zoom"
     65           style="position: absolute; left: 300px; top: 430px; width: 400px;">
     66        <div class="info-window scale-element" style="width: 100%">
     67          <p>You can Drag and Zoom this element </p>
     68          <p>Goto <a href="https://greenstone.org/">Greenstone3 Project Home Page</a></p>
     69          <p>
     70        <form>
     71          <input type="text" />
     72        </form>
     73          </p>
     74        </div>
    6375      </div>
    6476     
Note: See TracChangeset for help on using the changeset viewer.