cosmo

Front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log | Files | Refs | README | LICENSE

commit 088599868c853345b5f55fe911a67c9d7a99ef72
parent 3b980f392b964e4c069ea6433d0b68ba645bbb32
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 18 Aug 2015 16:17:54 +0200

add first help dialog for sample ID

Diffstat:
Mjs/init.js | 1+
Mpages/history.html | 23++++++++++++++++++++++-
2 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/js/init.js b/js/init.js @@ -5,6 +5,7 @@ $('.button-collapse').sideNav(); $('select').material_select(); //$('select').not('.disabled').material_select(); + $('.tooltipped').tooltip({delay: 50}); }); // end of document ready })(jQuery); // end of jQuery name space diff --git a/pages/history.html b/pages/history.html @@ -5,6 +5,22 @@ <h2 class="header center orange-text">Calculate Exposure and Erosion History</h2> + <div class="row"> + <p class="flow-text"> + Please fill in the relevant information from a single sample below. + The computations take several minutes, so make sure the information + is correct before submitting. Click the + <a onclick="Materialize.toast('Help will appear here', 5000)"> + <i class="material-icons">info_outline</i> + </a> + symbols for more information. + </p> + </div> + + <!--<div> + <a class="btn" onclick="Materialize.toast('I am a toast', 5000)"> + <i class="material-icons tooltipped prefix">info_outline</i> + </a>--> <div class="row"> <!-- method: GET or POST --> @@ -16,10 +32,15 @@ <div class="row"> <b>General information</b><br> <div class="input-field col s6 form group"> + <a class="prefix"> + <i class="material-icons" + onclick="Materialize.toast( + 'String uniquely identifying the sample. All characters are accepted', + 5000)">info_outline</i></a> <input placeholder="" id="sample_id" name="sample_id" type="text" class="validate" required> <label for="sample_id">Sample ID - <small>Required</small></label> + <small>Required</small> </label> </div> <div class="input-field col s6"> <input id="your_name" name="your_name" type="text"