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:
@@ -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>
|
||||
Reference in New Issue
Block a user