Ignore:
Timestamp:
2019-04-30T17:20:10+12:00 (5 years ago)
Author:
ak19
Message:

Martin's Map Editor commits. First phase of Dr Bainbridge's requests: 1. shape colour controls are no longer 2 lines, merged into one. This was a fix to the css file. 2. Removed the themes dropdown menu. 3. Moved the thickness and opacity sliders' value display from a 2nd row to just in front of their sliders (and percent sign is now sensibly placed AFTER the number). Future commits to contain input fields for thickness and opacity sliders.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl

    r33016 r33042  
    247247                        <div id="SecondRow">
    248248                            <div id="LineThickness">
    249                                 <p>Line thickness: <input type="range" min="20" max="100" value="1" class="slider" id="thicknessRange-{@nodeID}" /> </p>
    250                                 <p>Value: <span id="thicknessRangeVal-{@nodeID}"></span></p>
     249                                <p>Line thickness:
     250                                    <span id="thicknessRangeVal-{@nodeID}">1.00</span>
     251                                    <!--<input id="thicknessRangeVal-{@nodeID}" type="number" min="1.00" max="5.00" value="1.00" />-->
     252                                    <input type="range" min="20" max="100" value="1" class="slider" id="thicknessRange-{@nodeID}" />
     253                                </p>
     254                                <!-- <p>Value: </p> -->
    251255                            </div> 
    252256                           
    253257                            <div id="ColourOpacity">
    254                                 <p>Colour opacity: <input type="range" min="10" max="100" value="40" class="slider" id="colourOpacity-{@nodeID}" /> </p>
    255                                 <p>Value: <span id="opacityRangeVal-{@nodeID}"></span></p>
     258                                <p>Colour opacity:
     259                                    <span id="opacityRangeVal-{@nodeID}">1.0</span>
     260                                    <input type="range" min="10" max="100" value="40" class="slider" id="colourOpacity-{@nodeID}" />
     261                                </p>
     262                                <!-- <p>Value: </p> -->
    256263                            </div>
    257264                        </div>
     
    262269                        </div>
    263270                    </div>
     271                    <!--
    264272                    <div id="style-selector-control-{@nodeID}"  class="map-control">
    265273                      <select id="style-selector-{@nodeID}" class="selector-control">
     
    274282                        <option value="hiding">Hide features</option>
    275283                      </select>
    276                     </div>     
     284                    </div> 
     285                    -->
    277286               
    278287                </div>
Note: See TracChangeset for help on using the changeset viewer.