From 8a46f5d5056f223362c5c1aa303633f151fc3e5f Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 2 Mar 2022 22:45:02 +0800 Subject: [PATCH] removed add button for daily forecast --- templates/index.html | 9427 ++++++++++++++++++++++++++++-------------- 1 file changed, 6281 insertions(+), 3146 deletions(-) diff --git a/templates/index.html b/templates/index.html index 578591b..4abf437 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,3146 +1,6281 @@ - - - - - - - - - Fintic - - - - - - - - - - - - - - -
- - - - - - - -
-
-

- General Ticker Settings: -

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


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


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


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


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

Features to Display:

-

- Selected Display format: - -

-
-

- - -
- -
-
- -
Available Features:
-
-
-
    - {% for f in not_displaying %} -
  • {{f}}
  • - {% endfor%} -
-
-
- -
-
-

- -
-
- - -
-
-
Display Format:
-
-
-
    - - - - {% for f in currently_displaying[0] %} -
  • {{f}}
  • - {% endfor%} - -
-
-
-
-
-

- - Sort Order -
-
-
- - - - - -
- - -
-
-
Available Features:
-
-
-
    -
  • Stocks
  • -
  • Crypto
  • -
  • Forex
  • -
  • Current Weather
  • -
  • Daily Forecast
  • -
  • News
  • -
  • Custom Images
  • -
  • Custom Messages
  • -
  • Cstom Gifs
  • -
  • Sports (Upcoming Games)
  • -
  • Sports (Live Games)
  • -
  • Sports (Past Games)
  • -
  • Sports (Team Stats)
  • -
-
-
- - -
-
-

- -
-
- - -
-
-
Display Format:
-
-
-
    - {%if professional%} - {% for f in currently_displaying[1] %} -
  • {{f}}
  • - {% endfor%} - {%endif%} -
-
-
-
-
-

- - Sort Order -
-
-
- - - - -
-

What to display in each feature:

-
-
-
- -
-
- -
-
- -
-
-
-
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
- -
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- - - -
-
- -
-
- -
-
-
-
-
List:
-
-
    - {% for f in stocks_settings.symbols %} -
  • {{f}}
  • - {% endfor%} -
-
-
-
-
- -
-
- - Sort Order -
-
- - - - Remove -
-
-
- -
- Save -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
-
-
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
- -
-
- -
- - - -
-
- - - - - - - - - - + + + + + + + + + + + + + + + + + Fintic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ +

+ + General Ticker Settings: + +

+ +
+ +
+ + + + + + + +
+ +
+ + Start Display + +
+ +
+ + Stop Display + +
+ +
+ + Restart Display + +
+ +
+ + Screen Saver + +
+ +
+ + Shut Down + +
+ + +
+ + + + + + + + + +
+ +
+ +
+ +
+ + + +
+ + + +


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


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


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


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

Features to Display:

+ +

+ + Selected Display format: + + + +

+ +
+ +

+ + + + + +
+ + + +
+ +
+ + + +
Available Features:
+ +
+ +
+ +
    + + {% for f in not_displaying %} + +
  • {{f}}
  • + + {% endfor%} + +
+ +
+ +
+ + + +
+ +
+ +

+ + + +
+ +
+ + + + + +
+ +
+ +
Display Format:
+ +
+ +
+ +
    + + + + + + + + {% for f in currently_displaying[0] %} + +
  • {{f}}
  • + + {% endfor%} + + + +
+ +
+ +
+ +
+ +
+ +

+ + + + Sort Order + +
+ +
+ +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ +
Available Features:
+ +
+ +
+ +
    + +
  • Stocks
  • + +
  • Crypto
  • + +
  • Forex
  • + +
  • Current Weather
  • + +
  • Daily Forecast
  • + +
  • News
  • + +
  • Custom Images
  • + +
  • Custom Messages
  • + +
  • Cstom Gifs
  • + +
  • Sports (Upcoming Games)
  • + +
  • Sports (Live Games)
  • + +
  • Sports (Past Games)
  • + +
  • Sports (Team Stats)
  • + +
+ +
+ +
+ + + + + +
+ +
+ +

+ + + +
+ +
+ + + + + +
+ +
+ +
Display Format:
+ +
+ +
+ +
    + + {%if professional%} + + {% for f in currently_displaying[1] %} + +
  • {{f}}
  • + + {% endfor%} + + {%endif%} + +
+ +
+ +
+ +
+ +
+ +

+ + + + Sort Order + +
+ +
+ +
+ + + + + + + + + +
+ +

What to display in each feature:

+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + + + + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ +
+ +
+ +
List:
+ +
+ +
    + + {% for f in stocks_settings.symbols %} + +
  • {{f}}
  • + + {% endfor%} + +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ + + + Sort Order + +
+ +
+ + + + + + + + Remove + +
+ +
+ +
+ + + +
+ + Save + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + +
+ +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+ +
+ + + +
+ +
+ + + +
+ + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + +