gecko-dev/xpfe/AppCores/xul/MailFrame.html
1999-02-11 15:14:34 +00:00

78 lines
1.3 KiB
HTML

<html>
<head>
<style type="text/css">
/* This style sheet should be in a seperate file */
FIELDSET {
background-color: rgb(192, 192, 192);
border: 2px groove rgb(192, 192, 192);
display: inline;
margin-left: 10px;
padding: 2px;
}
LEGEND {
background-color:rgb(192, 192, 192);
border: none ;
padding: 2px;
}
BODY,TD {
font-family: Sans-Serif;
background-color: #C0C0C0;
}
LABEL {
background-color: #C0C0C0;
margin: 0px 0px 0px 0px;
padding-left: 0px;
padding-right: 0px;
}
BODY,TD,INPUT {
font-size: 9pt;
}
BODY {
margin: 0px 0px 0px 0px;
}
</style>
</head>
<body>
<center>
<p><form ENCTYPE="text/plain" onSubmit="return submitForms()"></center>
<TABLE bgcolor="#C0C0C0">
<TR>
<TD>
<fieldset width="100%" height="100%" >
<legend align=left>&nbsp;Info&nbsp;</legend>
<TABLE width="100%" height="100%">
<TR>
<TD>Address:</TD>
<TD width="100%"><input type="text" name="addrTo" ></TD>
</TR>
<TR>
<TD>Subject:</TD>
<TD><input type="text" name="subject" id="subject"></TD>
</TR>
</TABLE>
</fieldset>
</TD>
</TR>
<TR>
<TD>
<fieldset width="100%" height="100%" >
<legend align=left>&nbsp;Message&nbsp;</legend>
<TEXTAREA cols=40 rows=20 name="mailbody"></TEXTAREA>
</fieldset>
</TD>
</TR></TABLE>
</form>
</center>
</body>
</html>