Removing from the repository. They are getting replaced with new .xul files.

This commit is contained in:
mscott%netscape.com 1999-02-25 00:59:03 +00:00
Родитель cf7842999b
Коммит e2f5dc5293
8 изменённых файлов: 0 добавлений и 412 удалений

Просмотреть файл

@ -1,47 +0,0 @@
<?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:datasources="rdf:bookmarks rdf:mail">
<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>

Просмотреть файл

@ -1,26 +0,0 @@
<HTML>
<TITLE>Messenger Mail Window</TITLE>
<FRAMESET COLS="30%,70%">
<FRAME NAME=folder SRC="sidebar.xul">
<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>

Просмотреть файл

@ -1,107 +0,0 @@
<html>
<head>
<title>Mozilla Mail Client</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;
}
#toolbar {
position: fixed;
width: 100%;
height: 80px;
top: 0;
right: 0;
bottom: auto;
left: 0;
background-color: #cccccc;
}
#folder {
position: fixed;
width: 15em;
height: auto;
top: 80px;
right: 15em;
bottom: 34px;
left: 0;
font-style: italic;
background-color: #ffffff;
}
#message {
position: fixed;
width: auto;
height: auto;
top: 200px;
right: 0;
bottom: 34px;
left: 15em;
overflow: auto;
padding: 2px .5em;
border: solid 1px black;
background-color: #ffffff;
}
#thread {
position: fixed;
width: auto;
height: 120px;
top: 80px;
right: 0;
bottom: auto;
left: 15em;
overflow: auto;
padding: 2px .5em;
border: solid 1px white
background-color: #cccccc;
}
#footer {
position: fixed;
width: 100%;
height: 34px;
top: auto;
right: 0;
bottom: 0;
left: 0;
text-align: center;
margin-top: auto;
background-color: #cccccc;
}
</style>
</style>
<DIV id="toolbar">
<iframe src="msgbar.xml" name="browser.toolbar" width="100%" height="56" > </iframe>
</DIV>
<DIV id="thread">
<iframe src="thread.xml" name="browser.foo" width="100%" height="99%" > </iframe>
</DIV>
<DIV id="message">
<iframe src="message.html" name="browser.webwindow" width="100%" height="100%" > </iframe>
</DIV>
<DIV id="folder">
<iframe src="sidebar.xul" name="browser.sidebar" width="100%" height="100%"></iframe>
</DIV>
<DIV id="footer">
<iframe src="status.html" name="browser.status" width="100%" height="34" > </iframe>
</DIV>
</body>
</html>

Просмотреть файл

@ -1,31 +0,0 @@
<html>
<head>
<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>

Просмотреть файл

