| tuse value instead of placeholder - cosmo - front and backend for Markov-Chain … | |
| git clone git://src.adamsgaard.dk/cosmo | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit fe788f04de11b136b59f774c965164a9e7cc5aae | |
| parent deff06029373c8a6cd6f4dbb6d8ab23e9828baf2 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Tue, 18 Aug 2015 15:07:03 +0200 | |
| use value instead of placeholder | |
| Diffstat: | |
| M pages/history.html | 10 +++++----- | |
| 1 file changed, 5 insertions(+), 5 deletions(-) | |
| --- | |
| diff --git a/pages/history.html b/pages/history.html | |
| t@@ -84,25 +84,25 @@ | |
| the percentwise concentration uncertainty.<br> | |
| <div class="input-field col s3"> | |
| <input id="uncer_10Be" name="uncer_10Be" type="text" | |
| - class="validate" placeholder="5"> | |
| + class="validate" value="5"> | |
| <label for="uncer_10Be" | |
| class="active"><sup>10</sup>Be</label> | |
| </div> | |
| <div class="input-field col s3"> | |
| <input id="uncer_26Al" name="uncer_26Al" type="text" | |
| - class="validate" placeholder="5"> | |
| + class="validate" value="5"> | |
| <label for="uncer_26Al" | |
| class="active"><sup>26</sup>Al</label> | |
| </div> | |
| <div class="input-field col s3"> | |
| <input id="uncer_14C" name="uncer_14C" type="text" | |
| - class="validate" placeholder="5"> | |
| + class="validate" value="5"> | |
| <label for="uncer_14C" | |
| class="active"><sup>14</sup>C</label> | |
| </div> | |
| <div class="input-field col s3"> | |
| <input id="uncer_21Ne" name="uncer_21Ne" type="text" | |
| - class="validate" placeholder="5"> | |
| + class="validate" value="5"> | |
| <label for="uncer_21Ne" | |
| class="active"><sup>21</sup>Ne</label> | |
| </div> | |
| t@@ -142,7 +142,7 @@ | |
| <b>Rock density [kg m<sup>-3</sup>]</b><br> | |
| <div class="input-field col s12"> | |
| <input id="rock_density" name="rock_density" type="tex… | |
| - class="validate" placeholder="2650" required> | |
| + class="validate" value="2650" required> | |
| <label for="rock_density" class="active">Density | |
| <small>Required</small></label> | |
| </div> |