Skip to content

Commit

Permalink
Ref #150 (#151)
Browse files Browse the repository at this point in the history
add disclaimers to html template files
  • Loading branch information
EdwardSafford-NOAA authored Jan 9, 2025
1 parent 666b45b commit 184e6ef
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/Radiance_Monitor/image_gen/html/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,13 @@ <h2>Summary plots</h2>

</tr>
</table>

<footer>
<P style="background-color: lightblue;"><u><b>Disclaimer:</b></u> These are not official
NWS products and should not to be relied upon for operational purposes. This web
site is not subject to 24/7 support, and thus may be unavailable during system
outages. For more information please see this
<a href="https://www.weather.gov/disclaimer.php">Disclaimer</a>
</P>
</footer>
</html>
10 changes: 10 additions & 0 deletions src/Radiance_Monitor/image_gen/html/plot_angle.html
Original file line number Diff line number Diff line change
Expand Up @@ -1502,4 +1502,14 @@ <h3 id="valid" align="center">Valid</h3>


</body>

<footer>
<P style="background-color: lightblue;"><u><b>Disclaimer:</b></u> These are not official
NWS products and should not to be relied upon for operational purposes. This web
site is not subject to 24/7 support, and thus may be unavailable during system
outages. For more information please see this
<a href="https://www.weather.gov/disclaimer.php">Disclaimer</a>
</P>
</footer>

</html>
8 changes: 8 additions & 0 deletions src/Radiance_Monitor/image_gen/html/plot_bcoef.html
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,14 @@ <h3 id="valid" align="center">Valid</h3>
<i> assimilated</i>
</label>

<footer>
<P style="background-color: lightblue;"><u><b>Disclaimer:</b></u> These are not official
NWS products and should not to be relied upon for operational purposes. This web
site is not subject to 24/7 support, and thus may be unavailable during system
outages. For more information please see this
<a href="https://www.weather.gov/disclaimer.php">Disclaimer</a>
</P>
</footer>


</BODY></HTML>
10 changes: 10 additions & 0 deletions src/Radiance_Monitor/image_gen/html/plot_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -1172,4 +1172,14 @@ <h3 id=valid >Valid </h3>
</table>

</BODY>

<footer>
<P style="background-color: lightblue;"><u><b>Disclaimer:</b></u> These are not official
NWS products and should not to be relied upon for operational purposes. This web
site is not subject to 24/7 support, and thus may be unavailable during system
outages. For more information please see this
<a href="https://www.weather.gov/disclaimer.php">Disclaimer</a>
</P>
</footer>

</HTML>
13 changes: 12 additions & 1 deletion src/Radiance_Monitor/image_gen/html/plot_time.html
Original file line number Diff line number Diff line change
Expand Up @@ -1511,4 +1511,15 @@ <h3 id=valid align="center">Valid</h3>

<img id="chartImg" />

</BODY></HTML>
</BODY>

<footer>
<P style="background-color: lightblue;"><u><b>Disclaimer:</b></u> These are not official
NWS products and should not to be relied upon for operational purposes. This web
site is not subject to 24/7 support, and thus may be unavailable during system
outages. For more information please see this
<a href="https://www.weather.gov/disclaimer.php">Disclaimer</a>
</P>
</footer>

</HTML>

0 comments on commit 184e6ef

Please sign in to comment.