remove the april fools easter egg

add titles to messenger and the message compose
add image sizes to the messenger toolbar
This commit is contained in:
sspitzer%netscape.com 1999-04-05 16:53:50 +00:00
Родитель 286ee69686
Коммит dfe7ac5f83
6 изменённых файлов: 16 добавлений и 19 удалений

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

@ -5,7 +5,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="startup()"
onload="startup()" title="Message Compose">
style="width:100%;height:100%">
<html:script src="resource:/res/mailnews/messenger/widgetglue.js"></html:script>

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

@ -1,13 +1,9 @@
<html>
<head>
<title>Message Composition</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
--<br>
This message was sent by Messenger 5.0<br>
<br>
--This message was sent by Messenger 5.0
</body>
</html>

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

@ -1,11 +1,11 @@
window {
display: block;
background-color:white;
background-image: url(http://www-ksl.stanford.edu/logo.csd.gif);
}
tree {
display: table;
background-color:white;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
@ -26,7 +26,7 @@ treebody {
treecell {
display: table-cell;
color: white;
color: black;
font-family: Verdana;
font-size: 10pt;
}

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

@ -6,6 +6,7 @@
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onconstruction="MsgStartUp()"
title="Messenger"
style="width:100%;height:100%">
<html:script src="resource:/res/mailnews/messenger/widgetglue.js"></html:script>
@ -247,21 +248,21 @@
<box id="header" align="vertical" style="width:100%;height:100%">
<toolbox>
<toolbar>
<titledbutton src="http://jamaica.ee.pitt.edu/CAD_Sites/Logos/cmu.gif" align="bottom" value="Get Spam" onclick="MsgGetMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/getmsg.gif" width=25 height=21 align="bottom" value="Get Msg" onclick="MsgGetMessage()"/>
<titledbutton src="http://www.nb.net/~edunmire/graphics/cmu.gif" align="bottom" value="Create New Spam" onclick="MsgNewMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/newmsg.gif" width=25 height=21 align="bottom" value="New Msg" onclick="MsgNewMessage()"/>
<titledbutton src="http://jamaica.ee.pitt.edu/CAD_Sites/Logos/cmu.gif" align="bottom" value="Reply to Spam" onclick="MsgReplyMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/reply.gif" width=25 height=21 align="bottom" value="Reply" onclick="MsgReplyMessage()"/>
<titledbutton src="http://www.nb.net/~edunmire/graphics/cmu.gif" align="bottom" value="Forward Spam" onclick="MsgForwardMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/forward.gif" width=25 height=21 align="bottom" value="Forward" onclick="MsgForwardMessage()"/>
<titledbutton src="http://jamaica.ee.pitt.edu/CAD_Sites/Logos/cmu.gif" align="bottom" value="Delete Spam" onclick="MsgDeleteMessage()"/>
<titledbutton src="resource:/res/mailnews/messenger/trash.gif" width=25 height=21 align="bottom" value="Delete" onclick="MsgDeleteMessage()"/>
<titledbutton src="http://www.nb.net/~edunmire/graphics/cmu.gif" align="bottom" value="Load Spam" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')"/>
<titledbutton src="resource:/res/mailnews/messenger/getmsg.gif" width=25 height=21 align="bottom" value="Load News" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')"/>
<spring flex="100%"/>
<titledbutton src="http://www.reed.edu/~reyn/true.spam.GIF" align="right" onclick="MsgHome('http://home.netscape.com/')"/>
<titledbutton src="resource:/res/throbber/anims00.gif" height=30 width=30 align="right" onclick="MsgHome('http://home.netscape.com/')"/>
</toolbar>
</toolbox>

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

@ -8,7 +8,7 @@
xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:iframe src="http://www.bc.edu/" name="browser.webwindow" width="100%" height="325px" > </html:iframe>
<html:iframe src="message.html" name="browser.webwindow" width="100%" height="325px" > </html:iframe>
</window>

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

@ -1,11 +1,11 @@
window {
display: block;
background-color: white;
background-image: url(http://web.mit.edu/stars.gif);
}
tree {
display: table;
background-color: white;
border: none;
border-spacing: 0px;
//border-collapse: collapse;
@ -26,7 +26,7 @@ treebody {
treecell {
display: table-cell;
color: white;
color: black;
font-family: Verdana;
font-size: 10pt;
}