@ -1,104 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<!DOCTYPE window>
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:xul ="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script language="JavaScript">
function StartUp()
{
dump("StartUp: MsgAppCore\n");
var appCore = XPAppCoresManager.Find("MsgAppCore");
if (appCore == null) {
dump("StartUp: Creating AppCore\n");
appCore = new MsgAppCore();
}
dump("AppCore probably found\n");
if (appCore != null) {
dump("Initializing AppCore and setting Window\n");
appCore.Init("MsgAppCore");
appCore.SetWindow(window);
}
}
function OpenURL(url)
{
dump("\n\nOpenURL from XUL\n\n\n");
var appCore = new MsgAppCore();
if (appCore != null) {
dump("Initializing AppCore and setting Window\n");
appCore.Init("MsgAppCore");
appCore.SetWindow(window);
appCore.OpenURL(url);
}
}
</html:script>
<xul:menubar>
<xul:menu name="File">
<xul:menuitem name="New Message" onClick="NewMessage();"/>
<separator/>
<xul:menuitem name="Get New Message" onClick="GetMessage();"/>
<xul:menuitem name="Subscribe" onClick="Subscribe();"/>
<separator/>
<xul:menuitem name="Rename Folder.." onClick="RenameFolder();"/>
<xul:menuitem name="Empty Trash" onClick="EmptyTrash();"/>
<separator/>
<xul:menuitem name="Print" onClick="Print();"/>
<separator/>
<xul:menuitem name="Close" onClick="Close();"/>
<xul:menuitem name="Exit" onClick="Exit();"/>
</xul:menu>
<xul:menu name="Edit">
<xul:menuitem name="Delete Message" onClick="DeleteMessage();"/>
</xul:menu>
<xul:menu name="View">
<xul:menuitem name="View Attachments Inline" onClick="ViewAttachInline();"/>
<xul:menuitem name="Wrap Long Lines" onClick="WrapLongLines();"/>
<separator/>
<xul:menuitem name="Page Source" onClick="ViewPageSource();"/>
<xul:menuitem name="Page Info" onClick="ViewPageInfo();"/>
</xul:menu>
<xul:menu name="Go">
<xul:menuitem name="Next Message" onClick="NextMessage();"/>
<xul:menuitem name="Next Unread Message" onClick="NextUnreadMessage();"/>
</xul:menu>
<xul:menu name="Message">
<xul:menuitem name="New Message" onClick="NewMessage();"/>
<xul:menuitem name="Reply" onClick="ReplyMessage();"/>
<xul:menuitem name="Forward" onClick="ForwardMessage();"/>
</xul:menu>
<xul:menu name="Demo">
<xul:menuitem name="News Message 1" onClick="OpenURL('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com');"/>
<xul:menuitem name="News Message 2" onClick="OpenURL('news://news.mozilla.org:119/36BC8178.5BE93104@netscape.com');"/>
</xul:menu>
</xul:menubar>
<xul:toolbar>
<html:button onClick="GetMessage();" style="background-color:rgb(192,192,192);">
<html:img src="getmsg.gif"/><html:BR/>Get Msg
</html:button>
<html:button onClick="NewMessage();" style="background-color:rgb(192,192,192);">
<html:img src="newmsg.gif"/><html:BR/>New Msg
</html:button>
<html:button onClick="ReplyMessage();" style="background-color:rgb(192,192,192);">
<html:img src="replymsg.gif"/><html:BR/>Reply
</html:button>
<html:button onClick="ForwardMessage();" style="background-color:rgb(192,192,192);">
<html:img src="fwdmsg.gif"/><html:BR/>Forward
</html:button>
<html:button onClick="DeleteMessage();" style="background-color:rgb(192,192,192);">
<html:img src="delmsg.gif"/><html:BR/>Delete
</html:button>
<html:button onClick="OpenURL('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com');" style="background-color:rgb(192,192,192);">
<html:img src="getmsg.gif"/><html:BR/>Load Msg
</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>
</xul:window>

Просмотреть файл

@ -1,33 +0,0 @@
window {
display: block;
}
tree {
display: table;
background-color: #eeeeee;
border: none;
border-spacing: 0px;
border-collapse: collapse;
}
treeitem {
display: table-row;
}
treehead {
display: table-header-group;
}
treebody {
display: table-row-group;
}
treecell {
display: table-cell;
}
treehead treeitem treecell {
background-color: #a0a0a0;
border: thin black solid;
}

Просмотреть файл

@ -1,29 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="sidebar.css" type="text/css"?>
<xul:window
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#">
<xul:tree xul:datasources="rdf:mailnewsfolder">
<xul:treecol rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
<xul:treehead>
<xul:treeitem>
<xul:treecell>Name</xul:treecell>
<xul:treecell>Unread</xul:treecell>
<xul:treecell>Total</xul:treecell>
</xul:treeitem>
</xul:treehead>
<xul:treebody>
<xul:treeitem xul:id="mailbox:/">
<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:treecell></xul:treecell>
</xul:treeitem>
</xul:treebody>
</xul:tree>
</xul:window>

Просмотреть файл

@ -1,35 +0,0 @@
<?xml version="1.0"?>
<?xml-stylesheet href="common.css" type="text/css"?>
<!DOCTYPE TreeView>
<xul: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:treeitem>
<xul:treecell>Subject</xul:treecell>
<xul:treecell>Sender</xul:treecell>
<xul:treecell>Date</xul:treecell>
</xul:treeitem>
</xul:treehead>
<xul:treebody>
<xul:treeitem>
<xul:treecell><xul:treeindentation/>Netscape Stock hits 200</xul:treecell>
<xul:treecell><xul:treeindentation/>mscott@netscape.com</xul:treecell>
<xul:treecell><xul:treeindentation/>Sat, 27 Feb 1999 10:34:33</xul:treecell>
</xul:treeitem>
<xul:treeitem>
<xul:treecell><xul:treeindentation/>Mozilla 5.0 ships!</xul:treecell>
<xul:treecell><xul:treeindentation/>daver@netscape.com</xul:treecell>
<xul:treecell><xul:treeindentation/>Mon, 27 Sep 1999 12:20:15</xul:treecell>
</xul:treeitem>
</xul:treebody>
</xul:tree>
</xul:window>