This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<label for="displaySources"><span class="btn btn-primary">Select Source</span></label> | |
<input type=radio id="displaySources" name="group"> | |
<label for="displayMap"><span class="btn btn-primary">Map Data</span></label> | |
<input type=radio id="displayMap" name="group"> | |
<div class="displaySourcesText"> | |
<fieldset class="form-group"> | |
<label for="identifiers">Identifiers</label> | |
<input class="form-control" id="identifiers" value="GOOG.O"> | |
</fieldset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<label for="displaySources"><span class="btn btn-primary">Select Source</span></label> | |
<input type=radio id="displaySources" name="group"> | |
<label for="displayMap"><span class="btn btn-primary">Map Data</span></label> | |
<input type=radio id="displayMap" name="group"> | |
<div class="displaySourcesText"> | |
<fieldset class="form-group"> | |
<label for="identifiers">Identifiers</label> | |
<input class="form-control" id="identifiers" value="GOOG.O"> | |
</fieldset> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form> | |
<label for="displaySources"><span class="btn btn-primary">Select Source</span></label> | |
<input type=radio id="displaySources" name="group"> | |
<label for="displayMap"><span class="btn btn-primary">Map Data</span></label> | |
<input type=radio id="displayMap" name="group"> | |
<div class="displaySourcesText"> | |
<fieldset class="form-group"> | |
<label for="identifiers">Identifiers</label> | |
<input class="form-control" id="identifiers" value="GOOG.O"> | |
</fieldset> |
NewerOlder