Files
minisrv/zefie_wtvp_minisrv/ServiceDeps/wtv-guide/prerendered/Mail/Compose.js
zefie 1165b245ce 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
2022-11-29 08:29:25 -05:00

1 line
4.1 KiB
JavaScript

data = `<html><head>
<title>Composing</title>
</head>
<body hspace="0" vspace="0" fontsize="medium" noscroll="" vlink="#cccccc" text="#c6bd6c" link="#cccccc" bgcolor="#00292f">
<display
noscroll
showwhencomplete
>
<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><font color=#FFFFFF>
Composing&nbsp;
</blackface></font>
<tr>
<td align=right>
&nbsp;
</table>
<table frame="" width="560" height="280" 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">
<table selected="" href="Write/Writing" width="250"><tbody><tr><td rowspan="2" valign="top"><font color="#70954b">&#128;
</font></td><td valign="top"><b><font color="#70954b"><font color="#70954b">Writing E-Mail
</font></font></b></td></tr></tbody></table>
<spacer type="vertical" height="10">
<br><table selected="" href="Messages" width="250"><tbody><tr><td rowspan="2" valign="top">
<font color="#70954b">&#128</font></td><td valign="top"><b><font color="#70954b"><font color="#70954b">Checking Messages</font></font></b></td></tr>
<tr><td valign="top"><font color="#cccccc">Message Light, Remote Mail</font></td></tr></tbody></table>
<spacer type="vertical" height="10">
<br>
<table selected="" href="Receive" width="250"><tbody><tr><td rowspan="2" valign="top"><font color="#70954b">&#128</font></td><td valign="top"><b>
<font color="#70954b"><font color="#70954b">Receiving and Storing</font></font></b></td></tr><tr><td valign="top">
<font color="#cccccc">Capacity, Attachments, Full Mailbox</font></td></tr></tbody></table>
<spacer type="vertical" height="10">
<br>
</spacer></spacer></spacer></td><td valign="top"></td><td valign="top">
<table selected="" href="AddressBook/" width="250"><tbody><tr><td rowspan="2" valign="top">
<font color="#70954b">&#128</font></td><td valign="top"><b><font color="#70954b"><font color="#70954b">Address Book</font></font></b></td></tr>
<tr><td valign="top"><font color="#cccccc">Delivery, Replying</font></td></tr></tbody></table><spacer type="vertical" height="10">
<br>
<table selected="" href="Harassment" width="250"><tbody><tr><td rowspan="2" valign="top"><font color="#70954b">&#128</font></td>
<td valign="top"><b><font color="#70954b"><font color="#70954b">Harassment</font></font></b></td></tr><tr><td valign="top">
<font color="#cccccc">Spam, Unwanted Mail</font></td></tr></tbody></table><spacer type="vertical" height="10">
<br>
<table selected="" href="Multimail" width="250"><tbody><tr><td rowspan="2" valign="top"><font color="#70954b">&#128</font></td>
<td valign="top"><b><font color="#70954b"><font color="#70954b">Multimedia E-mail</font></font></b></td></tr><tr><td valign="top">
<font color="#cccccc">Audio and Video Attachments</font></td></tr></tbody></table><spacer type="vertical" height="10">
<br>
</spacer></spacer></spacer></td></tr></tbody></table></b></font></td>
</tr>
<tr>
<!-- <td width="60"></td>
<td align="right" valign="bottom"><a href="javascript:doDone()"><img height="33" width="104" src="donebutton.jpg"></a></td>
-->
<td>
</td><td valign="top" align="right">
<form>
<font color="ffcf69"><shadow>
<input action="wtv-guide:/help/Mail/mail" value="Done" borderimage="file://ROM/Borders/ButtonBorder2.bif" type="button" usestyle="" id="button1" name="button1" width="110">
<spacer type="horizontal" width="30">
</spacer></shadow></font>
</form>
</td></tr></tbody></table>
</body></html>
`;