Skip to content

Commit

Permalink
Tried to make sure all ids are unique
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Nov 5, 2024
1 parent 6a7c97e commit 67f2751
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/axis-selector.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="axisSelectorMatsHelp">
<h2>Axis Selector</h2>
<h3>scatter plots</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/best-fit.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="bestFitMatsHelp">
<h2>Best Fit curves</h2>
<h3>
Best Fit curves are derived by regression.js algorithms. Regression is a javascript
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/bottom-help.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="bottomMatsHelp">
<h1>Bottom</h1>
<p>&nbsp;</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/completeness.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="completenessMatsHelp">
<h2>Completeness</h2>
<p>
Completeness is a way of making your dataset meet a certain completeness criteria,
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/dateHelp.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="dateMatsHelp">
<h1>Date Range Selector</h1>
<p>
The Date Range selector is used to bound the data plotted by time. It is activated
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/label.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="labelMatsHelp">
<h2>Labels</h2>
<p>Labels are a means of identifying your curves.</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/map-help.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="mapMatsHelp">
<h1>Map</h1>
<p>&nbsp;</p>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/region.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="regionMatsHelp">
<h2>Region</h2>
<p>This is the set of valid regions for the currently selected model.</p>
<p>The regions are automatically generated, based on metadata from the database.</p>
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/scatter-help.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="scatterMatsHelp">
<body>
<h1>Scatter Plots</h1>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/public/help/top-help.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="topMatsHelp">
<h1>Top</h1>
<p>&nbsp;</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="matshelp">
<div id="wfip2MatsHelp">
<h1>Statistic</h1>
<p>
The statistic selector compares one data source to another and generates a plot
Expand Down
18 changes: 9 additions & 9 deletions meteor_packages/mats-common/templates/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2>Run Environment</h2>
>
<div class="col-sm-2">
<input
id="run_environment"
id="confRunEnvironment"
class="form-control"
type="text"
name="run_environment"
Expand All @@ -38,7 +38,7 @@ <h2>Public settings</h2>
>
<div class="col-sm-2">
<input
id="proxy_prefix_path"
id="confProxyPrefixPath"
class="form-control"
type="text"
name="proxy_prefix_path"
Expand All @@ -52,7 +52,7 @@ <h2>Public settings</h2>
<label for="home" class="col-sm-2 col-form-label home">Home:</label>
<div class="col-sm-2">
<input
id="home"
id="confHome"
class="form-control"
type="text"
name="home"
Expand All @@ -67,15 +67,15 @@ <h2>Public settings</h2>
<div class="col-sm-2">
<select
class="form-control groupSelect"
id="groupSelect"
id="confGroupSelect"
name="groupSelect"
>
{{#each groups}}
<option value="{{group_name}}">{{group_name}}</option>
{{/each}}
</select>
<input
id="group"
id="confGroup"
class="form-control group"
type="text"
name="group"
Expand All @@ -90,7 +90,7 @@ <h2>Public settings</h2>
<label for="app_order" class="col-sm-2 col-form-label">App Order:</label>
<div class="col-sm-2">
<input
id="app_order"
id="confAppOrder"
class="form-control app_order"
type="number"
min="0"
Expand All @@ -106,7 +106,7 @@ <h2>Public settings</h2>
<label for="title" class="col-sm-2 col-form-label">Title:</label>
<div class="col-sm-2">
<input
id="title"
id="confTitle"
class="form-control"
type="text"
name="title"
Expand All @@ -120,7 +120,7 @@ <h2>Public settings</h2>
<label for="color" class="col-sm-2 col-form-label">Color:</label>
<div class="col-sm-3 text-left">
<input
id="color"
id="confColor"
class="form-control color"
type="color"
name="color"
Expand All @@ -129,7 +129,7 @@ <h2>Public settings</h2>
</div>
<div class="col-sm-3 text-right">
<input
id="colorValue"
id="confColorValue"
class="form-control colorValue"
type="text"
name="colorValue"
Expand Down
6 changes: 3 additions & 3 deletions meteor_packages/mats-common/templates/curves/curve_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ <h4 style="color: black">Are you sure you want to remove all the curves?</h4>
<button
type="button"
name="save"
id="save "
id="save-curve-list"
class="save-settings btn btn-success"
style="display:{{displaySaveSettings}};"
>
<i class="fa-solid fa-cloud-arrow-up"></i>&nbsp;&nbsp;Save All Curve Settings
</button>
<button type="button" class="btn spacebutton" id="cl-spacer"></button>
<button type="button" class="btn spacebutton"></button>
<button
type="button"
name="plotUnMatched"
Expand All @@ -74,7 +74,7 @@ <h4 style="color: black">Are you sure you want to remove all the curves?</h4>
>
<i class="fa-solid fa-diagram-project"></i> Plot Matched
</button>
<button type="button" class="btn spacebutton" id="cl-spacer"></button>
<button type="button" class="btn spacebutton"></button>
<span
><input
id="noGapsCheck"
Expand Down
2 changes: 1 addition & 1 deletion meteor_packages/mats-common/templates/error/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4 class="modal-title">
<div>
<p style="color: #aa0000">{{{errorMessage}}}</p>
</div>
<div id="stack" style="display: none">
<div id="error-stack" style="display: none">
<p>{{{stackTrace}}}</p>
<button
class="hide-stack btn btn-success btn-sm"
Expand Down
10 changes: 5 additions & 5 deletions meteor_packages/mats-common/templates/graph/graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
>
<i class="fa-solid fa-arrow-left-long"></i>&nbsp;&nbsp;<strong>Back</strong>
</button>
<button id="gc-spacer" type="button" class="btn spacebutton"></button>
<button type="button" class="btn spacebutton"></button>
<button
id="previewButton"
type="button"
Expand Down Expand Up @@ -83,7 +83,7 @@
class="btn-group btn-group-sm"
style="display: none"
>
<button id="gc-spacer" type="button" class="btn spacebutton"></button>
<button type="button" class="btn spacebutton"></button>
<button
id="firstPageButton"
type="button"
Expand Down Expand Up @@ -162,7 +162,7 @@
class="btn-group btn-group-sm"
style="display: block"
>
<button id="gc-spacer" type="button" class="btn spacebutton"></button>
<button type="button" class="btn spacebutton"></button>
<span
id="plot-control-button-group"
class="btn-group btn-group-sm"
Expand Down Expand Up @@ -1120,11 +1120,11 @@ <h4 class="col-8">
role="group"
aria-label="touchcontrol"
>
<button id="gc-spacer" type="button" class="btn spacebutton"></button>
<button type="button" class="btn spacebutton"></button>
<button class="btn col-2 btn-danger closeapp" style="border-radius: 15px">
Close All Preview Windows
</button>
<button id="gc-spacer" type="button" class="btn spacebutton"></button>
<button type="button" class="btn spacebutton"></button>
<button
id="refresh-plot"
type="button"
Expand Down

0 comments on commit 67f2751

Please sign in to comment.