- numerous bug fixes - wtv-news goodies, ready for local testing - custom patched nntp-server node module with support for POSTing - should be able to post locally - 4 groups are made by default - can override in user_config.json (look at the config.json changes but dont do them there) - can sync down from an upstream server with sync_nntp.js - sync does not push new posts to upstream yet
106 lines
2.4 KiB
JavaScript
106 lines
2.4 KiB
JavaScript
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>
|
|
`;
|