From d5cbe10c0e2298b0e40161607a3da158249bdb82 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 4 Dec 2018 10:18:33 +0100 Subject: Move python stuff to folder --- gui/templates/about.html | 65 ----------------------------- gui/templates/body-nav.html | 39 ------------------ gui/templates/head.html | 25 ------------ gui/templates/home.html | 35 ---------------- gui/templates/modulator.html | 73 --------------------------------- gui/templates/predistortion.html | 88 ---------------------------------------- gui/templates/rcvalues.html | 48 ---------------------- 7 files changed, 373 deletions(-) delete mode 100644 gui/templates/about.html delete mode 100644 gui/templates/body-nav.html delete mode 100644 gui/templates/head.html delete mode 100644 gui/templates/home.html delete mode 100644 gui/templates/modulator.html delete mode 100644 gui/templates/predistortion.html delete mode 100644 gui/templates/rcvalues.html (limited to 'gui/templates') diff --git a/gui/templates/about.html b/gui/templates/about.html deleted file mode 100644 index 3a05230..0000000 --- a/gui/templates/about.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - -{% include 'head.html' %} - - - {% include 'body-nav.html' %} - -
-
-

About

-

ODR-DabMod by Opendigitalradio

-

Authors

-
    -
  • Pascal Charest
  • -
  • Matthias P. Braendli
  • -
  • Jörgen Scott
  • -
  • Sergiy
  • -
  • Andreas Steger
  • -
-

Web interface by Matthias P. Braendli and Yoann Queret.

-

Please see TODOs in the README.md

-
-
-

Contributions

-

Please get in touch with the developers of this web interface - through the crc-mmbTools google group or through - the GitHub repository. -

-
-

Licence

-

- ODR-DabMod is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-
- ODR-DabMod is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along with ODR-DabMod. If not, see http://www.gnu.org/licenses/
-

-
-
- - - - diff --git a/gui/templates/body-nav.html b/gui/templates/body-nav.html deleted file mode 100644 index f403619..0000000 --- a/gui/templates/body-nav.html +++ /dev/null @@ -1,39 +0,0 @@ -
- -
diff --git a/gui/templates/head.html b/gui/templates/head.html deleted file mode 100644 index cdf1654..0000000 --- a/gui/templates/head.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - ODR-DabMod - - - - - - - - - - {% for jsurl in js %} - - {% endfor %} - {% for cssurl in css %} - - {% endfor %} - - - - - diff --git a/gui/templates/home.html b/gui/templates/home.html deleted file mode 100644 index 5cb29f8..0000000 --- a/gui/templates/home.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - -{% include 'head.html' %} - - - {% include 'body-nav.html' %} - -
-
-

Opendigitalradio

ODR-DabMod Interface

-
-
- - diff --git a/gui/templates/modulator.html b/gui/templates/modulator.html deleted file mode 100644 index 6deffb1..0000000 --- a/gui/templates/modulator.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - -{% include 'head.html' %} - - - {% include 'body-nav.html' %} - -
-
-
-
-

Gain

-
- - - -
-
-
-

OFDM Windowing

-
- - - -
-
-
-

CFR

-
-
- -
- - - - - - - - - -
-
-
- -
- -
- - diff --git a/gui/templates/predistortion.html b/gui/templates/predistortion.html deleted file mode 100644 index 2ebf7ea..0000000 --- a/gui/templates/predistortion.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - - -{% include 'head.html' %} - - - {% include 'body-nav.html' %} - -
-
-
-
Calibration
-
-
Calibration needs to be done once before the PA model - can be trained. Every time calibration is changed, the predistortion - parameters are invalidated!
- - -
Calibration results:N/A
-
-
-
-
Capture TX and RX frames
-
-
- - -
-
- -
-
-
- - -
-
- - diff --git a/gui/templates/rcvalues.html b/gui/templates/rcvalues.html deleted file mode 100644 index c1786bc..0000000 --- a/gui/templates/rcvalues.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - -{% include 'head.html' %} - - - {% include 'body-nav.html' %} - -
-
-

RC Values

- - - - - - - - - - -
RC entryValueHelp
-
- - -
- - -- cgit v1.2.3