aboutsummaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authoruser <user@node5.net>2024-12-07 15:53:14 +0100
committeruser <user@node5.net>2024-12-07 15:53:14 +0100
commitcebc41159c642524ea4023fc94579ac2ce488457 (patch)
tree83d6c2a1633725b66e42fc88f9c8b1b555f1434e /src/templates
parente5a49d8ed382d022ca62ded052074b718eec8da9 (diff)
Add heatmap with intensity input elements and URL parameters
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/options.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/templates/options.html b/src/templates/options.html
index 8b87346..40e5471 100644
--- a/src/templates/options.html
+++ b/src/templates/options.html
@@ -11,6 +11,18 @@
<br>
+ <input class="form-control" id="HeatmapIntensity" name="HeatmapIntensity" value="5" type="number"
+ aria-describedby="HeatmapIntensityHelp">
+ <div id="HeatmapIntensityHelp" class="form-text">Change the intensity of the heatmap nodes</div>
+
+ <br>
+
+ <input class="form-control" id="HeatmapRadius" name="HeatmapRadius" value="100" type="number"
+ aria-describedby="HeatmapRadiusHelp">
+ <div id="HeatmapRadiusHelp" class="form-text">Change the radius of the heatmap nodes</div>
+
+ <br>
+
<button type="submit" disabled id="SubmitButton" class="btn btn-primary">Run query</button>
</form>