v0.9.33
- numerous bug fixes - wtv-mail system - user account updates - viewergen alpha (experimental webtv viewer patcher on pc_service) - implement wtv-favorites with huge help from @JarHead4 - add wtv-ticket store api - Bump vm2 from 3.9.5 to 3.9.7 in /zefie_wtvp_minisrv - fix bf0app default rom - Add wtv-1800 service to wtv-1800:/noflash - handle webtvism: - allow get/post variables to be the same name multiple times - rather than overwrite, the server will now change the variable from a string to an array. - Rewrite script processing a bit - Instead of using eval() we now use a proper VM Context - As a result, any scripting errors will now give a more useful filename and line number. - However, some things may break, if they are dependant on variables we are not allowing in the context. - BREAKING CHANGES: - `ssid_sessions[socket.ssid]` is now `session_data` - `require` is no longer allowed in user scripts - add star service - change how we handle modules for services in the VM - fixed wtv-disk:/sync always failed the first time - implement production-like wtv-star handling (when a service port becomes unavailable, it requests the url over the wtv-star port to show an error page) - renamed WTVDownloadList.js to WTVDisk.js - a bit more work on WTVNews (created class) - probably more stuff I can't remember
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -368,3 +368,4 @@ FodyWeavers.xsd
|
||||
/zefie_wtvp_minisrv/ServiceLogPost/*.log
|
||||
/zefie_wtvp_minisrv/SessionStore/*.json
|
||||
/zefie_wtvp_minisrv/SessionStore/*/
|
||||
/zefie_wtvp_minisrv/ServiceVault/http_pc/viewergen/viewers/HackTV.zip
|
||||
|
||||
@@ -22,10 +22,6 @@ This open source server is in beta status. Use at your own risk.
|
||||
### Current issues:
|
||||
- Mis-configuring wtv-disk:/sync DiskMaps may cause units to delete contents of partitions (need more info)
|
||||
|
||||
### Won't fix:
|
||||
- wtv-encryption stream breaks when two different sessions have the same SSID (eg spoofing, won't fix (production did it too))
|
||||
- ~~No intentions to support user accounts, registration, or any form of database system~~ *(I guess this was a lie, but we still don't use a database!)*
|
||||
|
||||
### Feature Todo:
|
||||
- TellyScript generation and/or manipulation without external dependancies
|
||||
- ~~wtv-setup and bgm support~~ ***Done [v0.9.23](https://github.com/zefie/zefie_wtvp_minisrv/releases/tag/v0.9.23)***
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
The bf0app flashing system requires a two things that you must be aware of, that are different from a typical setup:
|
||||
|
||||
1) Your PPP system MUST accept auth, a noauth setup will not work for the 2nd dialing phase
|
||||
|
||||
2) You must have a clean dialup. DreamPi voltage-hacked lines, and unstable VoIP systems are known
|
||||
to cause errors, leaving the box in a 'braindead' state with no flash. MiniSrv can help recover
|
||||
from this but you will need to provide a stable dialup connection. This was tested with my Cisco 3825 setup.
|
||||
from this but you will need to provide a stable dialup connection. This was tested with my Cisco 3825 setup.
|
||||
|
||||
3) bf0app systems flash right away, as soon as a part is received and validated.
|
||||
This means if your bf0app box fails mid-flash, you could design a custom page to send the flashrom
|
||||
from where it left off (for example, if your box failed on part 3 of 16, you could start again at
|
||||
part 3 (with a specially set up page, minisrv won't do this by default)
|
||||
@@ -103,3 +103,16 @@ The `wtv-1800` example above shows how you could override the default port for a
|
||||
}
|
||||
```
|
||||
The `wtv-music` example above shows how you could disable a default service without modifying `config.json`
|
||||
|
||||
```
|
||||
"http": {
|
||||
"wtv-explanation": {
|
||||
"401": "wtv-guide:/errors/invalidauth",
|
||||
"403": "wtv-guide:/errors/unauthorized",
|
||||
"404": "wtv-guide:/errors/notfound"
|
||||
}
|
||||
}
|
||||
```
|
||||
The `http` example above shows how you could add a custom "Explain" button to the error message shown for a specific HTTP error.
|
||||
This only applies to "http" and "https" sources (you do not need to define it in both, it will apply to both). Does not apply to
|
||||
wtv-services. You can add an explain button to any HTTP code, not just the examples above.
|
||||
3
zefie_wtvp_minisrv/.gitignore
vendored
3
zefie_wtvp_minisrv/.gitignore
vendored
@@ -8,6 +8,7 @@ ServiceLogPost/*_*
|
||||
|
||||
# Large files not pertaining to the service code
|
||||
UserServiceVault/*-*
|
||||
UserServiceVault/*_*
|
||||
package-lock.json
|
||||
|
||||
|
||||
@@ -369,3 +370,5 @@ MigrationBackup/
|
||||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
# minisrv error log file
|
||||
errors.log
|
||||
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--1.0-HE.zip
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--1.0-HE.zip
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--1.0.zip
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--1.0.zip
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--1.1.zip
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--1.1.zip
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--2.5-HE.zip
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--2.5-HE.zip
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--2.5.zip
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/AppData--2.5.zip
Normal file
Binary file not shown.
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/ResData--1.0.res.gz
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/ResData--1.0.res.gz
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/ResData--1.1.res.gz
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/ResData--1.1.res.gz
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/ResData--2.5.res.gz
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/ResData--2.5.res.gz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/WebTVIntel--1.0.exe.gz
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/WebTVIntel--1.0.exe.gz
Normal file
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/WebTVIntel--1.1.exe.gz
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/WebTVIntel--1.1.exe.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/WebTVIntel--2.5.exe.gz
Normal file
BIN
zefie_wtvp_minisrv/ServiceDeps/viewergen/WebTVIntel--2.5.exe.gz
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
Disksets should contain the files under the "Disk" folder in the WebTV Viewer.
|
||||
The zip should NOT contain the "Disk" folder itself, but only the files you intend
|
||||
to install UNDER the "Disk" folder.
|
||||
859
zefie_wtvp_minisrv/ServiceDeps/wtv-guide/glossary.json
Normal file
859
zefie_wtvp_minisrv/ServiceDeps/wtv-guide/glossary.json
Normal file
@@ -0,0 +1,859 @@
|
||||
{
|
||||
"A": {
|
||||
"accessnumber": {
|
||||
"word": "access number",
|
||||
"definition": "The phone number your <boxname> dials to connect to the WebTV service.The access number is displayed on your TV screen each time you turn yourterminal on. If you are unsure whether the connection to your access number is local or toll, contact your phone company."
|
||||
},
|
||||
"accessrestriction": {
|
||||
"word": "access restriction",
|
||||
"definition": "A feature that lets parents limit what a young viewer can see on the Internet. WebTV provides two restrictive services for kids: Kidfriendly,recommended for children under age 11, and Surfwatch, recommended for older children. Access restrictions can only be set up on secondary accounts and are controlled by the Primary user."
|
||||
},
|
||||
"address": {
|
||||
"word": "address",
|
||||
"definition": "<b>Web page address</b><p>The Internet address of a Web page, also called a URL (Universal Resource Locator).<p><b>E-mail address</b><p>The address of an Internet user's e-mail account. An e-mail address includes a user name, as well as the domain that sponsors the address. To send someone e-mail, you need to know their e-mail address."
|
||||
},
|
||||
"addressbook": {
|
||||
"word": "Address book",
|
||||
"definition": "The Address book is feature that allows you to store e-mail addresses. Your Address book can hold up to 140 different e-mail addresses."
|
||||
},
|
||||
"altkey": {
|
||||
"word": "alt key",
|
||||
"definition": "The Alt key, when pressed simultaneously with other specific keys, creates various symbols. For example, the Alt key can be used to insert accent marks when writing in a foreign language."
|
||||
},
|
||||
"americaonline": {
|
||||
"word": "America Online",
|
||||
"definition": "An Online Service Provider for personal computer users. WebTV subscriberscannot connect to any portion of America Online's service, as it is notcompatible with WebTV. You can, however, send e-mailto AOL subscribers, as well as chat with them in non-AOL chat rooms."
|
||||
},
|
||||
"analog": {
|
||||
"word": "analog",
|
||||
"definition": "A process by which information is transmitted from one location to another. Most phone communication is conducted over an analog connection. Yourterminal is compatible with analog lines only."
|
||||
},
|
||||
"artemisresearch": {
|
||||
"word": "Artemis Research",
|
||||
"definition": "The name of the original research group that developed WebTV Networks."
|
||||
},
|
||||
"attachments": {
|
||||
"word": "attachments",
|
||||
"definition": "Files or documents that are sent with e-mail messages. To read an attachment, the e-mail program you are using must support the program in which the attachment was created. WebTV's e-mail system supports someattachments but not others. At this time, attachments created with Microsoft's Word and Excel do not work with WebTV."
|
||||
},
|
||||
"audibledialing": {
|
||||
"word": "audible dialing",
|
||||
"definition": "A feature that allows you to listen to your <boxname> dial in and connect to WebTV. <p>To activate audible dialing, follow these steps:<p><ol><li>Choose <b>Settings</b> from Web Home.<li>Choose <b>Dialing</b>.<li>Choose <b>Advanced</b>.<li>Put a check in the box next to <b>Audible dialing</b>.<li>Choose <b>Done</b>.</ol>"
|
||||
},
|
||||
"audiocontrolpanel": {
|
||||
"word": "audio control panel",
|
||||
"definition": "An on-screen panel that allows you to control audio files. To make the audio panel appear, simply press the <b>Options</b> button while listening to an audio file."
|
||||
},
|
||||
"autoretrieval": {
|
||||
"word": "auto retrieval",
|
||||
"definition": "A feature that automatically downloads new television listings to your <boxname> during the night.<P>To manually activate the Auto retrieval feature, Choose <b>Settings</b> from TV Home, choose <b>Listings setup</b> from the next page, then follow the on-screen instructions.",
|
||||
"plusonly": true
|
||||
|
||||
},
|
||||
"autoselect": {
|
||||
"word": "auto select",
|
||||
"definition": "The <b>Auto select</b> feature improves your channel surfing by filtering out all unviewable TV channels. When you use the <b>Auto select</b> feature, only the TV channels that come in clearly are viewable.<p>To activate Auto select:<ol><li>Choose <b>Settings</b> from your TV Home page<li>Choose <b>Channels</b><li>Choose <b>Auto Select</b><li>After the Auto Select is complete, choose <b>Done</b></ol>"
|
||||
}
|
||||
},
|
||||
"B": {
|
||||
"backbutton": {
|
||||
"word": "Back button",
|
||||
"definition": "A button on your remote control that returns you to the last Web page you visited."
|
||||
},
|
||||
"baud": {
|
||||
"word": "baud",
|
||||
"definition": "Measurement describing the amount of information a modem sends or receives per second."
|
||||
},
|
||||
"bulletinboards": {
|
||||
"word": "bulletin boards (BBs)",
|
||||
"definition": "Please see <b><word>newsgroup</word></b>."
|
||||
},
|
||||
"beta": {
|
||||
"word": "beta",
|
||||
"definition": "Testing stage that software goes through before it is released to the general public. During Beta testing, testers attempt to identify all bugs in the software."
|
||||
},
|
||||
"bitmap": {
|
||||
"word": "bitmap",
|
||||
"definition": "A type of image file on the Internet. Bitmaps are complex rows and columns of bits, or dots, that connect to form a larger, graphical image."
|
||||
},
|
||||
"blindcarboncopy": {
|
||||
"word": "blind carbon copy (BCC)",
|
||||
"definition": "A feature that allows computer users to send e-mail to someone without that person's e-mail address appearing on the message.If you have ever received e-mail that does not contain your e-mail address, you may have been blind carbon copied. <boxname_plus> does not allow users to send messages using <b>Blind carbon copy</b>."
|
||||
},
|
||||
"bookmark": {
|
||||
"word": "bookmark",
|
||||
"definition": "(Verb) To save the Internet address (URL) of a Web page so it can be easily accessed later.<p>(Noun) On <boxname_plus>, bookmarks are referred to as <b>Favorites</b>."
|
||||
},
|
||||
"bounce": {
|
||||
"word": "bounce",
|
||||
"definition": "Any time an e-mail message cannot reach its intended destination,it is returned, or bounced, to the original sender. An e-mail messagecan be bounced for any of the following reasons:<p><ul><li>The sender typed the e-mail address incorrectly<li>The e-mail address no longer exists<li>The recipient's mail box is full<li>There may be server problems.</ul>"
|
||||
},
|
||||
"bps": {
|
||||
"word": "BPS (Bits Per Second)",
|
||||
"definition": "The amount of information traveling within an area of space in any given second.</ul>"
|
||||
},
|
||||
"browser": {
|
||||
"word": "browser",
|
||||
"definition": "A program used to access Web pages on the World Wide Web.Your <boxname> comes equipped with its own browser that is specifically designed to view Web pages on a television screen.</ul>"
|
||||
},
|
||||
"bug": {
|
||||
"word": "bug",
|
||||
"definition": "An error in the software or hardware that causes a program to perform abnormally.</ul>"
|
||||
},
|
||||
"byte": {
|
||||
"word": "byte",
|
||||
"definition": "A measure of computer memory. One thousand bytes is equal to one <b>kilobyte </b>and one million bytes is equal to one <b>megabyte</b>.</ul>"
|
||||
}
|
||||
},
|
||||
"C": {
|
||||
"cablemodem": {
|
||||
"word": "cable modem",
|
||||
"definition": "A modem that transmits data over television cable lines.A standard analog modem transmits data over telephone lines.Cable modems process data much faster than analog modems.At this time, the majority of cable providers do not providecable modem Internet access.</ul>"
|
||||
},
|
||||
"cache": {
|
||||
"word": "cache",
|
||||
"definition": "A type of memory used to temporarily store Web pages.Cached Web pages load more quickly because they are stored locally in your terminal.<p>If your cache memory fills up, you may experience slower Web surfing,or receive an error message that says, <b>This page is too big to beshown completely</b>. To clear your cache memory, simply power off your terminaland turn it on again."
|
||||
},
|
||||
"callwaiting": {
|
||||
"word": "call waiting",
|
||||
"definition": "A service provided by your phone company that lets you receive incomingphone calls while your phone line is in use.If you subscribe to a call waiting service, follow these steps:<p><ol><li>Log on as the Primary user.<li>Choose <b>Settings</b> from <webhome>,<li>Choose <b>Dialing</b>.<li>Choose <b>Call waiting</b>.<li>Choose the box next to <b>Accept calls</b>.<li>Choose <b>Done</b>.</ol>"
|
||||
},
|
||||
"carboncopy": {
|
||||
"word": "carbon copy (cc)",
|
||||
"definition": "A feature that allows you to send an e-mail message to both a primaryrecipient and multiple secondary recipients at the same time."
|
||||
},
|
||||
"casesensitive": {
|
||||
"word": "case sensitive",
|
||||
"definition": "When letters typed in uppercase are read differently thanletters typed in lowercase.<p>For example, your <boxname_plus> e-mail address <b>is not</b>case sensitive. If your e-mail address is yourname@webtv.net,someone can send a message to YoUrNaMe@webtv.net, and it will stillget to you.<p>Your <boxname_plus> password <b>is</b> case sensitive. For example, if yourpassword is Surfwatch, you must type it in exactly that way."
|
||||
},
|
||||
"cd-rom": {
|
||||
"word": "CD-ROM",
|
||||
"definition": "(Compact Disc-Read-Only Memory)<p>A small disc capable of storing large amounts of information."
|
||||
},
|
||||
"chat": {
|
||||
"word": "chat",
|
||||
"definition": "A forum on the Internet where people communicate by exchanging typedmessages in real time.`;<boxname_plus> supports both HTML chat and real time IRC (Internet Relay Chat).At this time, we do not support Java-based chat."
|
||||
},
|
||||
"client": {
|
||||
"word": "client",
|
||||
"definition": "A program or device that relies on a larger computer, or server,to perform the majority of its functions. Your <boxname> can be thoughtof as a client, and so can some of the programs that run within it (e.g. <boxname_plus>'s e-mail system)."
|
||||
},
|
||||
"commandkey": {
|
||||
"word": "Command key",
|
||||
"definition": "The <b>Command</b> key (Cmd), when pressed simultaneously withspecific keys on the keyboard, activates a number of features.For example, pressing <b>Cmd</b> and the < b>R</b> keyat the same time reloads the page you're viewing."
|
||||
},
|
||||
"cookies": {
|
||||
"word": "cookies",
|
||||
"definition": "Cookies are electronic packets of information that a Web page givesout to visiting Internet users. Cookies have many uses, the mostcommon of which lets Web pages offer custom information to its visitors.For example, while viewing a specific Web page, you may be askedto provide your name and a few comments about your personal interests.The next time you visit that page, you may be presented with a welcomemessage that includes your name and content specific to your personal interests."
|
||||
},
|
||||
"crossoverlink": {
|
||||
"word": "Crossover link",
|
||||
"definition": "A hyperlink in the form of a small circled <b>i</b> thatsometimes appears on your screen during a television program.If selected, a crossover link will take you to a Web pagerelated to the TV program you are viewing.",
|
||||
"plusonly": true
|
||||
},
|
||||
"cross-post": {
|
||||
"word": "cross-post",
|
||||
"definition": "To submit a single post to several different newsgroups. To cross-posta message, simply add the newsgroup names to the post you have written,separating each name with a comma. Posts should only be cross-posted ifthey are relevant to all receiving newsgroups. Doing otherwise isconsidered bad netiquette."
|
||||
},
|
||||
"cursor": {
|
||||
"word": "cursor",
|
||||
"definition": "A blinking symbol on the screen that indicates where typed letters and words will go or appear.<p>The cursor can be moved from one text-entry field to another by using the <b>Tab</b> key."
|
||||
},
|
||||
"cutcopyandpaste": {
|
||||
"word": "Cut, Copy, and Paste",
|
||||
"definition": "A feature that lets you copy text from one place, such as a Web page, and pasteit somewhere else, such as in an e-mail message you're writing."
|
||||
}
|
||||
},
|
||||
"D": {
|
||||
"deletekey": {
|
||||
"word": "Delete key",
|
||||
"definition": "Removes text from a text field. Pressing the <b>Delete</b> key removes text one character at a time, while pressing the <b>Cmd</b> key and the <b>Delete</b> key at the same time deletes an entire line of text."
|
||||
},
|
||||
"dialingoptions": {
|
||||
"word": "Dialing options",
|
||||
"definition": "The place to make adjustments to your dialing settings. From the Dialing Options page, you can choose a dialing prefix, set up your terminal to work with a call waiting service,and activate audible dialing. Only the primary user can access and modify Dialing options.<p>To access Dialing options:<ol><li>Choose <b>Settings</b> from <webhome>.<li>Choose <b>Dialing</b>.</ol>"
|
||||
},
|
||||
"discuss": {
|
||||
"word": "Discuss",
|
||||
"definition": "WebTV's newsgroup section, which contains a list of featured newsgroups,a moderated newsgroup especially for WebTV users, and a search featureto help you find groups on specific discussion topics.To access Discuss:<ol><li>Choose <b>Community</b> from <webhome><li>Choose <b>Discuss</b>.</ol>"
|
||||
},
|
||||
"discussiongroup": {
|
||||
"word": "discussion group",
|
||||
"definition": "Please see <b><word>newsgroup</word></b>."
|
||||
},
|
||||
"dishplayer": {
|
||||
"word": "DISHPlayer",
|
||||
"definition": "The DISHPlayer is a satellite receiver that has the ability to access the WebTV service."
|
||||
},
|
||||
"domainname": {
|
||||
"word": "domain name",
|
||||
"definition": "The part of a URL or e-mail address that indicates where a Web page or mail box resides.For example, the <b>webtv.net</b> portion of the URL <b>http://www.webtv.net</b>lets you know that this URL belongs to the WebTV domain. The same applies tothe webtv.net part of your e-mail address."
|
||||
},
|
||||
"download": {
|
||||
"word": "download",
|
||||
"definition": "To move information from a host computer or server to a personal computer or device. For example, when an upgrade is available for<boxname_plus>, our host computers move the upgrade information toyour <boxname>. <p>We maintain all of the information that is downloaded to your terminal. Therefore, it is not possible for you to download programs on your own."
|
||||
},
|
||||
"dpi": {
|
||||
"word": "dpi",
|
||||
"definition": "The number of \"dots per inch\" in an image or Web page. Regardless of the <b>dpi</b> of a particular image, your terminal's maximum printing capability with most printers is 72 dpi .Because of this, the items you print may not appear exactly as they do on your television screen. If you're using an HP printer that has <b>Smart Focus technology</b>, however, yourmaximum printing capability is increased to 144 dpi."
|
||||
}
|
||||
},
|
||||
"E": {
|
||||
"editkey": {
|
||||
"word": "Edit key",
|
||||
"definition": "Modifies what you have written in a text entry field. After highlighting a text entry field, pressing the <b>Edit</b> key onyour keyboard allows you to move the cursor within that text field."
|
||||
},
|
||||
"e-mail": {
|
||||
"word": "e-mail",
|
||||
"definition": "Short for <b>electronic mail</b>, e-mail is a message sent from one Internet user to another. To send e-mail to another Internet user,you need that user's e-mail address. Likewise, someone will need your e-mail address to send e-mail to you."
|
||||
},
|
||||
"e-mailaddress": {
|
||||
"word": "e-mail address",
|
||||
"definition": "The address of an Internet user's e-mail account. An e-mail address includes a user name, as well as a domain name, which is thename of the company, organization that sponsors the address.<p>For example, in the e-mail address <b>yourname@webtv.net</b>,<b>yourname</b> is the user name, while <b>webtv.net</b> is the domain name."
|
||||
},
|
||||
"emoticons": {
|
||||
"word": "emoticons",
|
||||
"definition": "Combinations of letters and symbols used to convey emotion in an e-mail message or newsgroup post.<p>The following are a few of the more popular emoticons (Rotate your head to the left to view them properly):<p><b>:-)</b> Joking <p><b>;-)</b> Winking <p><b>:-(</b> Sad"
|
||||
},
|
||||
"encryption": {
|
||||
"word": "encryption",
|
||||
"definition": "A coding method used to help protect information on the Internet.Encrypted information is translated into a secret code, sentover the Internet, then translated back to its original form when it reaches its destination. <boxname_plus> supports a very high level of encryption."
|
||||
},
|
||||
"extras": {
|
||||
"word": "Extras",
|
||||
"definition": "Mail features that are available only when activated in Settings. The following features are Extras:<p><ul><li><word=replyall>Reply to All</word><li><word=attachments>Attach</word><li><word=carboncopy>CC (Carbon Copy)</word>"
|
||||
}
|
||||
},
|
||||
"F": {
|
||||
"faq": {
|
||||
"word": "FAQ",
|
||||
"definition": "(Frequently Asked Questions)<p>A list of questions and answers relating to a particular topic."
|
||||
},
|
||||
"favorite": {
|
||||
"word": "Favorite",
|
||||
"definition": "A Web page you save in order to return to it easily at a later time. Saving Web pages as Favorites allows you to keep track of the pages you visit most often and allows you to access them quickly. Each <boxname_plus> user can save a total of 640 Favorites."
|
||||
},
|
||||
"favoritesfolders": {
|
||||
"word": "Favorites folders",
|
||||
"definition": "A feature that allows you to organizes the Web pages you save as <b>Favorites</b>.You can name your Favorite folders anything you'd like, and can store yourFavorites accordingly. For example, you might store your favorite sports-related Web page in a folder named <b>Sports</b>. Each <boxname_plus> user can create up to 20 Favorites folders."
|
||||
},
|
||||
"file": {
|
||||
"word": "File",
|
||||
"definition": "A collection of information that is stored in one location. Files are used by computers and other devices to easily transfer large amounts of information. One example of a file is a document created with Microsoft Word."
|
||||
},
|
||||
"fileformats": {
|
||||
"word": "File formats",
|
||||
"definition": "The particular method by which information is put into a file.Every file is created using a particular computer program. The following is a complete listing of the file formats supported by <boxname_plus>:<p><ul><font size=small><li>AIFF AU SND WAV <li>GIF GSM JPEG <li>Macromedia Flash 1.0 <li>MIDI + Karaoke <li>MOD MPEG Video<li>MPEG-2, 3 Audio<li>QuickTime Audio RealAudio 1.0, 2.0, 3.0 <li>Shockwave Audio</font>"
|
||||
},
|
||||
"findkey": {
|
||||
"word": "Find key",
|
||||
"definition": "A key on your keyboard that lets you look for specific words or phrases on a Web page. For example, if you wanted to find the word <b>astronaut</b> on NASA's Web page, you could use the <b>Find</b> keyto quickly locate that word. You can use the <b>Find</b> key on your keyboard, or press the <b>Options</b> button on your remote and choose <b>find</b> from the on-screen panel that appears."
|
||||
},
|
||||
"flame": {
|
||||
"word": "Flame",
|
||||
"definition": "Term used to describe a malicious e-mail message or newsgroup post, often sent without provocation."
|
||||
},
|
||||
"forward": {
|
||||
"word": "forward",
|
||||
"definition": "To send an e-mail message you've received to someone else."
|
||||
},
|
||||
"frames": {
|
||||
"word": "frames",
|
||||
"definition": "An HTML feature that divides your screen into a set of smaller windows. Frames are often used on the Internet to keep a table of contents or a directory on the screen at all times."
|
||||
},
|
||||
"freeware": {
|
||||
"word": "freeware",
|
||||
"definition": "Copyrighted computer software that can be obtained free of charge when using a computer."
|
||||
},
|
||||
"ftp": {
|
||||
"word": "FTP",
|
||||
"definition": "A method by which files are transferred over the Internet from one Internet device to another. In order to FTP a file, you need to use an FTP program."
|
||||
}
|
||||
},
|
||||
"G": {
|
||||
"gif": {
|
||||
"word": "GIF",
|
||||
"definition": "A file format used to make pictures and images on the World Wide Web."
|
||||
},
|
||||
"goto": {
|
||||
"word": "Go To",
|
||||
"definition": "You can use the <b>Go To</b> feature to go directly to a Web page. If you know the Internet address (URL) of a Web page, press <b>Go To</b> on your keyboard, or press <b>Options</b> on your remote and choose <b>go to</b> from the on-screen <b>Options</b> panel. Type in the URL, then choose <b>Go to Page</b>."
|
||||
}
|
||||
},
|
||||
"H": {
|
||||
"hangupoption": {
|
||||
"word": "Hang up option",
|
||||
"definition": "An advanced option that allows you to temporarily disconnect your terminal from the service. When you're ready to connect again, select <b>Reconnect</b>. You'll be taken to the page you were viewing prior to hanging up. The <b>Hang up</b> feature does not power off your <boxname> it simply disconnects it, freeing up your phone line."
|
||||
},
|
||||
"harddrive": {
|
||||
"word": "hard drive",
|
||||
"definition": "A storage device used to store files, software, and/or programs."
|
||||
},
|
||||
"hardware": {
|
||||
"word": "hardware",
|
||||
"definition": "Any physical object used in the computer/technology environment. Your <boxname>, remote, and/or keyboard are examples of hardware."
|
||||
},
|
||||
"header": {
|
||||
"word": "header",
|
||||
"definition": "The \"travel information\" for a particular e-mail message. Headers indicate who sent the e-mail message, to whom the message is being sent, and the time it was sent."
|
||||
},
|
||||
"hoaxes": {
|
||||
"word": "hoaxes",
|
||||
"definition": "Messages purposefully crafted to fool or trick other Internet users. Hoaxes can be sent by e-mail and posted in newsgroups. One popular hoax attempts to fool people into thinking they have just downloaded a virus.If you encounter a hoax message such as this, it is best to simply ignore it."
|
||||
},
|
||||
"homepage": {
|
||||
"word": "Home page",
|
||||
"definition": "The first Web page you are taken to when you connect to the Internet.To get to <webhome> at any time, press the <b>Home</b> button on your remote or keyboard."
|
||||
},
|
||||
"hotlink": {
|
||||
"word": "hot link",
|
||||
"definition": "Words or symbols on a Web page that, when selected, take you to a new location on the Internet. Hot links can take you to a different spot on the page you are viewing, or to a new page altogether. Hot links are typically a different color or design than the rest of the text on a given page. On <boxname_plus>, any word or image that you can highlight with the yellow box is a hot link."
|
||||
},
|
||||
"html": {
|
||||
"word": "HTML",
|
||||
"definition": "The computer programming language used to make all Web pages. <boxname_plus> users can use HTML to add graphics and sound to their e-mail, as well as produce their own Web sites."
|
||||
},
|
||||
"http": {
|
||||
"word": "http",
|
||||
"definition": "(Hypertext Transfer Protocol)<p>The format by which Web pages are transferred back and forth on the Internet.You'll notice that the Internet address, or URL, of every Web page you view begins with http://"
|
||||
},
|
||||
"hyperlink": {
|
||||
"word": "hyperlink",
|
||||
"definition": "Words or symbols on a Web page that, when selected, take you to a new location on the Internet. Hyperlinks can take you to a different spot on the page you are viewing , or to a new page altogether. Hyperlinks are typically a different color or design than the rest of the text on a given page. On <boxname_plus>, any word or image you can highlight with the yellowbox is a hyperlink."
|
||||
}
|
||||
},
|
||||
"I": {
|
||||
"icon": {
|
||||
"word": "icon",
|
||||
"definition": "A selectable symbol or small picture on a Web page that, when selected,takes you to a different location on the Internet."
|
||||
},
|
||||
"icq": {
|
||||
"word": "ICQ",
|
||||
"definition": "(I Seek You)<p>A program that informs Internet users when a specified person is online.ICQ can also be used to send real time messages. At this time, <boxname_plus> does not support ICQ."
|
||||
},
|
||||
"imagemap": {
|
||||
"word": "image map",
|
||||
"definition": "An image on a Web page that, when selected, takes you to a different location on the Internet. A single image map usually contains several hyperlinks. When you highlight and select an image map, a small yellow arrow will appear, allowing you to select a specific hyperlink within the image map."
|
||||
},
|
||||
"infobutton": {
|
||||
"word": "Info button",
|
||||
"definition": "Used to find the Internet address (URL) of a Web page. Selecting the <b>Info</b> buttonwhile viewing a Web page will indicate the URL of that Web page. The Info button can be found on both the keyboard and the on-screen Options panel."
|
||||
},
|
||||
"instantmessenger": {
|
||||
"word": "Instant Messenger",
|
||||
"definition": "A program that lets Internet users send messages to each other in real time."
|
||||
},
|
||||
"internet": {
|
||||
"word": "Internet",
|
||||
"definition": "A large network of computers that enables people to communicate and exchange information across the globe. Also referred to as \"the Net.\""
|
||||
},
|
||||
"internetaddress": {
|
||||
"word": "Internet address",
|
||||
"definition": "Web pages are identified by their Internet addresses, or URLs. An Internet address is to a Web page what a street address is to a residence. If you know the Internet address of a Web page you can access it directly by using the <b>Go to</b> feature. To find the URL of a Web page while viewing it, press the <b>Info </b>key on your keyboard, or press <b>Options</b> on your remote and then choose <b>info</b> from the on-screen Options panel."
|
||||
},
|
||||
"internetexplorer": {
|
||||
"word": "Internet Explorer",
|
||||
"definition": "An Internet browser created by Microsoft Corporation for computer users to surf the World Wide Web."
|
||||
},
|
||||
"internettraffic": {
|
||||
"word": "Internet traffic",
|
||||
"definition": "The result of too many people connecting to the Internet at the same time. Just as automobile traffic may delay your commute to work, Internet traffic may slow down your Internet connection."
|
||||
},
|
||||
"irblaster": {
|
||||
"word": "IR blaster",
|
||||
"definition": "A device that lets you control your VCR, satellite receiver, or cable box with the WebTV remote control and keyboard. IR stands for <EM>Infra-red</EM>."
|
||||
},
|
||||
"irc": {
|
||||
"word": "IRC",
|
||||
"definition": "A program that allows Internet users to participate in live chat conversations."
|
||||
},
|
||||
"irkeyboard": {
|
||||
"word": "IR keyboard",
|
||||
"definition": "A wireless keyboard you can use to control your <boxname>. IR stands for <em>Infra-red</em>."
|
||||
},
|
||||
"isp": {
|
||||
"word": "ISP",
|
||||
"definition": "A company that provides Internet access."
|
||||
}
|
||||
},
|
||||
"J": {
|
||||
"jarhead": {
|
||||
"word": "JarHead (aka JarHead4)",
|
||||
"definition": "One of the developers of the WebTV <b><word>minisrv</word></b> project. JarHead has done a lot of work to create a service that recreates the experience of the original production WebTV Service.<br<br>See also: <b><word>zefie</word></b>"
|
||||
},
|
||||
"java": {
|
||||
"word": "Java",
|
||||
"definition": "A multipurpose computer language developed by Sun Microsystems Inc.Among other applications, Java is used to create animated graphics for Web pages. <boxname_plus> does not currently support Java."
|
||||
},
|
||||
"javascript": {
|
||||
"word": "Javascript",
|
||||
"definition": "A scripting language that adds functionality to Web pages. For example,Javascript is used to create drop down menus on many Web pages.Javascript is often confused with Java, but the two languages are not related. <boxname_plus> supports Javascript."
|
||||
},
|
||||
"jpeg": {
|
||||
"word": "JPEG",
|
||||
"definition": "A format used to create images and pictures on the World Wide Web. <boxname_plus> supports JPEGs."
|
||||
}
|
||||
},
|
||||
"K": {
|
||||
"keywordsearch": {
|
||||
"word": "keyword search",
|
||||
"definition": "Some databases and Web sites can be searched by keyword. With a keyword search, you can search for information on a general topic by inputting a single word, like "<b>pork."</b>"
|
||||
},
|
||||
"kid-friendly": {
|
||||
"word": "Kid-Friendly",
|
||||
"definition": "Software that reduces the chance of children accessing adult material on the Internet. Kid-Friendly provides content that is both educational and appropriate for children under the age of eleven. Once set up, thisservice helps to filter out inappropriate material on the Internet and allowsonly pre-approved content to be viewed. The option to set up Kid-Friendly accounts is provided to <boxname_plus> customers free of charge."
|
||||
},
|
||||
"kilobyte": {
|
||||
"word": "kilobyte",
|
||||
"definition": "A measure of computer memory. One kilobyte is equal to one thousand bytes."
|
||||
}
|
||||
},
|
||||
"L": {
|
||||
"link": {
|
||||
"word": "link",
|
||||
"definition": "Words or symbols on a Web page that, when selected, take you to a new location on the Internet. Links (also called hyperlinks) can take you to a different spot on the page you are viewing, or to a new page altogether. Links are typically a different color or design than the rest of the text on a given page. On <boxname_plus>, any word or image you can highlight with the yellow box is a link."
|
||||
},
|
||||
"load": {
|
||||
"word": "load",
|
||||
"definition": "To move information from a host-computer or server to a personal computer or device. For example, when a service update is available, <boxname_plus> (the server) loads the update information to your <boxname>. Because <boxname_plus> maintains all of the information that is loaded to your terminal, it is not possible for you to download programs on your own."
|
||||
},
|
||||
"login": {
|
||||
"word": "login",
|
||||
"definition": "The act of connecting to a remote system or network. Every time you connect to <boxname_plus>, you are \"logging in.\""
|
||||
},
|
||||
"logon": {
|
||||
"word": "logon",
|
||||
"definition": "See <b>login</b>"
|
||||
},
|
||||
"lurk": {
|
||||
"word": "lurk",
|
||||
"definition": "The act of reading posts in a newsgroup (Discuss) without responding. Newsgroup lurking is a perfectly normal Internet activity."
|
||||
}
|
||||
},
|
||||
"M": {
|
||||
"macromediaflash": {
|
||||
"word": "Macromedia Flash",
|
||||
"definition": "A file format used to add animation to Web pages."
|
||||
},
|
||||
"mailinglist": {
|
||||
"word": "mailing list",
|
||||
"definition": "A list of e-mail addresses compiled for wide-scale distribution. In general, people sign up for mailing lists in order to receive up-to-date information on a particular subject."
|
||||
},
|
||||
"mattman69": {
|
||||
"word": "MattMan69",
|
||||
"definition": "A <boxname_plus> user who was notorious for hacking the <boxname_plus> service. <b>MattMan69</b> created a <b><word>Web site</word></b> to expose all of the <boxname_plus> service secrets.<br><br> To this day, <b>MattMan69</b>'s Web site, found at <br><u><b><a href=\"http://turdinc.kicks-ass.net/Msntv/index2.html\">http://turdinc.kicks-ass.net/Msntv/index2.html</a></b></u>, is still one of the largest and most comprehensive archives of <br> <boxname_plus> service history."
|
||||
},
|
||||
"megabytes": {
|
||||
"word": "megabytes",
|
||||
"definition": "A measure of computer memory. One megabyte is equal to one million bytes or one thousand kilobytes."
|
||||
},
|
||||
"messagelight": {
|
||||
"word": "Message light",
|
||||
"definition": "A small red light on the front of your <boxname> that illuminates when a user has new e-mail. The <b>message light</b> is activated when you connect to the service and new e-mail is available. It canalso be activated by setting up the Message watch feature."
|
||||
},
|
||||
"messagewatch": {
|
||||
"word": "Message watch",
|
||||
"definition": "A feature that lets you program your <boxname> to automatically check for new e-mail, even while the terminal is off.<p>To change the time Message watch checks for messages:<ol><li>Choose <b>Settings</b> from <webhome><li>Choose <b>Mail</b>.<li>Choose <b>Message light</b>.<li>Follow the on-screen directions</b>.</ol>"
|
||||
},
|
||||
"mime": {
|
||||
"word": "MIME",
|
||||
"definition": "MIME protocol makes it possible to transfer non-text information, such as images, audio, and video, over the Internet. <boxname_plus>'s e-mail system is MIME compliant, so it can send and receive e-mail messages that are MIME encapsulated."
|
||||
},
|
||||
"minisrv": {
|
||||
"word": "minisrv",
|
||||
"definition": "An open-source product written in nodejs designed to replicate the propritary comminucations between a WebTV client and the server. <b>minisrv</b> is the server software that provides the user experience. This page was sent to you via <b>minisrv</b>!"
|
||||
},
|
||||
"modem": {
|
||||
"word": "modem",
|
||||
"definition": "A device or program that enables two computers or Internet devices to communicate over a telephone line."
|
||||
},
|
||||
"moderatednewsgroup": {
|
||||
"word": "moderated newsgroup",
|
||||
"definition": "A newsgroup that lists only pre-approved posts. Because every post is reviewed by a moderator, moderated newsgroups are typically more organized and civilized than un-moderated newsgroups."
|
||||
},
|
||||
"moderator": {
|
||||
"word": "moderator",
|
||||
"definition": "A person or program that reviews newsgroup submissions before they are posted. The job of a moderator is to keep newsgroup conversations focused and non-inflammatory."
|
||||
},
|
||||
"mosaic": {
|
||||
"word": "Mosaic",
|
||||
"definition": "The first Internet browser used to navigate the World Wide Web.The Mosaic browser was developed at the National Center for Supercomputing Applications (NCSA) at the University of Illinois."
|
||||
},
|
||||
"mouse": {
|
||||
"word": "mouse",
|
||||
"definition": "The mating device utilized by personal computer users."
|
||||
},
|
||||
"mpeg": {
|
||||
"word": "MPEG",
|
||||
"definition": "A file format used to make animated video clips.<boxname_plus> supports MPEG video files, which are widely available on the Internet."
|
||||
},
|
||||
"mud": {
|
||||
"word": "MUD",
|
||||
"definition": "A multi-player text-based game that is played on the Internet. The concept of MUD was developed in 1980 in the tradition of Dungeons and Dragons and other role-playing games. <boxname_plus> does not support MUDs."
|
||||
}
|
||||
},
|
||||
"N": {
|
||||
"navigate": {
|
||||
"word": "navigate",
|
||||
"definition": "To move from one location to another on the Internet."
|
||||
},
|
||||
"net": {
|
||||
"word": "Net",
|
||||
"definition": "Short for <b>Internet</b>."
|
||||
},
|
||||
"netiquette": {
|
||||
"word": "netiquette",
|
||||
"definition": "Short for Internet etiquette, <B>netiquette</B> is a set of unwritten rules or guidelines that Internet users follow when posting to a newsgroup or using a chat room. For example, it is considered bad netiquette to type in all capital letters when posting to a newsgroup. This is equivalent to SHOUTING!"
|
||||
},
|
||||
"netscapenavigator": {
|
||||
"word": "Netscape Navigator",
|
||||
"definition": "An Internet browser created by Netscape Communications Corporation for computer users to surf the World Wide Web."
|
||||
},
|
||||
"newbie": {
|
||||
"word": "newbie",
|
||||
"definition": "A slang term used to describe someone new to the Internet."
|
||||
},
|
||||
"newsgroup": {
|
||||
"word": "newsgroup",
|
||||
"definition": "A forum where Internet users gather to exchange ideas on a broad range of topics. So the conversation is easy to follow, newsgroup messages, or posts, are organized categorically by threads."
|
||||
},
|
||||
"noob": {
|
||||
"word": "noob",
|
||||
"definition": "Please see <b><word>newbie</word></b>"
|
||||
}
|
||||
},
|
||||
"O": {
|
||||
"on-screenkeyboard": {
|
||||
"word": "On-screen keyboard",
|
||||
"definition": "The on-screen keyboard lets you type letters and words using the hand-held remote control. To activate the on-screen keyboard, select a text entry field and then press the center button on your remote."
|
||||
},
|
||||
"optionspanel": {
|
||||
"word": "Options panel",
|
||||
"definition": "An on-screen panel that appears after you press the <font size=-1><b>OPTIONS</b></font> button on your remote or keyboard."
|
||||
}
|
||||
},
|
||||
"P": {
|
||||
"pagebuilder": {
|
||||
"word": "Page Builder",
|
||||
"definition": "Page Builder is a tool that helps you create your own Web pages and publish them on the World Wide Web."
|
||||
},
|
||||
"pap": {
|
||||
"word": "PAP",
|
||||
"definition": "(Password Authentication Protocol)<p>A protocol used to authenticate passwords. PAP is like a two-way handshaking procedure that validates a password every time you log on."
|
||||
},
|
||||
"parallelport": {
|
||||
"word": "parallel port",
|
||||
"definition": "A port on a personal computer or Internet device used to connect external devices. WebTV Plus receivers and DISHPlayers have a built-in parallel port that can be used to connect a compatible printer."
|
||||
},
|
||||
"pip": {
|
||||
"word": "PIP",
|
||||
"definition": "(Picture-in-Picture)<p>Also known as the TV Window. A feature that lets you watch television while surfing the Web. To activate PIP, select <b>TV window</b>from the <b>Options </B> panel, or press the <b>Cmd</b> key and the <b>W</b> key on your keyboard at the same time.",
|
||||
"plusonly": true
|
||||
},
|
||||
"pop": {
|
||||
"word": "POP",
|
||||
"definition": "(Point Of Presence)<p>A phone number used to connect a computer or Internet device to the Internet."
|
||||
},
|
||||
"post": {
|
||||
"word": "post",
|
||||
"definition": "(verb) To submit a message to a newsgroup.<p>(noun) A message that can be read on a newsgroup."
|
||||
},
|
||||
"ppp": {
|
||||
"word": "PPP",
|
||||
"definition": "(Point to Point Protocol)<p>Communication protocol used over standard phone lines to support Internet connectivity. PPP allows computers to communicate with each other."
|
||||
},
|
||||
"primaryuser": {
|
||||
"word": "Primary user",
|
||||
"definition": "Subscriber who originally registered for the <boxname_plus> service. The Primary user is responsible for payment of the <boxname_plus> service and for the actions of all secondary users.Additionally, only the Primary user can add or remove users,adjust dialing options, and set up access restrictions, such as SurfWatch and Kid Friendly."
|
||||
},
|
||||
"printeradapter": {
|
||||
"word": "printer adapter",
|
||||
"definition": "A device needed to connect a printer to a WebTV Classic Internet terminal. You can find printer adapters in most stores that carry WebTV terminals. The WebTV Plus receiver comes with a built-in printer adapter."
|
||||
},
|
||||
"printercable": {
|
||||
"word": "printer cable",
|
||||
"definition": "A cable that is used to connect a printer to a computer or Internet device.You must use an IEEE-1284 compliant bi-directional cable to print with yourterminal."
|
||||
},
|
||||
"privateroom": {
|
||||
"word": "private room",
|
||||
"definition": "A chat room not listed on a chat service's list of public rooms. Private rooms are only available in IRC and are temporary.Once all participants have left a private room, the room no longer exists."
|
||||
},
|
||||
"programinformation": {
|
||||
"word": "program information",
|
||||
"definition": "Information that is related to the television program you are viewing.Program information gives you:<p><ul><li>A brief description of a television program<li> The amount of time remaining in the program<li>The rating of the television program (if available)<li>Closed captioning information</ul>",
|
||||
"plusonly": true
|
||||
},
|
||||
"protocol": {
|
||||
"word": "protocol",
|
||||
"definition": "A standard format computers use to communicate.One popular protocol is http, the underlying format of the World Wide Web."
|
||||
}
|
||||
},
|
||||
"Q": {
|
||||
"quicktime": {
|
||||
"word": "Quicktime",
|
||||
"definition": "A file format used to produce sound and video clips on the Internet. <boxname_plus> currently supports the audio portion of Quicktime files, butdoes not support Quicktime video."
|
||||
}
|
||||
},
|
||||
"R": {
|
||||
"ram": {
|
||||
"word": "RAM",
|
||||
"definition": "A type of temporary computer memory. RAM is used to temporarily store the Web content you access during an Internet session. This type of memory makes content you recently viewed more quickly accessible."
|
||||
},
|
||||
"realaudio": {
|
||||
"word": "Real Audio",
|
||||
"definition": "Software developed by Progressive Networks Inc. used to transmit, receive, and play audio on the Internet."
|
||||
},
|
||||
"recent": {
|
||||
"word": "Recent",
|
||||
"definition": "The <b>Recent</b> feature allows you to see a list of the Web pages that you've just visited. To see this list, press <b>Recent</b> on yourkeyboard or remote."
|
||||
},
|
||||
"reload": {
|
||||
"word": "Reload",
|
||||
"definition": "The <b>Reload</b> feature allows you to view the most recent version of a Web page. This is useful for Web pages that are updated frequently, such as sports and weather pages, and newsgroups.<p>To reload a page, press <b>Options</b> on your remote or keyboard, then choose <b>Reload</b> from the on-screen Options panel."
|
||||
},
|
||||
"reply": {
|
||||
"word": "reply",
|
||||
"definition": "To respond to a person who has sent you an e-mail message."
|
||||
},
|
||||
"replyall": {
|
||||
"word": "reply all",
|
||||
"definition": "To respond to all of the original recipients of an e-mail message you have received. Reply all can only be used when an e-mail message contains multiple recipients and you've activated the <b>Extras</b> feature in the <b>Settings</b> section of Mail."
|
||||
},
|
||||
"rfadapter": {
|
||||
"word": "RF adapter",
|
||||
"definition": "Used to connect devices, such as video game consoles and Internet set-top boxes, to TV sets that are not equipped with cable and/or audio-video jacks.<p>RF stands for <EM>Radio Frequency</EM>."
|
||||
},
|
||||
"rom": {
|
||||
"word": "ROM",
|
||||
"definition": "A type of computer memory that cannot be changed by an end user. If you disconnect from <boxname_plus>, the ROM memory will not be affected."
|
||||
}
|
||||
},
|
||||
"S": {
|
||||
"save": {
|
||||
"word": "Save",
|
||||
"definition": "To store something in order to be able to access it later. You might save a Web page in a Favorites folder, an e-mail message in Storage, or an e-mail address in the Address book."
|
||||
},
|
||||
"screensaver": {
|
||||
"word": "screen saver",
|
||||
"definition": "A program that prevents damage to a TV screen or PC monitor by maintaining the constant movement of images. If a stationary image remains on a screen for an extended period of time, the image may <EM>burn</EM> into the screen. The <boxname_plus> screen saver is activated when you stop using your terminal, but do not turn it off."
|
||||
},
|
||||
"scrollbuttons": {
|
||||
"word": "Scroll buttons",
|
||||
"definition": "To move up and down on a Web page. Both the keyboard and the remote have<b>Scroll up</b> and <b>Scroll down</b> buttons."
|
||||
},
|
||||
"search": {
|
||||
"word": "Search",
|
||||
"definition": "A service used to locate information on the Internet. To search for information, select Search from <webhome> and type what you're looking for. The more descriptive words you use in a search, the better."
|
||||
},
|
||||
"searchengine": {
|
||||
"word": "search engine",
|
||||
"definition": "A program used to find specific information on the Internet. Excite, Yahoo, and Alta Vista are all examples of popular search engines. <boxname_plus> features Infoseek as its Internet search engine."
|
||||
},
|
||||
"send": {
|
||||
"word": "Send",
|
||||
"definition": "A feature that lets you send an e-mail message or a URL to another Internet user while you are surfing the Internet. The <b>Send</b> feature can also be used to forward newsgroup posts."
|
||||
},
|
||||
"server": {
|
||||
"word": "server",
|
||||
"definition": "A computer on the Internet that is used to store information, such as your <boxname_plus> e-mail and Favorites. Each time you turn your <boxname> on, you are connected to a server. That server then connects to other servers to access information."
|
||||
},
|
||||
"serviceprovider": {
|
||||
"word": "service provider",
|
||||
"definition": "A company that provides Internet access."
|
||||
},
|
||||
"shockwave": {
|
||||
"word": "Shockwave",
|
||||
"definition": "A program used to create animations and sounds on the Internet. <boxname_plus> does not support the video segments of Shockwave, but does support Shockwave audio."
|
||||
},
|
||||
"shortcuts": {
|
||||
"word": "shortcuts",
|
||||
"definition": "Programmable keys (F1-F7) on the IR keyboard that, when set up, allow you to access Favorites with one keystroke."
|
||||
},
|
||||
"site": {
|
||||
"word": "site",
|
||||
"definition": "A set of Web pages that together represent one specific location on the World Wide Web. A Web site is like a book, and the Web pages within it are like pages in a book. Web sites typically have a main page, where the idea, story, or purpose of the site is clearly defined."
|
||||
},
|
||||
"smartcards": {
|
||||
"word": "Smart cards",
|
||||
"definition": "Smart cards are a new technology still in development. Your <boxname> includes a smart card slot in anticipation of their widespread use. In the future, smart cards will be used to store information, including financial data for banking and other online transactions."
|
||||
},
|
||||
"spam": {
|
||||
"word": "spam",
|
||||
"definition": "An unsolicited e-mail message or newsgroup post, often advertising a useless product or service. It is a violation of <boxname_plus>'s Terms of Service to send spam."
|
||||
},
|
||||
"ssl": {
|
||||
"word": "SSL",
|
||||
"definition": "A security protocol on the Internet. SSL encrypts data in order to help protectthe transmission of confidential information over the Internet.We support this standard, allowing you to conduct online banking, shopping and trading. To be sure that you are making an SSL-backed transaction, you can select the <b>Info</b> button on the keyboard while on a Web page. If the page is encrypted, an icon on the bottom left of the screen will appeargiving you the option to view the page's security details."
|
||||
},
|
||||
"storage": {
|
||||
"word": "Storage",
|
||||
"definition": "A feature that lets you save and sort e-mail. The Storage feature includes:<p><ul><li>e-mail you have saved<li>e-mail you have discarded (during the past week)<li>e-mail you have sent (during the past week).</ul>"
|
||||
},
|
||||
"streaming": {
|
||||
"word": "streaming",
|
||||
"definition": "A method used to send information over the Internet. The first part of streaming information arrives in a usable form before the last part is fully loaded. Audio files, for example, are commonly put into a streaming format. You can begin to play a streaming audio file before the last part of the file has fully loaded."
|
||||
},
|
||||
"surf": {
|
||||
"word": "surf",
|
||||
"definition": "To navigate from one point to another on the World Wide Web."
|
||||
},
|
||||
"surfwatch": {
|
||||
"word": "SurfWatch",
|
||||
"definition": "Software that reduces the likelihood of children accessing adult material on the Internet. SurfWatch blocks access to sites that it has identified as containing adult material. SurfWatch has also compiled a list of words which, when used in searches, may find inappropriate Web content. SurfWatch prevents these words from being used.<p>SurfWatch can be set up by the Primary user (subscriber) for any secondary userbut cannot be set up on the Primary user's account."
|
||||
},
|
||||
"s-video": {
|
||||
"word": "S-video",
|
||||
"definition": "A technology used to transmit video signals from one device to another. S-video technology produces a high quality image and is more commonly found on newer televisions."
|
||||
}
|
||||
},
|
||||
"T": {
|
||||
"telnet": {
|
||||
"word": "Telnet",
|
||||
"definition": "A protocol used to access information on a remote computer.<boxname_plus> does not support Telnet connections."
|
||||
},
|
||||
"termsofservice": {
|
||||
"word": "Terms of Service",
|
||||
"definition": "A legal contract between WebTV and each individual <boxname_plus> subscriber. All <boxname_plus> subscribers are required to follow the guidelines mandated within WebTV's <b>Terms of service (TOS)</b>. Violations of the TOS can result in the suspension and possible cancellation of your account."
|
||||
},
|
||||
"textentryfield": {
|
||||
"word": "text entry field",
|
||||
"definition": "A blank field or box on a Web page where text can be typed."
|
||||
},
|
||||
"threads": {
|
||||
"word": "threads",
|
||||
"definition": "A connected group of posts in a newsgroup that share the same subject title. Each thread in a newsgroup represents a different topic of conversation."
|
||||
},
|
||||
"timestamp": {
|
||||
"word": "time stamp",
|
||||
"definition": "The listed time on an e-mail message that indicates when it was sent."
|
||||
},
|
||||
"transloader": {
|
||||
"word": "Transloader",
|
||||
"definition": "A Web site that allows you to capture images from other Web pages and savethem in your Scrapbook. You can then add these images to Web pages youcreate with <b><word>Page Builder</word></b>."
|
||||
},
|
||||
"troll": {
|
||||
"word": "troll",
|
||||
"definition": "Someone who attempts to disrupt the fluidity of newsgroup conversationby posting irrelevant and sometimes hostile messages.If you encounter a troll, it is best to not respond publicly to their messages."
|
||||
},
|
||||
"tvhome": {
|
||||
"word": "TV Home",
|
||||
"definition": "Your home base for watching TV, browsing television listings,and setting up your TV for use with your <boxname>.",
|
||||
"plusonly": true
|
||||
},
|
||||
"tvlistings": {
|
||||
"word": "TV Listings",
|
||||
"definition": "A 24-hour schedule of television programming accessible from the TV Home page. TV Listings are available even if your terminal is offline, or not connected to <boxname_plus>.",
|
||||
"plusonly": true
|
||||
},
|
||||
"tvwindow": {
|
||||
"word": "TV Window",
|
||||
"definition": "Also known as <b>Picture-in-Picture</b> or <b><word>PIP</word></b>. A feature that lets you watch television while surfing the Web. To activate the TV window, select <b>PIP</b>from the <b>Options </B> panel, or press the <b>Cmd</b> key and the <b>W</b> key on your keyboard at the same time.",
|
||||
"plusonly": true
|
||||
}
|
||||
},
|
||||
"U": {
|
||||
"update": {
|
||||
"word": "update",
|
||||
"definition": "Please see <b><word>upgrade</word></b>"
|
||||
},
|
||||
"upgrade": {
|
||||
"word": "upgrade",
|
||||
"definition": "The addition or enhancement of a new feature to a service. <boxname_plus> provides periodic upgrades to your service."
|
||||
},
|
||||
"upload": {
|
||||
"word": "upload",
|
||||
"definition": "To transfer information from a personal computer or device to a host computer or server."
|
||||
},
|
||||
"url": {
|
||||
"word": "URL",
|
||||
"definition": "Web pages are identified by their URLs, or Internet addresses. An Internet address is to a Web page what a street address is to a residence. If you know the Internet address of a Web page you can access it directly by using the <b>Go To</b> feature. <p>To find the URL of a Web page, select the <b>Info</b> key on your keyboard, or press <b>Options</b> and then <b>Info</b> on your remote, while viewing a particular Web page."
|
||||
},
|
||||
"usenet": {
|
||||
"word": "Usenet",
|
||||
"definition": "A large system of newsgroups that can be accessed through the Internet."
|
||||
},
|
||||
"user": {
|
||||
"word": "user",
|
||||
"definition": "Any account set up on your <boxname>. Each terminal can have a total of six users; one Primary user and up to five secondary users. Only the Primary user can add secondary users."
|
||||
},
|
||||
"useyourisp": {
|
||||
"word": "Use Your ISP",
|
||||
"definition": "A feature that allows <boxname_plus> users to connect to <boxname_plus> using an ISP (Internet Service Provider) of their choosing. <b>Use Your ISP</b> is beneficial to those who have Internet access through another ISP, and for those who live in an area without a local access number."
|
||||
}
|
||||
},
|
||||
"V": {
|
||||
"vidcap": {
|
||||
"word": "Vidcap",
|
||||
"definition": "Video capture, or vidcap, lets you connect a VCR, video camera, or digital camerato your terminal and capture a picture. You can send vidcaps in e-mail messages or keep them in your scrapbook in Page Builder.",
|
||||
"plusonly": true
|
||||
},
|
||||
"videoflash": {
|
||||
"word": "VideoFlash",
|
||||
"definition": "A technology developed by WebTV Networks that produces full-screen, full-motion video. In contrast to conventional Internet video technology, VideoFlash provides a level of video quality comparable to standard TV and is capable of providing significantly faster download times."
|
||||
},
|
||||
"viewbutton": {
|
||||
"word": "view button",
|
||||
"definition": "Button on the remote control and keyboard used to switch between Web Homeand the TV Home page."
|
||||
},
|
||||
"virus": {
|
||||
"word": "virus",
|
||||
"definition": "A program or code that interferes with the normal functioning of a personal computer. Your <boxname> is immune to viruses."
|
||||
},
|
||||
"vrml": {
|
||||
"word": "VRML",
|
||||
"definition": "A computer programming language used to create three-dimensional graphics on the World Wide Web. <boxname_plus> does not support VRML."
|
||||
}
|
||||
},
|
||||
"W": {
|
||||
"web": {
|
||||
"word": "Web",
|
||||
"definition": "An enormous network of computers that can read and exchange information created by a single programming language, known as HTML. HTML is a simple and flexible programming language that is used to display text, audio, images, and animations. The World Wide Web is often referred to as the Internet. However, the World Wide Web is a subset of the Internet, not the Internet itself.Internet users navigate the World Wide Web using Web browsers."
|
||||
},
|
||||
"webaddress": {
|
||||
"word": "Web address",
|
||||
"definition": "Please see <b><word>Internet address</word></b>"
|
||||
},
|
||||
"webbrowser": {
|
||||
"word": "Web browser",
|
||||
"definition": "Please see <b><word>browser</word></b>"
|
||||
},
|
||||
"webmaster": {
|
||||
"word": "Webmaster",
|
||||
"definition": "A person who is responsible for maintaining a Web site."
|
||||
},
|
||||
"webpage": {
|
||||
"word": "Web page",
|
||||
"definition": "An HTML formatted document that resides on the World Wide Web.Web pages generally combine text and pictures, but can also contain animation and video. Each Web page on the World Wide Webis identified by a unique Internet address, or URL."
|
||||
},
|
||||
"website": {
|
||||
"word": "Web site",
|
||||
"definition": "A set of Web pages that together represent one specific location on the World Wide Web. A Web site is like a book, and the Web pages within it are like pages in a book. Web sites typically have a main page, where the idea, story, or purpose of the site is clearly defined."
|
||||
},
|
||||
"webtvclassic": {
|
||||
"word": "WebTV Classic",
|
||||
"definition": "WebTV's original Internet set-top box. The WebTV Classic Internet terminal, manufactured by Sony and Phillips Magnavox, is an easy and affordable way to access the Internet."
|
||||
},
|
||||
"webtvplus": {
|
||||
"word": "WebTV Plus",
|
||||
"definition": "An Internet set-top box that connects to the WebTV Plus service.The WebTV Plus receiver, manufactured by Sony, Phillips Magnavox, Samsung, RCA, and Mitsubishi, is WebTV's second product offering."
|
||||
},
|
||||
"whispering": {
|
||||
"word": "whispering",
|
||||
"definition": "A feature in Chat that lets you send a private message to another person in a chat room. Only you and the specified recipient will see the whispered message."
|
||||
},
|
||||
"windows": {
|
||||
"word": "Windows",
|
||||
"definition": "A computer operating system developed by Microsoft Corporation."
|
||||
},
|
||||
"worldwideweb": {
|
||||
"word": "World Wide Web",
|
||||
"definition": "An enormous network of computers that can read and exchange information created by a single programming language, known as HTML.HTML is a simple and flexible programming language that is usedto display text, audio, images, and animations. The World Wide Webis often referred to as the Internet. However, the World Wide Web is a subset of the Internet, not the Internet itself. Internet users navigate the World Wide Web using Web browsers."
|
||||
}
|
||||
},
|
||||
"Z": {
|
||||
"zefie": {
|
||||
"word": "zefie",
|
||||
"definition": "Primary developer of the WebTV <b><word>minisrv</word></b> project. zefie is responsible for creating the project, as well maintaining the open-source project on GitHub.<br<br>See also: <b><word>JarHead</word></b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Access is restricted</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Access is restricted
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
This message means that
|
||||
the publisher has restricted access to a page,
|
||||
and will not allow you to see it.
|
||||
<p>
|
||||
Publishers sometimes restrict access to
|
||||
limit the use of their information.
|
||||
<p>
|
||||
In general, it won't help to try again.
|
||||
<p>
|
||||
<font size=-1>
|
||||
<i>Technical details</i><br>
|
||||
This is result <tt>403 Forbidden</tt>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,88 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Missing publisher's name</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Missing publisher's name
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Web addresses generally include a publisher's
|
||||
name after the colon. This name is often called
|
||||
a <i>host</i> name. In this address, <B>www.npr.org</B>
|
||||
is the publisher's name:
|
||||
<table>
|
||||
<tr>
|
||||
<td height=8>
|
||||
<tr>
|
||||
<td width=10>
|
||||
<td><tt>http://<b>www.npr.org</b>/news/</tt>
|
||||
</table>
|
||||
<p>
|
||||
This message appears if you don't include the publisher's
|
||||
name in an address that you type.
|
||||
<p>
|
||||
<font size=-1>
|
||||
<i>Technical details</i><br>
|
||||
This is result <tt>400 Bad Request</tt>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,82 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Publisher problem</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Publisher problem
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
This message means that
|
||||
the publisher's computer experienced a technical
|
||||
problem while it was trying to send you information.
|
||||
<p>
|
||||
This can occur because of a mistake made by the
|
||||
author of a page or by the publisher.
|
||||
You might want to try getting the page again,
|
||||
though this problem is likely to happen again.
|
||||
<p>
|
||||
<font size=-1>
|
||||
<i>Technical details</i><br>
|
||||
This is result <tt>500 Internal Server Error</tt>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,83 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Page was not found</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Page was not found
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
This message means that
|
||||
the publisher could not find
|
||||
a particular page that was requested.
|
||||
<p>
|
||||
If you were typing in a Web address, you
|
||||
can check the address to make sure it is accurate.
|
||||
<p>
|
||||
This message also appears if a page's author
|
||||
mistyped the address of another page.
|
||||
<p>
|
||||
<font size=-1>
|
||||
<i>Technical details</i><br>
|
||||
This is a server result <tt>404 Not Found</tt>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,81 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Publisher is too busy</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Publisher is too busy
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
This message means that
|
||||
the publisher of the page you're trying to reach
|
||||
is so busy sending pages to other people on the
|
||||
Internet that it can't handle your request right now.
|
||||
<p>
|
||||
Try again in a minute or two, and the publisher
|
||||
might be less busy. Many publishers are busiest in the mid-morning and early evening.
|
||||
<p>
|
||||
<font size=-1>
|
||||
<i>Technical details</i><br>
|
||||
This is result <tt>503 Service Unavailable</tt>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,242 @@
|
||||
data = `<html><head>
|
||||
<script>
|
||||
<!-- navigation functions -->
|
||||
function doSubmit(gvnStr) {
|
||||
document.formInfo.action=gvnStr;
|
||||
document.formInfo.submit();
|
||||
}
|
||||
|
||||
function goToMainIndex() {
|
||||
indexStr = "wtv-guide:/help?topic=Index&subtopic=Main&page=1";
|
||||
history.go(indexStr);
|
||||
location.href = "wtv-tricks:/help?topic=Index&subtopic=Main&page=1";
|
||||
}
|
||||
|
||||
function tryApp() {
|
||||
location.href = unescape(document.formInfo.tryItUrl.value);
|
||||
}
|
||||
</script>
|
||||
|
||||
<title>Billing</title>
|
||||
</head>
|
||||
|
||||
<body hspace="0" vspace="0" fontsize="medium" noscroll="" vlink="#cccccc" text="#c6bd6c" link="#cccccc" bgcolor="#00292f">
|
||||
|
||||
|
||||
|
||||
<form name="formInfo" method="get">
|
||||
<input type="hidden" name="userName">
|
||||
<input type="hidden" name="ACHinfo">
|
||||
<input type="hidden" name="boxKind">
|
||||
<input type="hidden" name="tryItLabel">
|
||||
<input type="hidden" name="tryItUrl">
|
||||
</form>
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
if (document.formInfo.boxKind.value == 'Classic')
|
||||
boxtype = '!classic!'
|
||||
else if (document.formInfo.boxKind.value == 'Plus')
|
||||
boxtype = '!plus!'
|
||||
else if (document.formInfo.boxKind.value == 'BPS')
|
||||
boxtype = '!bps!'
|
||||
else if (document.formInfo.boxKind.value == 'EchoStar')
|
||||
boxtype = '!echostar!'
|
||||
else if (document.formInfo.boxKind.value == 'LC25')
|
||||
boxtype = '!lc25!'
|
||||
else
|
||||
boxtype = '!other!'
|
||||
|
||||
if (boxtype != "!other!") {
|
||||
var allCookies = document.cookie;
|
||||
var pos = allCookies.indexOf("logon");
|
||||
if (pos == -1 ) {
|
||||
document.cookie = "logon=" + document.formInfo.userName.value + "; path=/; domain=webtv.net";
|
||||
}
|
||||
pos = allCookies.indexOf("boxtype");
|
||||
if (pos == -1 ) {
|
||||
document.cookie = "boxtype=" + document.formInfo.boxKind.value + "; path=/; domain=webtv.net";
|
||||
}
|
||||
pos = document.URL.indexOf("/forms/");
|
||||
if (pos == -1)
|
||||
document.cookie = "hcurl=" + document.URL + "; path=/; domain=webtv.net";
|
||||
}
|
||||
</script>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td width="560" valign="top" height="96">
|
||||
<table width="560" height="96" cellspacing="0" cellpadding="0" background="wtv-tricks:/ROMCache/helpMasthead.swf">
|
||||
<tbody><tr>
|
||||
<td rowspan="2" width="107" valign="top" height="96">
|
||||
<spacer type="vertical" height="7"><br>
|
||||
<spacer type="horizontal" width="7">
|
||||
<a href='wtv-tricks:/home'>
|
||||
<img src='wtv-tricks:/ROMCache/WebTVLogoJewel.gif' width=87 height=67>
|
||||
</spacer></spacer></td><td width="453" valign="top">
|
||||
<spacer type="vertical" height="54"><br>
|
||||
<spacer type="horizontal" width="108">
|
||||
<font size="+3" color="DDDDDD"><blackface>
|
||||
Billing
|
||||
</blackface></font>
|
||||
<spacer type="vertical" height="0"><br>
|
||||
</spacer></spacer></spacer></td></tr><tr>
|
||||
<td align="right">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td width="12">
|
||||
<script>
|
||||
if (boxtype != "!other!") {
|
||||
document.write("<img width=7 height=7 src='wtv-tricks:/ROMCache/UtilityBullet.gif' align=absmiddle>");
|
||||
}
|
||||
</script>
|
||||
<spacer type="horizontal" width="10">
|
||||
</spacer></td><td width="110" valign="top">
|
||||
<script>
|
||||
if (boxtype != "!other!") {
|
||||
document.write("<a href='javascript:goToMainIndex()'>");
|
||||
document.write("<font size=2>Main index</font></a>");
|
||||
}
|
||||
</script>
|
||||
</td><td width="12">
|
||||
<img src="wtv-tricks:/ROMCache/UtilityBullet.gif" width="7" height="7" align="absmiddle"><spacer type="horizontal" width="10">
|
||||
</spacer></td><td width="130" valign="top">
|
||||
<a href="javascript:doSubmit('http://askwebtv.webtv.net/index.asp')"><font size="2">Find an answer</font></a>
|
||||
</td></tr></tbody></table>
|
||||
</td></tr></tbody></table>
|
||||
</td></tr></tbody></table>
|
||||
|
||||
<table frame="" width="560" height="235" cellspacing="2" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td width="60"><spacer type="horizontal" size="60"></spacer></td>
|
||||
<td valign="top"><font color="#dddddd"><br>
|
||||
</font><font color="#70954b"><b>
|
||||
<table frame="" width="487" cellspacing="0" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td width="250" height="10">
|
||||
</td><td width="20">
|
||||
</td><td width="250">
|
||||
</td><td width="20">
|
||||
</td></tr><tr>
|
||||
<td valign="top">
|
||||
|
||||
<script language="JAVASCRIPT">
|
||||
var AnsBoxType = new Array();
|
||||
var AnsHasEmail = new Array();
|
||||
var MenuChoiceUrl = new Array();
|
||||
var MenuChoiceUrlOther = new Array();
|
||||
var MenuChoiceTitle = new Array();
|
||||
var MenuChoiceSubhead = new Array();
|
||||
|
||||
var linkHTML1 = '<table width=250 selected href=';
|
||||
if (boxtype == '!other!')
|
||||
var linkHTML2 = '><tr><td rowspan=2 valign=top><font color=#70954b>•<td valign=top><b><font color=#70954b>';
|
||||
else
|
||||
var linkHTML2 = '><tr><td rowspan=2 valign=top><font color=#70954b>€<td valign=top><b><font color=#70954b>';
|
||||
var linkHTML3 = '</font><tr><td valign=top><font color=#cccccc>';
|
||||
var linkHTML4 = '</table><spacer type=vertical height=10><br>';
|
||||
|
||||
function writeLinkTable(ind) {
|
||||
document.write(linkHTML1);
|
||||
document.write(MenuChoiceUrl[ind]);
|
||||
document.write(linkHTML2);
|
||||
if (boxtype == '!other!')
|
||||
document.write('<a href=' + MenuChoiceUrlOther[ind] + '><font color=#70954b>' + MenuChoiceTitle[ind] + '</font></a>');
|
||||
else
|
||||
document.write(MenuChoiceTitle[ind]);
|
||||
document.write(linkHTML3);
|
||||
document.write(MenuChoiceSubhead[ind]);
|
||||
document.write(linkHTML4);
|
||||
}
|
||||
|
||||
AnsHasEmail[0] = '';
|
||||
AnsBoxType[0] = '';
|
||||
MenuChoiceUrl[0] = "javascript:doSubmit('http://help.webtv.net/business/account.html')";
|
||||
MenuChoiceUrlOther[0] = "'http://help.webtv.net/business/account.html'";
|
||||
MenuChoiceTitle[0] = "Account information";
|
||||
MenuChoiceSubhead[0] = "balance, payment info, updating";
|
||||
|
||||
AnsHasEmail[1] = '';
|
||||
AnsBoxType[1] = '';
|
||||
MenuChoiceUrl[1] = "javascript:doSubmit('http://help.webtv.net/business/billing.html')";
|
||||
MenuChoiceUrlOther[1] = "'http://help.webtv.net/business/billing.html'";
|
||||
MenuChoiceTitle[1] = "Billing";
|
||||
MenuChoiceSubhead[1] = "cost, payment types, additional charges";
|
||||
|
||||
AnsHasEmail[2] = '';
|
||||
AnsBoxType[2] = '';
|
||||
MenuChoiceUrl[2] = "javascript:doSubmit('http://help.webtv.net/business/cancelservice.html')";
|
||||
MenuChoiceUrlOther[2] = "'http://help.webtv.net/business/cancelservice.html'";
|
||||
MenuChoiceTitle[2] = "Canceling the service";
|
||||
MenuChoiceSubhead[2] = "how to cancel your subscription to WebTV";
|
||||
|
||||
AnsHasEmail[3] = '';
|
||||
AnsBoxType[3] = '';
|
||||
MenuChoiceUrl[3] = "javascript:doSubmit('http://help.webtv.net/business/giftcard.html')";
|
||||
MenuChoiceUrlOther[3] = "'http://help.webtv.net/business/giftcard.html'";
|
||||
MenuChoiceTitle[3] = "Gift Card";
|
||||
MenuChoiceSubhead[3] = "Purchase the gift of WebTV";
|
||||
|
||||
vClassic = 4;
|
||||
vPlus = 4;
|
||||
|
||||
bHasEmail = 0;
|
||||
|
||||
vHasEmail = 0;
|
||||
|
||||
if (boxtype == '!classic!')
|
||||
vCount = vClassic;
|
||||
else
|
||||
vCount = vPlus;
|
||||
|
||||
if ((vCount % 2) == 0)
|
||||
vMid = vCount - 2;
|
||||
else
|
||||
vMid = vCount - 3;
|
||||
for(var loop = 0; loop < vCount; loop++) {
|
||||
if (AnsHasEmail[loop] == '' || showMail == '' || (showMail == 'true' && AnsHasEmail[loop] == 'True'))
|
||||
if (AnsBoxType[loop] == '' || AnsBoxType[loop].indexOf(boxtype) >= 0 || boxtype == '!other!') {
|
||||
writeLinkTable(loop);
|
||||
}
|
||||
if (loop == (vMid / 2)) {
|
||||
document.write("<td valign=top><td valign=top>");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
</spacer></spacer></td></tr></tbody></table>
|
||||
</b></font></td></tr></tbody></table>
|
||||
|
||||
<table width="560" cellspacing="0" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td valign="top" align="right">
|
||||
<form id="form1" name="form1">
|
||||
<font color="ffcf69"><shadow>
|
||||
<script>
|
||||
if (boxtype != "!other!") {
|
||||
<!-- draw Try It button if the info has been passed from the service -->
|
||||
appUrl = document.formInfo.tryItUrl.value;
|
||||
if (appUrl != "" ) {
|
||||
if ( appUrl.substring(0,10) == "wtv-tricks" ) {
|
||||
if ( document.formInfo.tryItLabel.value.length == 4 ) {
|
||||
document.write("<input onclick='tryApp()' value='Try " + document.formInfo.tryItLabel.value + "' borderimage='file://ROM/Borders/ButtonBorder2.bif' type=button usestyle width=110>");
|
||||
} else {
|
||||
document.write("<input onclick='tryApp()' value='Try " + document.formInfo.tryItLabel.value + "' borderimage='file://ROM/Borders/ButtonBorder2.bif' type=button usestyle>");
|
||||
}
|
||||
document.write("<spacer type=horizontal width=20>");
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<input selected="" onclick="history.go(-1)" value="Done" borderimage="file://ROM/Borders/ButtonBorder2.bif" type="button" usestyle="" id="button1" name="button1" width="110">
|
||||
</shadow></font>
|
||||
</form>
|
||||
</td><td width="19">
|
||||
</td></tr><tr>
|
||||
<td height="20">
|
||||
</td></tr></tbody></table>
|
||||
|
||||
|
||||
</body></html>
|
||||
`;
|
||||
@@ -0,0 +1,106 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Using an ISP
|
||||
</title>
|
||||
<display
|
||||
showwhencomplete
|
||||
noscroll
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Using an ISP
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=0 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You could save money every month by using an Internet <br>
|
||||
Service Provider (ISP). To learn more, choose one:<br>
|
||||
<br>
|
||||
<font color=395A31>€</font>
|
||||
<a href="OISPQ1" selected>
|
||||
<b>Q:</b>
|
||||
What is an ISP?</a><br>
|
||||
<spacer type=vertical height=18>
|
||||
<font color=395A31>€</font>
|
||||
<a href="OISPQ2">
|
||||
<b>Q:</b>
|
||||
How can I save money by using an ISP?</a><br>
|
||||
<spacer type=vertical height=18>
|
||||
<font color=395A31>€</font>
|
||||
<a href="OISPQ3">
|
||||
<b>Q:</b>
|
||||
How will this affect my WebTV bill?</a><br>
|
||||
<spacer type=vertical height=18>
|
||||
<font color=395A31>€</font>
|
||||
<a href="OISPQ4">
|
||||
<b>Q:</b>
|
||||
How do I find an ISP and what should I ask them?</a><br>
|
||||
<spacer type=vertical height=18>
|
||||
<font color=395A31>€</font>
|
||||
<a href="OISPQ5">
|
||||
<b>Q:</b>
|
||||
I already have an ISP. How do I sign up?</a><br>
|
||||
<p>If you have an ISP and you're ready to sign up,<br>
|
||||
choose <b>Sign Up Now</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="wtv-setup:/phone-BYOISP"
|
||||
value="Sign Up Now"
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="wtv-setup:/serve-billing-overview"
|
||||
value="Done"
|
||||
width=110
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is an ISP?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is an ISP?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If your receiver has to dial a <b>toll call</b> when you
|
||||
connect to WebTV, you might be able to save money by
|
||||
getting an ISP.
|
||||
<p>When you use an ISP, your receiver calls the
|
||||
ISP's<br>number instead of WebTV's number each time
|
||||
you<br>connect.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>How can I save?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
How can I save?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If you use an ISP to connect to WebTV, you can save<br>money in two ways:
|
||||
<p>If your ISP has a local access number in your area, you<br>
|
||||
won't have to pay toll charges to the phone company to connect to WebTV.
|
||||
<p>Your WebTV Service normally costs $0.00 per month.<br> If you use your own ISP,
|
||||
you have to pay the ISP, but<br>your WebTV bill is only $0.00 per month.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Your WebTV bill</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Your WebTV bill
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Using your own ISP is a little more complicated than<br>
|
||||
using WebTV for your connections.
|
||||
<p>You'll receive two bills: one from your ISP and the other<br>
|
||||
from WebTV Networks. You are responsible for both<br>
|
||||
bills in order to maintain your WebTV service.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISPQ3B"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,78 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>How will this affect my bill?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
How will this affect my bill?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Once you switch to using your own ISP, your WebTV<br>
|
||||
bill will go down from $0.00 per month to $0.00 per<br>
|
||||
month.
|
||||
<p>You'll begin saving on your WebTV bill after the first full<br>
|
||||
month that you use your ISP for your connection.
|
||||
<p>If you use WebTV for the connection at any time during<br>
|
||||
a month, you will be billed for the full $0.00 by WebTV<br>
|
||||
for that month.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISP"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,86 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Finding an ISP</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Finding an ISP
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If you decide to look for an ISP, make sure the one you
|
||||
find is compatible with WebTV. To be compatible with
|
||||
WebTV, the ISP must:
|
||||
<font size=-1>
|
||||
<ul>
|
||||
<li>Support both PPP and PAP.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Offer at least one access phone number in your local
|
||||
calling area, with a speed of at least 28.8 Kbps.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Offer a fixed-cost service.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Offer technical support for connecting to WebTV.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Support 56 K Flex.</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISPQ4B"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,84 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Finding an ISP</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Finding an ISP
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
When you find an ISP, get the following information:
|
||||
<font size=-1>
|
||||
<ul>
|
||||
<li>The name of your ISP</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>The user name you use with your ISP (this may be
|
||||
different from your WebTV name)</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Your ISP password</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>A local dial-up access phone number. A second, alternate
|
||||
dial-up number is also helpful in case the first number is
|
||||
ever busy.</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISPQ4C"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,73 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Finding an ISP</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Finding an ISP
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can probably find an ISP by looking in your local
|
||||
Yellow Pages under <i>Internet Services, Internet
|
||||
providers,</i> or similar listings.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISP"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,84 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>How do I sign up?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
How do I sign up?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To be compatible with WebTV, your ISP must:
|
||||
<font size=-1>
|
||||
<ul>
|
||||
<li>Support both PPP and PAP.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Offer at least one access phone number in your local
|
||||
calling area, with a speed of at least 28.8 Kbps.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Offer a fixed-cost service.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Offer technical support for connecting to WebTV.</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Support 56 K Flex.</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISPQ5B"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,84 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>How do I sign up?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
How do I sign up?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Before you sign up, make sure you know the following:
|
||||
<font size=-1>
|
||||
<ul>
|
||||
<li>The name of your ISP</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>The user name you use with your ISP (this may be
|
||||
different from your WebTV name)</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>Your ISP password</li>
|
||||
<spacer type=vertical height=5>
|
||||
<li>A local dial-up access phone number. A second, alternate
|
||||
dial-up number is also helpful in case the first number is
|
||||
ever busy.</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="OISP"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Automatic Bank Payment</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Automatic Bank Payment
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If you choose Automatic Bank Payment, your monthly charge is automatically
|
||||
drawn from your checking account.
|
||||
<p>
|
||||
If you change your payment method to Automatic
|
||||
Bank Payment, a sign-up packet will be mailed to you. Just complete the form and include a voided check to start paying for your WebTV
|
||||
service monthly.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-4);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,81 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Credit Cards</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Credit Cards
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can pay your WebTV service bill one of the following Credit Cards:
|
||||
<p>
|
||||
<ul>
|
||||
<li>MasterCard</li>
|
||||
|
||||
<li>Visa</li>
|
||||
|
||||
<li>American Express</li>
|
||||
|
||||
<li>Discover</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Debit"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,77 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Debit Cards</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Debit Cards
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can also use one of the following Debit Cards:
|
||||
<p>
|
||||
<ul>
|
||||
<li>MasterCard</li>
|
||||
|
||||
<li>Visa</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Ach"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,79 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Payment methods</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Payment methods
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can pay your WebTV service bill one of the following ways:
|
||||
<p>
|
||||
<ul>
|
||||
<li>Credit card</li>
|
||||
|
||||
<li>Debit card</li>
|
||||
|
||||
<li>Automatic Bank Payment</li>
|
||||
</ul>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Credit"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is an ISP?</title>
|
||||
<display
|
||||
noscroll
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is an ISP?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If your receiver has to dial a <b>toll call</b> when you
|
||||
connect to WebTV, you might be able to save money by
|
||||
getting an<br>ISP.
|
||||
<p>When you use an ISP, your receiver calls the
|
||||
ISP's<br>number instead of WebTV's number each time
|
||||
you<br>connect.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="wtv-mail:/listmail"
|
||||
value="Begin"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,104 @@
|
||||
data = `<html><head>
|
||||
<title>Help: Main Index</title>
|
||||
</head>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
<body hspace="0" vspace="0" fontsize="medium" noscroll="" vlink="#cccccc" text="#c6bd6c" link="#cccccc" bgcolor="#00292f">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td width="560" valign="top" height="96">
|
||||
<table width="560" height="96" cellspacing="0" cellpadding="0" background="wtv-guide:/ROMCache/helpMasthead.swf">
|
||||
<tbody><tr>
|
||||
<td rowspan="2" width="107" valign="top" height="96">
|
||||
<spacer type="vertical" height="7"><br>
|
||||
<spacer type="horizontal" width="7">
|
||||
<a href='wtv-home:/home'>
|
||||
<img src='wtv-home:/ROMCache/WebTVLogoJewel.gif' width=87 height=67>
|
||||
|
||||
|
||||
</spacer></spacer></td><td width="453" valign="top">
|
||||
<spacer type="vertical" height="54"><br>
|
||||
<spacer type="horizontal" width="108">
|
||||
<font size="+3" color="DDDDDD"><blackface>
|
||||
Main Index
|
||||
</blackface></font>
|
||||
<spacer type="vertical" height="0"><br>
|
||||
</spacer></spacer></spacer></td></tr><tr>
|
||||
<td align="right">
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
<tbody><tr>
|
||||
<td width="12">
|
||||
<spacer type="horizontal" width="10">
|
||||
</spacer></td><td width="110" valign="top">
|
||||
</td><td width="12">
|
||||
</td></tr></tbody></table>
|
||||
</td></tr></tbody></table>
|
||||
</td></tr></tbody></table>
|
||||
<br>
|
||||
<table frame="" width="200" height="270" cellspacing="2" cellpadding="0" border="0" align=right>
|
||||
<tbody><tr>
|
||||
|
||||
<td valign="top"><font color="#70954b"><b>
|
||||
<!--Yes, this HTML sucks. Don't blame me, blame WNI-->
|
||||
|
||||
<br><font color="#70954b">Your account</font><br>
|
||||
<spacer type="vertical" height="18">
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Billing</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="wtv-guide:/help?topic=Billing&subtopic=PayMethods&page=PayMethods"><font color="#FFFFFF">Payment methods</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Avoiding toll calls</font></a><br>
|
||||
<br><font color="#70954b">Customizing WebTV</font><br>
|
||||
<spacer type="vertical" height="18">
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="wtv-guide:/help?topic=Users&subtopic=AddUser&page=1"><font color="#FFFFFF">Adding users</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="wtv-guide:/help?topic=Users&subtopic=Addresses&page=Addresses2&directLink=true"><font color="#FFFFFF">Your E-mail address</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">WebTV for kids</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Changing settings</font></a><br></table>
|
||||
<table frame="" width="180" height="270" cellspacing="2" cellpadding="0" border="0" align=right>
|
||||
<tbody><tr>
|
||||
|
||||
<td width="20"></spacer></td>
|
||||
|
||||
<td valign="top"><font color="#70954b"><b>
|
||||
|
||||
<br><font color="#70954b">Using the Web</font><br>
|
||||
<spacer type="vertical" height="18">
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="wtv-guide:/help?topic=Mail&subtopic=mail"><font color="#FFFFFF">Mail</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Favorites</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Search</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Page Builder</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Chat</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Discuss</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Around town</font></a><br>
|
||||
<font color="#70954b">€</font><spacer type="horizontal" size="5"><a href="http://help.webtv.net/business/account.html"><font color="#FFFFFF">Internet info</font></a><br>
|
||||
</spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></spacer></b></font></td>
|
||||
<td width="20"><spacer type="horizontal" size="20"></spacer></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<spacer type=vertical height=15>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-setup:/mail-advanced">
|
||||
<tr>
|
||||
<td height=20>
|
||||
<td>
|
||||
<font color=FFFFFF><b>Getting started
|
||||
<td>
|
||||
</table>
|
||||
<spacer type=vertical height=5>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-setup:/mail-advanced">
|
||||
<tr>
|
||||
<td height=20>
|
||||
<td>
|
||||
<font color=FFFFFF><b>Top questions
|
||||
<td>
|
||||
</table>
|
||||
<spacer type=vertical height=5>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-guide:/help/Glossary/Index">
|
||||
<tr>
|
||||
<td height=20>
|
||||
<td>
|
||||
<font color=FFFFFF><b>Web words
|
||||
<td> <spacer type=horizontal width=2>
|
||||
</table>
|
||||
|
||||
</body></html>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>The CMD Key</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
The CMD Key
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
The command key — labelled <font size=-1><b>CMD</b></font> —
|
||||
is helpful when you're editing text.
|
||||
<p>
|
||||
You can also use the <font size=-1><b>CMD</b></font>
|
||||
key for other shortcuts. Choose <b>Continue</b> to learn more.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Cmd2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>The CMD Key</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
The CMD Key
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Press the <b>CMD</b> key at the same time you press these <br>
|
||||
keys to use these shortcuts:
|
||||
<p><b>cmd-left arrow</b><spacer type=vertical height=20>
|
||||
Move the cursor to the beginning of a line of text you're editing.
|
||||
<p><b>cmd-right arrow</b><spacer type=vertical height=20>
|
||||
Move the cursor to the end of a line of text.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Cmd3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>The CMD Key</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
The CMD Key
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>cmd-delete</b><spacer type=vertical height=20>
|
||||
Delete an entire line of text.
|
||||
<p><b>cmd-f</b><spacer type=vertical height=20>
|
||||
Find some text on the page you're viewing.
|
||||
<p><b>cmd-g</b><spacer type=vertical height=20>
|
||||
Find the next occurrence of some text you've already searched for once.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Cmd4"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,74 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>The CMD Key</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
The CMD Key
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>cmd-r</b><spacer type=vertical height=20>
|
||||
Reload the page you're viewing.
|
||||
<p><b>cmd-p</b><spacer type=vertical height=20>
|
||||
Print the page you're viewing.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Cmd5"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,82 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>The CMD Key</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
The CMD Key
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can also use the <font size=-1><b>CMD</b></font>
|
||||
key for cutting and pasting text.
|
||||
To learn more, choose this link:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-guide:/help/Tips/CutPaste/Start">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>How to cut and paste
|
||||
<td>
|
||||
</table>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-5);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,73 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Attaching the original</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Attaching the original
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
When you reply to a message, you can include a copy of the original message with your reply.
|
||||
<p>
|
||||
This way, when a person receives your response, they'll see a reminder of what you're responding to.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,82 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Attaching the original</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Attaching the original
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
This feature has to be turned on before you
|
||||
can use it. Choose this link and make
|
||||
sure the second box has a check mark in it:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-setup:/mail-advanced">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>Edit Mail settings
|
||||
<td>
|
||||
</table>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-3);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,71 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Attaching the original</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Attaching the original
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If this setting has been turned on, you'll see a button for attaching the original every time you reply to a message.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="More"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,77 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Carbon copies (cc)</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Carbon copies (cc)
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Whenever you send someone an e-mail message,
|
||||
you can also send a <b>carbon copy</b> of
|
||||
the message to someone else.
|
||||
<p>
|
||||
Once the carbon copy setting has been turned
|
||||
on, you'll see an area labeled <b>cc:</b>
|
||||
whenever you write a message.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,82 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Carbon copies (cc)</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Carbon copies (cc)
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
This feature has to be turned on before you
|
||||
can use it. Choose this link and make
|
||||
sure the third box has a check mark in it:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-setup:/mail-advanced">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>Edit Mail settings
|
||||
<td>
|
||||
</table>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-3);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Carbon copies (cc)</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Carbon copies (cc)
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
If the carbon copy setting has been turned on, an area labeled
|
||||
<b>Cc</b> will appear right below the area labeled <b>To</b> whenever you write a message.
|
||||
<p>
|
||||
If you want to send a carbon copy
|
||||
to someone, type their address after <b>Cc</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="More"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1 @@
|
||||
data = `<html><head>
|
||||
@@ -0,0 +1,81 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Is e-mail private?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Is e-mail private?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can prevent other people from accessing your
|
||||
e-mail by setting a password. To set a password, choose this link:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="javascript:alert('This feature is not available')">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>Change password
|
||||
<td>
|
||||
</table>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>How to read your e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
How to read your e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To write your e-mail, choose Mail from your Home page. You will see a list of
|
||||
your messages. Choose any of the messages to read it.
|
||||
<p>
|
||||
Some messages are too long to fit on the screen all at once. You may have to
|
||||
press the <b>DOWN ARROW</b> on your remote control or keyboard
|
||||
to see the whole message.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,84 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is e-mail?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is e-mail?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To write an e-mail message, choose Mail from your Home page, then
|
||||
choose <b>Write</b>.
|
||||
<p>
|
||||
For more detailed instructions, choose this link:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-guide:/help/Mail/Write/Writing">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>Step-by-step instructions
|
||||
<td>
|
||||
</table>
|
||||
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1 @@
|
||||
data = `
|
||||
@@ -0,0 +1,326 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Help: Mail</title>
|
||||
<display noscroll>
|
||||
<script language='Javascript'>
|
||||
var cat = new Array();
|
||||
var subCat = new Array();
|
||||
var subCatUrl = new Array();
|
||||
var ind = 0;
|
||||
ind++;
|
||||
cat[ind] = "Writing e-mail";
|
||||
subCat[ind] = new Array();
|
||||
subCatUrl[ind] = new Array();
|
||||
subInd = 0;
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "How to write a message";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Write&page=Writing";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Adding pictures to e-mail";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Write&page=Writing";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Adding sounds to e-mail";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Write&page=Writing";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Your e-mail signature";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Signature&page=Signature";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Cut, copy and paste";
|
||||
subCatUrl[ind][subInd] = "topic=Tips&subtopic=CutPaste&page=Start";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Carbon copies (cc)";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=CarbCops&page=CarbCops";
|
||||
ind++;
|
||||
cat[ind] = "Address book";
|
||||
subCat[ind] = new Array();
|
||||
subCatUrl[ind] = new Array();
|
||||
subInd = 0;
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "What is the Address book?";
|
||||
subCatUrl[ind][subInd] = "topic=Addressbook&subtopic=WhatIs";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Adding to the Address book";
|
||||
subCatUrl[ind][subInd] = "topic=Addressbook&subtopic=AddTo";
|
||||
ind++;
|
||||
cat[ind] = "Reading e-mail";
|
||||
subCat[ind] = new Array();
|
||||
subCatUrl[ind] = new Array();
|
||||
subInd = 0;
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "How to read your e-mail";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Reading";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Saving a message";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Saving";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Forwarding a message";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Forward";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Fetching remote e-mail";
|
||||
subCatUrl[ind][subInd] = "topic=MailPOP&subtopic=Index";
|
||||
ind++;
|
||||
cat[ind] = "Replying to e-mail";
|
||||
subCat[ind] = new Array();
|
||||
subCatUrl[ind] = new Array();
|
||||
subInd = 0;
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Replying to a message";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Reply&page=Reply";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Attaching the original";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Attach&page=Attach";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Reply all";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=ReplyAll";
|
||||
ind++;
|
||||
cat[ind] = "Storage";
|
||||
subCat[ind] = new Array();
|
||||
subCatUrl[ind] = new Array();
|
||||
subInd = 0;
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Storage overview";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Storage";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Discarding e-mail";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Discard";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Saving messages you send";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=SaveSent";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Reading saved messages";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=ReadingSaved";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "Recovering discarded messages";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=Recover";
|
||||
subInd++;
|
||||
subCat[ind][subInd] = "When your Mail list fills up";
|
||||
subCatUrl[ind][subInd] = "topic=Mail&subtopic=FullMailbox";
|
||||
function doDone() { str = document.pageInfo.leaveInstructMenu.value;
|
||||
goBackToUrl(str);
|
||||
}
|
||||
function tryApp() { location.href = "wtv-tricks:/mail";
|
||||
}
|
||||
var jsVisibleCat;
|
||||
var jsSelectCat;
|
||||
var selectSubcat;
|
||||
function drawAll() { jsVisibleCat = document.indexForm.indexCat.value;
|
||||
if (jsVisibleCat == "") jsVisibleCat = 0;
|
||||
jsSelectCat = document.indexForm.selectCat.value;
|
||||
if (jsSelectCat == "") jsSelectCat = 1;
|
||||
jsSelectSubcat = document.indexForm.indexSubcat.value;
|
||||
if (jsSelectSubcat == "") jsSelectSubcat = 0;
|
||||
var embedDoc = document.embedArea.document;
|
||||
embedDoc.open();
|
||||
embedDoc.write( '<body hspace=0 vspace=0 text="E6E6E6" link="E6E6E6" vlink="E6E6E6"fontsize="medium" bgcolor=00292f>' );
|
||||
embedDoc.write( '<table cellspacing="0" cellpadding="0">' );
|
||||
embedDoc.write( '<tbody><tr>' );
|
||||
embedDoc.write( '<td width="560" valign="top" height="96">' );
|
||||
embedDoc.write( '<table width="560" height="96" cellspacing="0" cellpadding="0" background="wtv-guide:/ROMCache/helpMasthead.swf">' );
|
||||
embedDoc.write( '<tbody><tr>' );
|
||||
embedDoc.write( '<td rowspan="2" width="107" valign="top" height="96">' );
|
||||
embedDoc.write( '<spacer type="vertical" height="7"><br>' );
|
||||
embedDoc.write( '<spacer type="horizontal" width="7">' );
|
||||
embedDoc.write( '<a href="wtv-home:/home">' );
|
||||
embedDoc.write( '<img src="wtv-home:/ROMCache/WebTVLogoJewel.gif" width="87" height="67">' );
|
||||
embedDoc.write( '</a>' );
|
||||
embedDoc.write( '</spacer></spacer></td><td width="453" valign="top">' );
|
||||
embedDoc.write( '<spacer type="vertical" height="52"><br>' );
|
||||
embedDoc.write( '<spacer type="horizontal" width="106">' );
|
||||
embedDoc.write( '<font size="+3" color="DDDDDD"><blackface>' );
|
||||
embedDoc.write( 'Mail' );
|
||||
embedDoc.write( "</blackface></font>" );
|
||||
embedDoc.write( "<tr>" );
|
||||
embedDoc.write( "<td align=right>" );
|
||||
embedDoc.write( " " );
|
||||
embedDoc.write( "</table>" );
|
||||
|
||||
embedDoc.write( "<tr>" );
|
||||
embedDoc.write( "<td width=560 valign=top height=225>" );
|
||||
embedDoc.write( "<table cellpadding=0 cellspacing=0 width=560>" );
|
||||
embedDoc.write( "<tr>" );
|
||||
embedDoc.write( "<td width=25 height=5>" );
|
||||
embedDoc.write( "<td width=535>" );
|
||||
embedDoc.write( "<tr>" );
|
||||
embedDoc.write( '<td>' );
|
||||
embedDoc.write( '<td height=225 rowspan=2 valign=top>' );
|
||||
embedDoc.write( '<table width=100%>' );
|
||||
embedDoc.write( '<tr>' );
|
||||
embedDoc.write( '<td height=24>' );
|
||||
embedDoc.write( '<font color=aaaaaa>Choose a topic:' );
|
||||
embedDoc.write( '<tr>' );
|
||||
embedDoc.write( '<td height=1 bgcolor=aaaaaa gradcolor=00292f gradangle=90>' );
|
||||
embedDoc.write( '<tr>' );
|
||||
embedDoc.write( '<td height=0>' );
|
||||
embedDoc.write( '</table>' );
|
||||
embedDoc.write( '<table cellpadding=0 cellspacing=0 height=225 width=535>' );
|
||||
|
||||
embedDoc.write( '<td height=0>' );
|
||||
embedDoc.write( '<tr>' );
|
||||
embedDoc.write( '<td>' );
|
||||
embedDoc.write( '<td valign=top>' );
|
||||
embedDoc.write( '<table><tr><td colspan=2>' );
|
||||
embedDoc.write( '<tr><td>' );
|
||||
embedDoc.write( '</table>' );
|
||||
embedDoc.write( '<tr><td valign=top height=224 width=205>' );
|
||||
embedDoc.write( '<table cellspacing=0 cellpadding=0 width=205>' );
|
||||
embedDoc.write( '<tr><td height=2 width=15><td width=175><td width=15>' );
|
||||
for (var i = 1; i < cat.length; i++) { if (i == jsVisibleCat) { embedDoc.write( '<tr><td bgcolor=141A19><td height=27 bgcolor=141A19>');
|
||||
if (i == jsSelectCat) { embedDoc.write( '<a href="client:donothing" nextRight="cat' + i + '1" id="cat' + i + '" selected>');
|
||||
} else { embedDoc.write( '<a href="client:donothing" nextRight="cat' + i + '1" id="cat' + i + '">');
|
||||
}
|
||||
embedDoc.write( cat[i] + '</a>');
|
||||
embedDoc.write( '<td align=right bgcolor=141A19><font color=395A31>€ ');
|
||||
} else { embedDoc.write( '<tr><td height=27><font color=395A31>€<td>' );
|
||||
if (i == jsSelectCat) { embedDoc.write( '<a href="javascript:showSection(' + i + ')" selected>' + cat[i] + '</a>');
|
||||
} else { if (jsVisibleCat == 0) { embedDoc.write( '<a href="javascript:showSection(' + i + ')">' + cat[i] + '</a>');
|
||||
} else { embedDoc.write( '<a href="javascript:showSection(' + i + ')" onMouseOver="hideSection(' + i + ');"><font color=6e6e7e>' + cat[i] + '</a>');
|
||||
}
|
||||
}
|
||||
embedDoc.write( '<td> ');
|
||||
}
|
||||
}
|
||||
embedDoc.write( '</table>' );
|
||||
embedDoc.write( '<td valign=top width=313>' );
|
||||
embedDoc.write( '<table width=313 height=' + (27*(cat.length-1)+2) + ' cellspacing=0 cellpadding=0>' );
|
||||
embedDoc.write( '<tr><td height=2 width=2><td width=25><td width=284><td width=2>' );
|
||||
if ( jsVisibleCat != 0 ) { embedDoc.write( '<tr><td rowspan=99 bgcolor=141A19>' );
|
||||
embedDoc.write( '<td height=2 colspan=2 bgcolor=141A19>' );
|
||||
embedDoc.write( '<td rowspan=99 bgcolor=141A19>' );
|
||||
embedDoc.write( '<tr><td height=3>' );
|
||||
for (var i = 1; i < subCat[jsVisibleCat].length; i++) { embedDoc.write( '<tr><td height=24 valign=top align=center><font color=395A31>€' );
|
||||
embedDoc.write( '<td>' );
|
||||
if (i == jsSelectSubcat) { embedDoc.write( '<a href="javascript:goToPage('+ jsVisibleCat +','+ i +')" onMouseOver="setSubSection(' + i + ');" nextLeft="cat' + jsVisibleCat + '" id="cat' + jsVisibleCat + i +'" selected>' + subCat[jsVisibleCat][i]);
|
||||
} else { embedDoc.write( '<a href="javascript:goToPage('+ jsVisibleCat +','+ i +')" onMouseOver="setSubSection(' + i + ');" nextLeft="cat' + jsVisibleCat + '" id="cat' + jsVisibleCat + i +'">' + subCat[jsVisibleCat][i]);
|
||||
}
|
||||
embedDoc.write( '</a>' );
|
||||
}
|
||||
embedDoc.write( '<tr><td><spacer type=vertical height=3><br>' );
|
||||
embedDoc.write( '<tr><td colspan=2 height=2 bgcolor=141A19>' );
|
||||
} else { embedDoc.write( '<tr><td><td><spacer type=horizontal width=25><td><spacer type=horizontal width=284><td>' );
|
||||
}
|
||||
embedDoc.write( '</table>' );
|
||||
embedDoc.write( '<tr><td height=3>' );
|
||||
embedDoc.write( '</table>' );
|
||||
embedDoc.write( '<tr><td colspan=3 valign=bottom height=0 align=right>' );
|
||||
embedDoc.write( '<spacer type=vertical height=260>' );
|
||||
embedDoc.write( "<a href='wtv-guide:/topic=help&subtopic=Mail&page=mail'><img src='wtv-guide:/ROMCache/HelpDoneButton.gif' width='110' height='33'></a> " );
|
||||
embedDoc.write( '<spacer type=horizontal width=20>' );
|
||||
embedDoc.write( '</table>');
|
||||
embedDoc.write( '</body>' );
|
||||
embedDoc.close();
|
||||
}
|
||||
function showSection(gvnNum) { document.indexForm.indexCat.value = gvnNum;
|
||||
document.indexForm.selectCat.value = "0";
|
||||
document.indexForm.indexSubcat.value = "1";
|
||||
drawAll();
|
||||
}
|
||||
function setSubSection(gvnNum) { document.indexForm.selectCat.value = "0";
|
||||
document.indexForm.indexSubcat.value = gvnNum;
|
||||
}
|
||||
function hideSection(gvnNum) { document.indexForm.indexCat.value = "0";
|
||||
document.indexForm.selectCat.value = gvnNum;
|
||||
document.indexForm.indexSubcat.value = "0";
|
||||
drawAll();
|
||||
}
|
||||
function goToPage(a,b) { str = subCatUrl[a][b];
|
||||
if (str.substring(0,4) == "faq:") { goToStr = str.substring(4,str.length);
|
||||
goToHelpCenter(goToStr);
|
||||
} else if (str.substring(0,9) == "non-help:") { goToStr = str.substring(9,str.length);
|
||||
goToUrl(goToStr);
|
||||
} else if (str.substring(0,7) == "newFAQ:") { goToStr = str.substring(7,str.length);
|
||||
goToFAQURL(goToStr);
|
||||
} else { goToStr = ('wtv-guide:/help?' + str);
|
||||
goToUrl(goToStr);
|
||||
}
|
||||
}
|
||||
function preDrawPage() { var embedDoc = document.embedArea.document;
|
||||
embedDoc.open();
|
||||
embedDoc.write( '<body text=D2D2D3 link=D2D2D3 vlink=D2D2D3>' );
|
||||
embedDoc.write( '<table width=560 height=384 cellspacing=0 cellpadding=0>' );
|
||||
embedDoc.write( '<tr><td colspan=4 width=560 height=80 bgcolor=5A5A52 valign=top>' );
|
||||
embedDoc.write( '<table width=560 height=80 cellspacing=0 cellpadding=0>' );
|
||||
embedDoc.write( '<tr><td width=107 height=80 valign=top rowspan=2>' );
|
||||
embedDoc.write( '<spacer type=vertical height=7><br>' );
|
||||
embedDoc.write( '<spacer type=horizontal width=7>' );
|
||||
embedDoc.write( '<td width=453 valign=top>' );
|
||||
embedDoc.write( '<spacer type=vertical height=48><br>' );
|
||||
embedDoc.write( '<spacer type=horizontal width=90>' );
|
||||
embedDoc.write( '<font size=+3 color=D6D6D6>' );
|
||||
embedDoc.write( '<blackface>Mail </blackface></font>' );
|
||||
embedDoc.write( '</table>' );
|
||||
embedDoc.write( "<tr><td width=15 bgcolor=5A5A52 rowspan=4>" );
|
||||
embedDoc.write( "<td width=15 bgColor=2D3131 valign=top>" );
|
||||
embedDoc.write( "<td width=518 height=25 bgColor=2D3131 gradColor=141A19 gradAngle=90 align=right>" );
|
||||
embedDoc.write( "<td width=12 bgcolor=141A19>" );
|
||||
embedDoc.write( '<tr><td><td width=518 height=234>' );
|
||||
embedDoc.write( '<tr><td height=45>' );
|
||||
embedDoc.write( '</table>');
|
||||
embedDoc.write( '</body>' );
|
||||
embedDoc.close();
|
||||
}
|
||||
function noBackHelp(gvnStr) { str = ( "wtv-guide:/nobackSubtopic?topic=Mail&subtopic=Instructions&endUrl=" + escape(gvnStr) )
|
||||
location.href = str;
|
||||
}
|
||||
function goToHelpUrl(gvnTop,gvnSub,gvnPag) { str = getHelpUrl(gvnTop,gvnSub,gvnPag);
|
||||
goToUrl(str);
|
||||
}
|
||||
function goToFAQURL(targetURL) { document.location = targetURL;
|
||||
}
|
||||
function goToUrl(gvnStr) { document.pageInfo.action=gvnStr;
|
||||
document.pageInfo.submit();
|
||||
}
|
||||
function goToHelpCenter(gvnStr) { document.helpCenterInfo.action= ("http://127.0.0.1/HelpCenter/" + gvnStr);
|
||||
document.helpCenterInfo.submit();
|
||||
}
|
||||
function goBackToUrl(gvnStr, wholeString) { /*
|
||||
If the URL is at the beginning of any item in the backlist,
|
||||
go back to it. If not, just go to it. If wholeString is
|
||||
specified, it looks for perfect matches of the whole string.
|
||||
*/
|
||||
ind = gvnStr.indexOf("wtv-token");
|
||||
if (ind > -1) { gvnStr = gvnStr.substring(0,ind);
|
||||
}
|
||||
window.message("gvnStr=" + gvnStr);
|
||||
foundInBackList = false;
|
||||
for (i=history.length; i--; i>0 ) { if ( wholeString != null ) { testStr = history[i];
|
||||
} else { str = history[i];
|
||||
testStr = str.substring(0, gvnStr.length);
|
||||
}
|
||||
if ( testStr == gvnStr ) { i++;
|
||||
foundInBackList = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (foundInBackList == true) { history.go(i-history.length);
|
||||
} else { goToUrl(gvnStr);
|
||||
}
|
||||
}
|
||||
function getHelpUrl(gvnTop,gvnSub,gvnPag) { if (gvnTop == 'Index')
|
||||
tmpStr = ('wtv-guide:/help?topic=' + gvnTop);
|
||||
else
|
||||
tmpStr = ('wtv-guide:/help?topic=' + gvnTop);
|
||||
if (gvnSub != "")
|
||||
tmpStr += ('&subtopic=' + gvnSub);
|
||||
if (gvnPag != "")
|
||||
tmpStr += ('&page=' + gvnPag);
|
||||
return tmpStr;
|
||||
}
|
||||
function endDiploma() { location.href = document.pageInfo.doneUrl.value;
|
||||
}
|
||||
function noBackDiploma() { noBackHelp(document.pageInfo.doneUrl.value);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body hspace=0 vspace=0 text="E6E6E6" link="E6E6E6" vlink="E6E6E6"fontsize="medium" bgcolor=00292f onLoad='drawAll();'>
|
||||
<embed name="embedArea" src="file://ROM/HTMLs/Empty.html" nobackground>
|
||||
<form name='pageInfo' method='post'>
|
||||
</form>
|
||||
<form name="indexForm">
|
||||
<input type='label' size=0 noselect name="indexCat">
|
||||
<input type='label' size=0 noselect name="selectCat">
|
||||
<input type='label' size=0 noselect name="indexSubcat">
|
||||
</form>
|
||||
</body>
|
||||
|
||||
`;
|
||||
@@ -0,0 +1,73 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures to e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures to e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
When you're writing e-mail, you can attach a picture
|
||||
to your message from a TV show, a tape in your VCR, a video
|
||||
camera, an e-scanner with video output, or a digital camera with video output.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Picture2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures to e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures to e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To add a picture to an e-mail message, follow these steps:
|
||||
<p><b>Step 1</b><spacer type=vertical height=20>
|
||||
Choose <b>Write</b>.
|
||||
<p><b>Step 2</b><spacer type=vertical height=20>
|
||||
When you're ready to add a picture, choose <b>Photo</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Picture3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,77 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures to e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures to e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 3</b><spacer type=vertical height=20>
|
||||
A panel will appear, showing what's on TV.
|
||||
<p>
|
||||
If you want to get the picture from some other
|
||||
device — like a VCR, e-scanner, or video camera — choose the
|
||||
<font size=-1><b>TV/VIDEO</b></font> switch to set it on
|
||||
<font size=-1><b>VIDEO</b></font>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Picture4"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,77 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures to e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures to e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 4</b><spacer type=vertical height=20>
|
||||
When you see the picture you want to attach,
|
||||
choose <b>Freeze</b>.
|
||||
<p>
|
||||
If you choose <b>Freeze</b> a second time it will unfreeze the picture and you can try again.
|
||||
<p>
|
||||
If you are using an e-scanner, skip this step.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Picture5"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures to e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures to e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 5</b><spacer type=vertical height=20>
|
||||
When you're happy with the frozen picture, choose <b>Add to Message</b>.
|
||||
<p>
|
||||
This takes you back to the message, where you can address and send it
|
||||
as usual.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-5);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Replying to a message</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Replying to a message
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
When someone sends you a message and you want to send a message back to them, follow these steps:
|
||||
<p><b>Step 1</b><spacer type=vertical height=20>
|
||||
From your Mail list, choose the message you want to reply to.
|
||||
<p><b>Step 2</b><spacer type=vertical height=20>
|
||||
Choose <b>Reply</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Reply2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Replying to a message</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Replying to a message
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 3</b><spacer type=vertical height=20>
|
||||
The address of the person you're replying to is filled in automatically after the word <b>To:</b>.
|
||||
<p><b>Step 4</b><spacer type=vertical height=20>
|
||||
Type your message in the blank area underneath the word <b>Subject</b>.
|
||||
<p><b>Step 5</b><spacer type=vertical height=20>
|
||||
After you've typed your response, choose <b>Send</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-2);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Your e-mail signature</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Your e-mail signature
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
An e-mail <b>signature</b> is a few lines of text that are
|
||||
automatically added to the end of each message that you write.
|
||||
<p>
|
||||
You can type whatever you want in your signature. Often people type
|
||||
their name, address, phone number, or favorite quotation.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Signature2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,74 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Your e-mail signature</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Your e-mail signature
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
After you've written your signature,it will appear automatically
|
||||
at the bottom of each message you write.
|
||||
<p>You can always remove the signature from a message you're writing
|
||||
by choosing <b>Remove signature</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Signature3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,83 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Your e-mail signature</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Your e-mail signature
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To edit your signature now, choose this link
|
||||
and type your signature into the box:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-setup:/mail-signature">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>Edit your signature
|
||||
<td>
|
||||
</table>
|
||||
<p>
|
||||
If you don't want to have a signature, you can leave the box blank.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-3);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is the storage area?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is the storage area?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
The <b>storage</b> area is where you can keep track
|
||||
of your messages.
|
||||
<p>
|
||||
There are separate folders for messages you have saved, messages
|
||||
you have sent, and messages you have discarded. You can move messages from one folder to another to organize your messages as you wish.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Storage2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,81 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is the storage area?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is the storage area?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
In order to have access to the storage area, you need to make sure the setting has been turned on. Choose this link and
|
||||
make sure the first box has a check mark in it:
|
||||
<spacer type=vertical height=12><br>
|
||||
<table bgcolor=001316 cellpadding=0 cellspacing=8 href="wtv-setup:/mail-advanced">
|
||||
<tr>
|
||||
<td height=20><font color=4B7136>
|
||||
<b>€
|
||||
<td>
|
||||
<font color=4B7136><b>Edit Mail settings
|
||||
<td>
|
||||
</table>
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-2);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,74 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is e-mail?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is e-mail?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
With e-mail — short for electronic mail — you can exchange types messages
|
||||
with anyone in the world who has an e-mail address.
|
||||
<p>
|
||||
E-mail messages travel quickly through the internet, often arriving in minutes.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="client:goback"
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,104 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Writing E-Mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Writing E-Mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
To write an e-mail message, follow these steps:
|
||||
<p><b>Step 1</b>
|
||||
<spacer type=vertical height=20>
|
||||
|
||||
First, if you're not already in Mail, choose <b>Mail</b> from `;
|
||||
if (session_data.hasCap("client-has-tv-experience"))
|
||||
data += "Web Home"
|
||||
else
|
||||
data += "Home"
|
||||
data += ` or press the <b>Mail</b> key on your keyboard.
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="`;
|
||||
if (session_data.hasCap("client-has-tv-experience"))
|
||||
data += "wtv-guide:/images/home-plus.jpg"
|
||||
else
|
||||
data += "wtv-guide:/images/home-classic.jpg"
|
||||
data += `" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type=vertical height=30><br><spacer type=horizontal width=95>
|
||||
<img src="wtv-guide:/images/help/common/arrowUL.gif" width=55 height=79>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Writing2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,93 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Writing E-Mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Writing E-Mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
<p><b>Step 2</b>
|
||||
<spacer type=vertical height=20>
|
||||
|
||||
Then choose <b>Write</b>.
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="wtv-guide:/images/help/mail/maillist.jpg" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type=vertical height=45><br><spacer type=horizontal width=30>
|
||||
<img src="wtv-guide:/images/help/common/arrowUL.gif" width=55 height=79>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Writing3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,103 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Writing E-Mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Writing E-Mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
<p><b>Step 3</b>
|
||||
<spacer type=vertical height=20>
|
||||
|
||||
After the word <b>To</b>, type in the e-mail
|
||||
address of the person you're writing to.
|
||||
<p>
|
||||
Here's an example of an e-mail address:
|
||||
<p>
|
||||
<b>somename@webtv.net</b>
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="`;
|
||||
if (session_data.hasCap("client-has-tv-experience"))
|
||||
data += "wtv-guide:/images/help/mail/sendmail-plus.jpg"
|
||||
else
|
||||
data += "wtv-guide:/images/help/mail/sendmail-classic.jpg"
|
||||
data += `" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type=vertical height=60><br><spacer type=horizontal width=110>
|
||||
<img src="wtv-guide:/images/help/common/arrowUL.gif" width=55 height=79>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Writing4"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,102 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Writing E-Mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Writing E-Mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
<p><b>Step 4</b>
|
||||
<spacer type=vertical height=20>
|
||||
|
||||
After the word <b>Subject</b>, type
|
||||
a short phrase describing what the message is about.
|
||||
<p>
|
||||
When your message appears in the person's
|
||||
mailbox, they'll see it first.
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="`;
|
||||
if (session_data.hasCap("client-has-tv-experience"))
|
||||
data += "wtv-guide:/images/help/mail/sendmail-plus.jpg"
|
||||
else
|
||||
data += "wtv-guide:/images/help/mail/sendmail-classic.jpg"
|
||||
data += `" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type=vertical height=75><br><spacer type=horizontal width=110>
|
||||
<img src="wtv-guide:/images/help/common/arrowUL.gif" width=55 height=79>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Writing5"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,99 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Writing E-Mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Writing E-Mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
<p><b>Step 5</b>
|
||||
<spacer type=vertical height=20>
|
||||
|
||||
In the area beneath the subject,
|
||||
type in the message itself.
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="`;
|
||||
if (session_data.hasCap("client-has-tv-experience"))
|
||||
data += "wtv-guide:/images/help/mail/sendmail-plus.jpg"
|
||||
else
|
||||
data += "wtv-guide:/images/help/mail/sendmail-classic.jpg"
|
||||
data += `" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type=vertical height=26><br><spacer type=horizontal width=110>
|
||||
<img src="wtv-guide:/images/help/common/arrowDL.gif" width=55 height=79>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Writing6"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,99 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Writing E-Mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Writing E-Mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
<p><b>Step 6</b>
|
||||
<spacer type=vertical height=20>
|
||||
|
||||
Finally, choose <b>Send</b>, and your
|
||||
message will be sent.
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="`;
|
||||
if (session_data.hasCap("client-has-tv-experience"))
|
||||
data += "wtv-guide:/images/help/mail/sendmail-plus.jpg"
|
||||
else
|
||||
data += "wtv-guide:/images/help/mail/sendmail-classic.jpg"
|
||||
data += `" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type=vertical height=70><br><spacer type=horizontal width=160>
|
||||
<img src="wtv-guide:/images/help/common/arrowDR.gif" width=55 height=79>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-6);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1 @@
|
||||
data = `<html><head>
|
||||
@@ -0,0 +1,77 @@
|
||||
var minisrv_service_file = true;
|
||||
|
||||
headers = `200 OK
|
||||
Connection: Keep-Alive
|
||||
Content-Type: text/html`
|
||||
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is remote mail?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is remote mail?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
Remote mail is a feature that allows you to have e-mail from another mail service delivered to your WebTV Mail list.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=top height=55 align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="WhatIs2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,96 @@
|
||||
var minisrv_service_file = true;
|
||||
|
||||
headers = `200 OK
|
||||
Connection: Keep-Alive
|
||||
Content-Type: text/html`
|
||||
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>What is remote mail?</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
What is remote mail?
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<table cellpadding=0 cellspacing=0 width=100%>
|
||||
<tr>
|
||||
<td colspan=3 height=0>
|
||||
<tr>
|
||||
<td valign=top width=175 >
|
||||
To set up remote mail, choose Settings from your Mail list.
|
||||
|
||||
<td width=10>
|
||||
<td width=267 valign=top>
|
||||
<table align=right cellpadding=0 cellspacing=0 background="wtv-guide:/images/help/mail/maillist.jpg" width=267 height=200>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
||||
<spacer type="vertical" height="22"><br><spacer type="horizontal" width="50">
|
||||
<img src="wtv-guide:/images/help/common/arrowDL.gif" width="55" height="79">
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td rowspan=3 height=10>
|
||||
</table>
|
||||
</tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Writing3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,73 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures from an e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures from an e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
You can add pictures to any
|
||||
Web page you are creating. To
|
||||
learn more, choose <b>Continue</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="AddFromMail2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures from an e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures from an e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To add a picture from an e-mail message
|
||||
to your Scrapbook, follow these steps:
|
||||
<p><b>Step 1</b><spacer type=vertical height=20>
|
||||
Choose a message from your Mail List that has a
|
||||
picture attached.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="AddFromMail3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Adding pictures from an e-mail</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Adding pictures from an e-mail
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 2</b><spacer type=vertical height=20>
|
||||
Choose <b>Scrapbook</b>.
|
||||
<p>
|
||||
<font size=-1>NOTE:</font> The <b>Scrapbook</b> link will
|
||||
only appear when you're looking at an e-mail message
|
||||
that has a picture attached.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="AddFromMail4"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,76 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Spell-checker overview</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Spell-checker overview
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
The spell-checker looks for misspelled words in a message
|
||||
and helps you correct them.
|
||||
<p>
|
||||
The spell-checker can also <b>add words</b> to your <b>word list.</b> You can add words that are spelled correctly but aren't in the dictionary, like someone's name or the name of a town.
|
||||
<p>
|
||||
The words are saved on your list until you remove them.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Overview2"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Spell-checker overview</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Spell-checker overview
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
To use the spell-checker, follow these steps:
|
||||
<p><b>Step 1</b><spacer type=vertical height=20>
|
||||
Choose <b>Write</b> from your Mail list.
|
||||
<p><b>Step 2</b><spacer type=vertical height=20>
|
||||
Write your message as usual. When you're done, choose <b>Spelling</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Overview3"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,77 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Spell-checker overview</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Spell-checker overview
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 3</b><spacer type=vertical height=20>
|
||||
The first misspelled word appears at the top of the page, highlighted in white.
|
||||
<p><b>Step 4</b><spacer type=vertical height=20>
|
||||
A list of suggested corrections appears at the middle of the screen.
|
||||
<p>
|
||||
You can select any of the words on the list to make the change
|
||||
and move on to the next word.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Overview4"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,75 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Spell-checker overview</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Spell-checker overview
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 5</b><spacer type=vertical height=20>
|
||||
If you don't find the word you want among the suggestions, move the yellow box up to the area labeled <font size=-1> POSSIBLE MISSPELLING</font> and type in a correction, then choose <b>Change</b>.
|
||||
<p><b>Step 6</b><spacer type=vertical height=20>
|
||||
If you don't want to change a word that gets highlighted as
|
||||
a misspelling, choose <b>Skip Word</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action="Overview5"
|
||||
value="Continue"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
@@ -0,0 +1,79 @@
|
||||
data = `
|
||||
<html>
|
||||
<head>
|
||||
<title>Spell-checker overview</title>
|
||||
<display
|
||||
noscroll
|
||||
showwhencomplete
|
||||
>
|
||||
</head>
|
||||
<body hspace=0 vspace=0
|
||||
text='E6E6E6' link='E6E6E6' vlink='E6E6E6'
|
||||
fontsize='medium'
|
||||
bgcolor=00292f
|
||||
>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=560 height=96 valign=top>
|
||||
<table background="wtv-guide:/ROMCache/help/common/helpMastheadBlank.swf" width=560 height=96 cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td width=107 height=96 valign=top rowspan=2>
|
||||
<spacer type=vertical height=7><br>
|
||||
<spacer type=horizontal width=7>
|
||||
<a href='wtv-home:/home'>
|
||||
<img src="${minisrv_config.config.service_logo}" width=87 height=67>
|
||||
</a>
|
||||
<td width=453 valign=top>
|
||||
<spacer type=vertical height=54><br>
|
||||
<font size=+3><blackface>
|
||||
Spell-checker overview
|
||||
</blackface></font>
|
||||
<tr>
|
||||
<td align=right>
|
||||
|
||||
</table>
|
||||
<tr>
|
||||
<td width=560 valign=top height=225>
|
||||
<table cellpadding=0 cellspacing=0 width=560>
|
||||
<tr>
|
||||
<td width=25 height=17>
|
||||
<td width=535>
|
||||
<tr>
|
||||
<td>
|
||||
<td height=225 rowspan=2 valign=top>
|
||||
<table cellpadding=0 cellspacing=0 height=225 width=535>
|
||||
<tr>
|
||||
<td height=15>
|
||||
<tr>
|
||||
<td>
|
||||
<td valign=top>
|
||||
<p><b>Step 7</b><spacer type=vertical height=20>
|
||||
If the highlighted word is not misspelled
|
||||
— someone's name, for example —
|
||||
choose <B>Add Word</b>.
|
||||
<p>
|
||||
The next time you use the word in an e-mail message,
|
||||
the spell-checker won't mark it as a misspelling.
|
||||
<p><b>Step 8</b><spacer type=vertical height=20>
|
||||
When you reach the last word, choose <b>Done</b>.
|
||||
<tr>
|
||||
<td width=35>
|
||||
<td width=450>
|
||||
<td width=50>
|
||||
</table>
|
||||
</table>
|
||||
<tr>
|
||||
<td valign=bottom align=right>
|
||||
<form>
|
||||
<font color=ffcf69><shadow>
|
||||
<input type=button usestyle borderimage="file://ROM/Borders/ButtonBorder2.bif"
|
||||
action=javascript:location=history.go(-5);
|
||||
value="Done"
|
||||
width='110'
|
||||
selected>
|
||||
<spacer type=horizontal width=20>
|
||||
</shadow></font>
|
||||
</form>
|
||||
</table>
|
||||
</body>
|
||||
`;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user