Initial 3 pane mail ui files
git-svn-id: svn://10.0.0.236/trunk@20289 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
49
mozilla/mailnews/ui/messenger/resources/common.css
Normal file
49
mozilla/mailnews/ui/messenger/resources/common.css
Normal file
@@ -0,0 +1,49 @@
|
||||
window {
|
||||
display: block;
|
||||
width: 100%;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
tree {
|
||||
display: table;
|
||||
background-color: #000000;
|
||||
border: none;
|
||||
border-spacing: 0px;
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
treerow {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
treehead {
|
||||
display: table-header-group;
|
||||
}
|
||||
|
||||
treebody {
|
||||
display: table-row-group;
|
||||
|
||||
}
|
||||
|
||||
treecell {
|
||||
display: table-cell;
|
||||
color: white;
|
||||
font-family: Verdana;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
treehead treerow treecell {
|
||||
background-color: #a0a0a0;
|
||||
border: thin black solid;
|
||||
color: black;
|
||||
}
|
||||
|
||||
icon {
|
||||
display: list-item;
|
||||
list-style-image: url(http://www.shadowland.org/client/images/ClosedRead.gif);
|
||||
}
|
||||
|
||||
:TREE-SELECTION {
|
||||
background-color: #000080;
|
||||
}
|
||||
47
mozilla/mailnews/ui/messenger/resources/folder.xml
Normal file
47
mozilla/mailnews/ui/messenger/resources/folder.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="common.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE TreeView>
|
||||
|
||||
|
||||
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40">
|
||||
|
||||
<xul:tree>
|
||||
<xul:treehead>
|
||||
<xul:treerow>
|
||||
<xul:treecell>Name</xul:treecell>
|
||||
<xul:treecell>Unread</xul:treecell>
|
||||
<xul:treecell>Total</xul:treecell>
|
||||
</xul:treerow>
|
||||
</xul:treehead>
|
||||
<xul:treebody>
|
||||
<xul:treeitem>
|
||||
<xul:treerow>
|
||||
<xul:treecell><xul:treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Local Mail</xul:treecell>
|
||||
<xul:treecell></xul:treecell>
|
||||
</xul:treerow>
|
||||
<xul:treechildren>
|
||||
<xul:treeitem>
|
||||
<xul:treerow>
|
||||
<xul:treecell><xul:treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Inbox</xul:treecell>
|
||||
<xul:treecell>1</xul:treecell>
|
||||
<xul:treecell>130</xul:treecell>
|
||||
</xul:treerow>
|
||||
</xul:treeitem>
|
||||
<xul:treeitem>
|
||||
<xul:treerow>
|
||||
<xul:treecell><xul:treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Send</xul:treecell>
|
||||
<xul:treecell>0</xul:treecell>
|
||||
<xul:treecell>9</xul:treecell>
|
||||
</xul:treerow>
|
||||
</xul:treeitem>
|
||||
</xul:treechildren>
|
||||
</xul:treeitem>
|
||||
|
||||
</xul:treebody>
|
||||
|
||||
</xul:tree>
|
||||
|
||||
</window>
|
||||
|
||||
26
mozilla/mailnews/ui/messenger/resources/frames.html
Normal file
26
mozilla/mailnews/ui/messenger/resources/frames.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<HTML>
|
||||
<TITLE>Mr. Seamonkey Goes to Market</TITLE>
|
||||
|
||||
<FRAMESET COLS="30%,70%">
|
||||
|
||||
<FRAME NAME=folder SRC="folder.xml">
|
||||
<FRAMESET ROWS="50%,50%">
|
||||
|
||||
<FRAME NAME=thread SRC="thread.xml">
|
||||
<FRAME NAME=message SRC="message.html">
|
||||
|
||||
<NOFRAMES>
|
||||
Your browser doesn't do frames.<BR>
|
||||
Go <A HREF="http://home.netscape.com/comprod/mirror/index.html">here</A>
|
||||
to fix your lack.
|
||||
</NOFRAMES>
|
||||
</FRAMESET>
|
||||
|
||||
<NOFRAMES>
|
||||
Your browser doesn't do frames.<BR>
|
||||
Go <A HREF="http://home.netscape.com/comprod/mirror/index.html">here</A>
|
||||
to fix your lack.
|
||||
</NOFRAMES>
|
||||
|
||||
</FRAMESET>
|
||||
|
||||
30
mozilla/mailnews/ui/messenger/resources/mailshell.html
Normal file
30
mozilla/mailnews/ui/messenger/resources/mailshell.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Mozilla Browser</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
<body bgcolor="#C0C0C0">
|
||||
<style type="text/css">
|
||||
/* This style sheet should be in a seperate file */
|
||||
|
||||
BODY,TD {
|
||||
font-family: Sans-Serif;
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
BODY,TD,INPUT {
|
||||
font-size: 9pt;
|
||||
}
|
||||
BODY {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<iframe src="msgbar.xml" name="browser.toolbar" width="100%" height="56" >
|
||||
|
||||
<iframe src="frames.html" name="browser.tree" width="100%" height="500" >
|
||||
|
||||
<iframe src="status.html" name="browser.status" width="100%" height="34" >
|
||||
|
||||
</body>
|
||||
</html>
|
||||
271
mozilla/mailnews/ui/messenger/resources/message.html
Normal file
271
mozilla/mailnews/ui/messenger/resources/message.html
Normal file
@@ -0,0 +1,271 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Netscape Communications Services</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY BGCOLOR="#FFFFFF">
|
||||
|
||||
|
||||
<CENTER>
|
||||
|
||||
|
||||
<!-- Netscape Logo & GLOBAL UTILITY -->
|
||||
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=600>
|
||||
<TR>
|
||||
<TD WIDTH=600 HEIGHT=37 VALIGN="TOP" ALIGN=LEFT>
|
||||
<MAP NAME="hdr_banner">
|
||||
<AREA SHAPE=RECT COORDS="1,1,124,33" HREF="http://home.netscape.com/index.html">
|
||||
</MAP>
|
||||
<IMG SRC="http://home.netscape.com/messenger/start/banner.gif" ALT="" WIDTH="600" HEIGHT="37" BORDER="0" USEMAP="#hdr_banner">
|
||||
</TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=600>
|
||||
<!-- TEMPLATE ROW
|
||||
<TR>
|
||||
<TD WIDTH=144></TD>
|
||||
<TD WIDTH=8></TD>
|
||||
<TD WIDTH=296></TD>
|
||||
<TD WIDTH=8></TD>
|
||||
<TD WIDTH=144></TD>
|
||||
</TR>
|
||||
-->
|
||||
<!-- Begin Left Column -->
|
||||
<TD WIDTH=144 VALIGN=TOP ALIGN=LEFT>
|
||||
|
||||
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0 BGCOLOR=#FFFFCC>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Netscape Contact</B></FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT HEIGHT=175>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
Manage all of your communications over the Internet with these <A HREF="http://info.netscape.com/fwd/mes45cont/http://contact.netscape.com/contact/">Contact services</A>:<BR>
|
||||
<A HREF="http://info.netscape.com/fwd/mes45cont/http://contact.netscape.com/contact/">Address Book</A><BR>
|
||||
<A HREF="http://info.netscape.com/fwd/mes45cont/http://webmail.netscape.com">WebMail</A><BR>
|
||||
<A HREF="http://info.netscape.com/fwd/mes45cont/http://www.newaol.com/aim/netscape/adb00.html">Instant Messenger</A><BR>
|
||||
<A HREF="http://home.netscape.com/qwest/long_distance/index.html?cp=mes45cont">Long Distance</A><BR>
|
||||
<A HREF="http://home.netscape.com/qwest/isp/promo.html?cp=mes45cont">ISP</A><BR>
|
||||
<A HREF="http://info.netscape.com/fwd/mes45cont/http://form.netscape.com/members/index.html">Members</A><BR>
|
||||
<A HREF="http://form.netscape.com/directory/cgi-bin/community.cgi?cp=mes45cont&SRC=PROCOM">Discussions</A><BR>
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Spotlight</B></FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR=#99CCFF WIDTH=3> </TD><TD BGCOLOR=#99CCFF WIDTH=100% VALIGN=TOP><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><A HREF="http://info.netscape.com/fwd/mes45spot/http://www.networksolutions.com">dot com</A> it! Get the dot com web address you want.</FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Free eMagazines</B></FONT></TD>
|
||||
</TR>
|
||||
<TR BGCOLOR=#FFFFCC>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
The web's best publications delivered free to your email.</FONT><BR>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=1>
|
||||
<CENTER><P>
|
||||
<IMG SRC="http://home.netscape.com/messenger/start/pcweek.gif" ALT="PC Week" WIDTH="52" HEIGHT="24" BORDER="0"><BR>
|
||||
<A HREF="http://home.netscape.com/ibd/computing.html?cp=mes45emag">Sign Up Now</A>
|
||||
<P>
|
||||
<IMG SRC="http://home.netscape.com/messenger/start/nytimes.gif" ALT="NYTimes" WIDTH="85" HEIGHT="24" HSPACE="0" VSPACE="0" BORDER="0"><BR>
|
||||
<A HREF="http://home.netscape.com/ibd/news.html?cp=mes45emag">Sign Up Now</A>
|
||||
<P>
|
||||
<IMG SRC="http://home.netscape.com/messenger/start/eonline.gif" ALT="E!Online" WIDTH="85" HEIGHT="24" HSPACE="0" VSPACE="0" BORDER="0"><BR>
|
||||
<A HREF="http://home.netscape.com/ibd/entertainment.html?cp=mes45emag">Sign Up Now</A><BR>
|
||||
</CENTER></FONT><P>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
More <A HREF="http://home.netscape.com/ibd/index.html?cp=mes45emag">eMagazines</A></FONT>
|
||||
</TD></TR>
|
||||
</TABLE>
|
||||
|
||||
<!-- END LEFT COLUMN -->
|
||||
</TD>
|
||||
|
||||
<!-- SPACER -->
|
||||
<TD WIDTH=8></TD>
|
||||
|
||||
<!-- BEGIN MIDDLE COLUMN -->
|
||||
<TD WIDTH=296>
|
||||
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0 BGCOLOR=#FFFFFF>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%>
|
||||
<!-- BEGIN EMBEDDED TABLE FOR DATE -->
|
||||
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0>
|
||||
<TR>
|
||||
<TD ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Contact Tips</B></FONT></TD>
|
||||
<TD ALIGN=RIGHT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2 COLOR=#CC0033>Week of January 25, 1999 </FONT></TD>
|
||||
</TR><!-- END EMBEDDED TABLE -->
|
||||
</TABLE>
|
||||
</TD></TR>
|
||||
<TR>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT HEIGHT=175>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
<A HREF="http://info.netscape.com/fwd/mes45serv/http://form.netscape.com/members/index.html">Use Member Directory to Expand Your Personal Network</A><BR>
|
||||
Search the Netcenter Member Directory by occupation, interests, city, or state to find colleagues or new acquaintances.
|
||||
<P>
|
||||
<A HREF="http://info.netscape.com/fwd/mes45serv/http://www.newaol.com/aim/netscape/adb00.html">Speed Up Your Correspondence With Instant Messenger</A><BR>
|
||||
If you know your friends' email addresses, it's easy to send them instant messages. Just use Instant Messenger's Find a Buddy feature.
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Messenger Tips</B></FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
<A HREF="http://home.netscape.com/browsers/using/messenger/savedisk.html?cp=mes45tip12">Saving Disk Space</A><BR>
|
||||
Take advantage of Netscape Messenger's disk space reduction techniques and keep your disk space consumption under control.<P>
|
||||
<A HREF="http://home.netscape.com/browsers/using/messenger/pinpoint.html?cp=mes45tip7">Using Pinpoint Addressing</A><BR>
|
||||
Now you can quickly and accurately address your email messages without having to memorize email addresses or spend time looking them up.
|
||||
<P>
|
||||
<A HREF="http://home.netscape.com/browsers/using/messenger/index.html?cp=mes45tip22">More Messenger Tips</A><BR>
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Netscape Netcenter</B></FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
The Netcenter site is your place on the web for free, easy-to-use services, such as a customized home page, smart web browsing, and automatic software updates.
|
||||
<P>
|
||||
Visit the <A HREF="http://home.netscape.com/netcenter/ncreg/start.html?cp=mes45ntcr">Netcenter</A> content channels listed below or click on the Netscape logo in the upper-right corner of Messenger to go to the Netcenter home page.
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
|
||||
<!-- END MIDDLE TABLE -->
|
||||
</TD>
|
||||
|
||||
<!-- SPACER -->
|
||||
<TD WIDTH=8></TD>
|
||||
|
||||
<!-- BEGIN LAST COLUMN -->
|
||||
<TD WIDTH=144>
|
||||
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0 BGCOLOR=#FFFFFF>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Featured Service</B></FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT HEIGHT=175>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2 COLOR=#CC0033>New! </FONT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
<A HREF="http://home.netscape.com/qwest/fax/index.html?cp=mes45feat">Fax Center</A><BR>Sending a fax is just a click away.
|
||||
<P>
|
||||
Fax to the U.S. from any Internet-connected computer in the world for just 15 cents per page.
|
||||
</FONT>
|
||||
</TD></TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Spotlight</B></FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR=#99CCFF WIDTH=3> </TD><TD BGCOLOR=#99CCFF WIDTH=100% VALIGN=TOP><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>Local Information at your fingertips. <A HREF="http://info.netscape.com/fwd/mes45spot/http://www.athand.com">AtHand</A> Yellow Pages</FONT></TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Special Offers</B></FONT></TD>
|
||||
</TR>
|
||||
<TR BGCOLOR=#FFFFFF>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
|
||||
<A HREF="http://home.netscape.com/qwest/isp/promo.html?cp=mes45spec">Get ISP service for $14.95 per month</A>.<BR>
|
||||
<P>
|
||||
<A HREF="http://home.netscape.com/qwest/long_distance/index.html?cp=mes45spec">Get great long-distance rates.</A>.
|
||||
|
||||
|
||||
</FONT></TD></TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>Community Forums</B></FONT></TD>
|
||||
</TR>
|
||||
<TR BGCOLOR=#FFFFFF>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
Sites That Work: <BR>What flies, what fails, and why.
|
||||
<P>
|
||||
Join the discussion in the <a href="http://form.netscape.com/directory/community/html/pc_main.html?cp=mes45disc">Community Forums</a>!
|
||||
</FONT></TD></TR>
|
||||
<TR>
|
||||
<TD COLSPAN=2 BGCOLOR=#FFFFFF HEIGHT=6> </TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD BGCOLOR="#99CCCC" WIDTH=3> </TD><TD BGCOLOR="#99CCCC" WIDTH=100%><FONT FACE="sans-serif,Arial,Helvetica" SIZE=2><B>About This Page</B></FONT></TD>
|
||||
</TR>
|
||||
<TR BGCOLOR=#FFFFFF>
|
||||
<TD WIDTH=3> </TD><TD VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif,Arial,Helvetica" SIZE=2>
|
||||
The Netscape Personal Communications Services on this page empower you to take control of your communications and save time.
|
||||
<P> </FONT></TD></TR>
|
||||
</TABLE>
|
||||
|
||||
<!-- END LAST COLUMN -->
|
||||
</TD>
|
||||
</TR>
|
||||
|
||||
<!-- END MAIN TABLE -->
|
||||
</TABLE>
|
||||
|
||||
<!-- footer -->
|
||||
<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<TR>
|
||||
<TD WIDTH=600 HEIGHT=8><HR SIZE=1 NOSHADE></TD></TR>
|
||||
<TR><TD ALIGN=LEFT VALIGN=TOP><FONT FACE="sans-serif, Arial, Helvetica" SIZE=-2><A HREF="http://home.netscape.com/misc/nav_redir/help.html" TARGET="_top">Help</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/site_map.html" TARGET="_top">Site Map</A> | <A HREF="http://home.netscape.com/misc/nav_redir/company_info.html" TARGET="_top">Company Information</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/howtoget.html" TARGET="_top">How to Get Netscape Products</A> | <A HREF="http://home.netscape.com/misc/nav_redir/ad.html" TARGET="_top">Advertise With Us</A></FONT></TD></TR>
|
||||
<TR>
|
||||
<TD WIDTH=600 HEIGHT=8 COLSPAN=0></TD>
|
||||
</TR>
|
||||
|
||||
<TR>
|
||||
<TD ALIGN=LEFT VALIGN=TOP>
|
||||
<!-- Channels -->
|
||||
<FONT FACE="sans-serif, Arial, Helvetica" SIZE=-2><A HREF="http://home.netscape.com/misc/nav_redir/channels/autos.html" TARGET="_top">Autos</A> | <A
|
||||
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/business.html" TARGET="_top">Business</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/computers_internet.html" TARGET="_top">Computing & Internet</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/education.html" TARGET="_top">Education</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/entertainment.html" TARGET="_top">Entertainment</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/games.html" TARGET="_top">Games</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/health.html" TARGET="_top">Health</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/kids_family.html" TARGET="_top">Kids & Family</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/lifestyles.html" TARGET="_top">Lifestyles</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/local.html" TARGET="_top">Local</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/netscape.html" TARGET="_top">Netscape</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/news.html" TARGET="_top">News</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/personalize_finance.html" TARGET="_top">Personal Finance</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/real_estate.html" TARGET="_top">Real Estate</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/shopping.html" TARGET="_top">Shopping</A> | <A
|
||||
HREF="http://home.netscape.com/misc/nav_redir/channels/sports.html" TARGET="_top">Sports</A> | <A HREF="http://home.netscape.com/misc/nav_redir/channels/travel.html" TARGET="_top">Travel</A></FONT></TD></TR>
|
||||
</TABLE>
|
||||
|
||||
<TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0>
|
||||
<TR><TD WIDTH=600 HEIGHT=8 COLSPAN=0></TD></TR>
|
||||
<TR>
|
||||
<TD WIDTH=600 COLSPAN=5 VALIGN=TOP ALIGN=LEFT>
|
||||
<FONT FACE="sans-serif, Arial, Helvetica" SIZE=-2>
|
||||
© 1998 Netscape, All Rights Reserved. <A HREF="http://home.netscape.com/legal_notices/index.html">Legal & Privacy Notices</A><BR>This site powered by <A HREF="http://home.netscape.com/comprod/server_central/index.html" TARGET="_top">Netscape SuiteSpot servers</A>.</FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
<!-- end footer -->
|
||||
</CENTER>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
54
mozilla/mailnews/ui/messenger/resources/messenger.html
Normal file
54
mozilla/mailnews/ui/messenger/resources/messenger.html
Normal file
@@ -0,0 +1,54 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
|
||||
<script LANGUAGE="JavaScript">
|
||||
<!--
|
||||
|
||||
function OpenMailWindow()
|
||||
{
|
||||
var appCore = AppCoresManager.Find("MailCore");
|
||||
if (appCore==null) {
|
||||
appCore = new MailCore();
|
||||
if (appCore != null) {
|
||||
appCore.Init("MailCore");
|
||||
appCore.SetWindow(window);
|
||||
appCore.Open3PaneWindow();
|
||||
}
|
||||
} else {
|
||||
appCore.Open3PaneWindow();
|
||||
}
|
||||
}
|
||||
|
||||
// End -->
|
||||
</script>
|
||||
|
||||
|
||||
<title>Mozilla Messenger</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
<body bgcolor="#C0C0C0">
|
||||
<style type="text/css">
|
||||
/* This style sheet should be in a seperate file */
|
||||
|
||||
BODY,TD {
|
||||
font-family: Sans-Serif;
|
||||
background-color: #C0C0C0;
|
||||
}
|
||||
|
||||
BODY,TD,INPUT {
|
||||
font-size: 9pt;
|
||||
}
|
||||
BODY {
|
||||
margin: 0px 0px 0px 0px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<iframe src="msgbar.xml" name="messenger.toolbar" width="100%" height="56" >
|
||||
|
||||
<iframe src="frames.html" name="messenger.3pane" width="100%" height="500" >
|
||||
|
||||
<iframe src="status.html" name="messenger.status" width="100%" height="34" >
|
||||
|
||||
</body>
|
||||
</html>
|
||||
52
mozilla/mailnews/ui/messenger/resources/msgbar.xml
Normal file
52
mozilla/mailnews/ui/messenger/resources/msgbar.xml
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="xul.css" type="text/css"?>
|
||||
<!DOCTYPE window>
|
||||
|
||||
<window>
|
||||
<xul:commands>
|
||||
<xul:command name="nsCmd:GetMessage" onCommand="window.getmessage();"/>
|
||||
<xul:command name="nsCmd:NewMessage" onCommand="window.newmessage();"/>
|
||||
<xul:command name="nsCmd:ReplyMessage" onCommand="window.replymessage();"/>
|
||||
<xul:command name="nsCmd:ForwardMessage" onCommand="window.forwardmessage();"/>
|
||||
<xul:command name="nsCmd:DeleteMessage" onCommand="window.deletemessage();"/>
|
||||
<!-- other parameters of command are assumed to have
|
||||
some useful initial value -->
|
||||
</xul:commands>
|
||||
<xul:menubar>
|
||||
<xul:menu name="File">
|
||||
<xul:menuitem name="New Message" cmd="nsCmd:NewMessage"/>
|
||||
<xul:menuitem name="Get New Message" cmd="nsCmd:GetMessage"/>
|
||||
</xul:menu>
|
||||
<xul:menu name="Edit">
|
||||
<xul:menuitem name="Delete Message" cmd="nsCmd:DeleteMessage"/>
|
||||
</xul:menu>
|
||||
<xul:menu name="Message">
|
||||
<xul:menuitem name="Reply" cmd="nsCmd:ReplyMessage"/>
|
||||
<xul:menuitem name="Forward" cmd="nsCmd:ForwardMessage" />
|
||||
</xul:menu>
|
||||
|
||||
</xul:menubar>
|
||||
|
||||
<xul:toolbar>
|
||||
<html:button cmd="nsCmd:GetMessage" style="background-color:rgb(192,192,192);">
|
||||
<html:img src="getmsg.gif"/><html:BR/>Get Msg
|
||||
</html:button>
|
||||
<html:button cmd="nsCmd:NewMessage" style="background-color:rgb(192,192,192);">
|
||||
<html:img src="newmsg.gif"/><html:BR/>New Msg
|
||||
</html:button>
|
||||
<html:button cmd="nsCmd:ReplyMessage" style="background-color:rgb(192,192,192);">
|
||||
<html:img src="replymsg.gif"/><html:BR/>Reply
|
||||
</html:button>
|
||||
<html:button cmd="nsCmd:ForwardMessage" style="background-color:rgb(192,192,192);">
|
||||
<html:img src="fwdmsg.gif"/><html:BR/>Forward
|
||||
</html:button>
|
||||
<html:button cmd="nsCmd:DeleteMessage" style="background-color:rgb(192,192,192);">
|
||||
<html:img src="delmsg.gif"/><html:BR/>Delete
|
||||
</html:button>
|
||||
<html:a style="position:relative; direction:rtl; right:3; top: 2px;" href="http://www.netscape.com">
|
||||
<html:img alt="Throbber!" border=0 src="resource:/res/throbber/anims00.gif"/>
|
||||
</html:a>
|
||||
</xul:toolbar>
|
||||
|
||||
</window>
|
||||
|
||||
34
mozilla/mailnews/ui/messenger/resources/thread.xml
Normal file
34
mozilla/mailnews/ui/messenger/resources/thread.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="common.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE TreeView>
|
||||
|
||||
|
||||
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40">
|
||||
|
||||
<xul:tree>
|
||||
<xul:treehead>
|
||||
<xul:treerow>
|
||||
<xul:treecell>Subject</xul:treecell>
|
||||
<xul:treecell>Sender</xul:treecell>
|
||||
<xul:treecell>Date</xul:treecell>
|
||||
</xul:treerow>
|
||||
</xul:treehead>
|
||||
<xul:treebody>
|
||||
<xul:treeitem>
|
||||
<xul:treerow>
|
||||
<xul:treecell><xul:treeindentation/>Netcenter TV Advertising</xul:treecell>
|
||||
<xul:treecell><xul:treeindentation/>lynn@netscape.com</xul:treecell>
|
||||
<xul:treecell><xul:treeindentation/>Wed, 27 Jan 1999 10:34:33</xul:treecell>
|
||||
</xul:treerow>
|
||||
<xul:treerow>
|
||||
<xul:treecell><xul:treeindentation/>Mac/Unix Y2K Audit Reminder</xul:treecell>
|
||||
<xul:treecell><xul:treeindentation/>juliew@netscape.com</xul:treecell>
|
||||
<xul:treecell><xul:treeindentation/>Wed, 27 Jan 1999 12:20:15</xul:treecell>
|
||||
</xul:treerow>
|
||||
</xul:treeitem>
|
||||
</xul:treebody>
|
||||
</xul:tree>
|
||||
</window>
|
||||
|
||||
Reference in New Issue
Block a user