From a71d8565c4eda8c6a26887ae8c6b43cdec6e0d80 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Tue, 14 Jul 2020 09:59:04 +0200 Subject: [PATCH] Change HTML indent to 4 --- terahz/templates/index.html | 173 ++++++++++++++++++------------------ 1 file changed, 87 insertions(+), 86 deletions(-) diff --git a/terahz/templates/index.html b/terahz/templates/index.html index 88c9581..c7572eb 100644 --- a/terahz/templates/index.html +++ b/terahz/templates/index.html @@ -2,96 +2,97 @@ - - - - TeraHz - - - - - - - - - - - - + + + + TeraHz + + + + + + + + + + + + -
-

TeraHz

-
- -
- - - -
- -
-
-
-

Spectrogram

-
-
- -
-

Visible+IR spectrum

- - - - - - - - - {% for band, irr in data[0] %} - - - - - -
BandWavelength [nm]Irradiance [μW/cm²]
- {{band}} - - {{wld[band]}} - - {{irr}} -
-
- -
-

UV+Illuminance

- - - - - - - - - - - - - - - - - - - - - - - -
ParameterValue
Illuminance [lx]{{data[1]}}
UVA irradiance [μW/cm²]{{data[2][0]}}
UVB irradiance [μW/cm²]{{data[2][1]}}
UVA/UVB average [μW/cm²]{{data[2][2]}}
-
+
+

TeraHz

+
+ +
+ + + +
+ +
+
+
+

Spectrogram

+
+
+ +
+

Visible+IR spectrum

+ + + + + + + + + {% for band, irr in data[0] %} + + + + + + {% endfor %} +
BandWavelength [nm]Irradiance [μW/cm²]
+ {{band}} + + {{wld[band]}} + + {{irr}} +
+
+ +
+

UV+Illuminance

+ + + + + + + + + + + + + + + + + + + + + + + +
ParameterValue
Illuminance [lx]{{data[1]}}
UVA irradiance [μW/cm²]{{data[2][0]}}
UVB irradiance [μW/cm²]{{data[2][1]}}
UVA/UVB average [μW/cm²]{{data[2][2]}}
+
+
-