From 72e0ae1560bd0b16a29bc9dc7be2cb2620980d14 Mon Sep 17 00:00:00 2001 From: zefie Date: Tue, 9 Nov 2021 22:52:33 -0500 Subject: [PATCH] Fix Setup page formatting --- .../wtv-setup/adjust-brightness.js | 19 ++++++- .../ServiceVault/wtv-setup/adjust-contrast.js | 19 ++++++- .../wtv-setup/adjust-display-intro.js | 19 ++++++- .../wtv-setup/adjust-sharpness.js | 19 ++++++- .../ServiceVault/wtv-setup/center-display.js | 19 ++++++- .../ServiceVault/wtv-setup/choose-bg-songs.js | 32 ++++++++--- .../ServiceVault/wtv-setup/keyboard.js | 19 ++++++- .../ServiceVault/wtv-setup/mail-signature.js | 25 +++++++-- .../ServiceVault/wtv-setup/mail.js | 26 ++++++--- .../ServiceVault/wtv-setup/phone-advanced.js | 19 ++++++- .../ServiceVault/wtv-setup/phone-basic.js | 19 ++++++- .../wtv-setup/phone-call-waiting.js | 23 ++++++-- .../ServiceVault/wtv-setup/phone-reset.js | 19 ++++++- .../ServiceVault/wtv-setup/phone.js | 23 ++++++-- .../ServiceVault/wtv-setup/screen-border.js | 4 +- .../ServiceVault/wtv-setup/screen.js | 21 +++++-- .../ServiceVault/wtv-setup/set-bg.js | 55 ++++++++++++++----- .../ServiceVault/wtv-setup/setup.js | 10 ++-- .../ServiceVault/wtv-setup/sound.js | 22 ++++++-- .../ServiceVault/wtv-setup/text.js | 23 ++++++-- 20 files changed, 340 insertions(+), 95 deletions(-) diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-brightness.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-brightness.js index a25c7407..938e8f52 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-brightness.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-brightness.js @@ -55,9 +55,22 @@ hspace=0 vspace=0> Brightness + + + + + + + + + + + + + Adjust the brightness control all the way up.

Slowly turn down the brightness @@ -77,17 +90,17 @@ is barely visible. - + - + - + diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-contrast.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-contrast.js index e19f1af6..33f3faef 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-contrast.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-contrast.js @@ -55,9 +55,22 @@ Contrast or picture Contrast or picture + + + + + + + + + + + + +

Start with your TV's contrast or picture at a medium setting. @@ -76,17 +89,17 @@ seems to bend, try lowering your TV's - + - + - + diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-display-intro.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-display-intro.js index 93b032c4..c42dbed4 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-display-intro.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-display-intro.js @@ -55,9 +55,22 @@ Adjusting your TV Adjusting your TV + + + + + + + + + + + + +

These pages provide instructions to help you adjust your television's @@ -76,17 +89,17 @@ Web pages on your TV. - + - + - + diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-sharpness.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-sharpness.js index c66e5884..2a92d23a 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-sharpness.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/adjust-sharpness.js @@ -55,9 +55,22 @@ hspace=0 vspace=0> Sharpness or detail + + + + + + + + + + + + + If your TV has a sharpness or detail control:

Start with the sharpness @@ -79,17 +92,17 @@ looks clearest to you. - + - + - + diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/center-display.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/center-display.js index 4f99ba38..75f506b0 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/center-display.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/center-display.js @@ -55,9 +55,22 @@ hspace=0 vspace=0> Center the screen + + + + + + + + + + + + + You can adjust the position of WebTV pages on your screen using these arrows. This is useful if WebTV looks off-center on your television. @@ -81,17 +94,17 @@ You can adjust the position of WebTV pages on your screen using these arrows. Th - + - + - + diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/choose-bg-songs.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/choose-bg-songs.js index d3f04a7b..e5f714b4 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/choose-bg-songs.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/choose-bg-songs.js @@ -54,19 +54,33 @@ Background music styles -${(categories.length > 14) ? ' - +
' : ''} + Background music styles -
-Choose the styles you'd like to hear. + +${(categories.length > 14) ? '
' : '
'} +Choose the styles you'd like to hear.
Choose a style name to see the songs for that style. -
+${(categories.length > 14) ? '' : ''} +
+ + + + + + + + + + + + - - + +

`; @@ -97,14 +111,14 @@ data += ` - + - + diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/keyboard.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/keyboard.js index 1faa226e..69e48563 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/keyboard.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/keyboard.js @@ -56,9 +56,22 @@ Keyboard settings Keyboard + + + + + + + + + + + + + - +
@@ -107,14 +120,14 @@ if (kbvalue == "alphabetical") {
- +
- +
diff --git a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/mail-signature.js b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/mail-signature.js index 6d03c32d..e9f2e848 100644 --- a/zefie_wtvp_minisrv/ServiceVault/wtv-setup/mail-signature.js +++ b/zefie_wtvp_minisrv/ServiceVault/wtv-setup/mail-signature.js @@ -53,13 +53,26 @@ Mail signature setup Mail signature
+ + + + + + + + + + + + - + + Type a short text signature here and it will be added to the end of each mail message you send. - +