Add new icon files and create mailnews resources directory under res

This commit is contained in:
chuang%netscape.com 1999-03-24 08:27:57 +00:00
Родитель 0a6c31a062
Коммит faa5cad6fa
24 изменённых файлов: 108 добавлений и 157 удалений

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

@ -26,49 +26,26 @@ include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/res/samples
TOOLBAR_DIR = $(DIST)/bin/res/toolbar
SAMPLES_DIR = $(DIST)/bin/res/mailnews/compose
EXPORT_RESOURCE_SAMPLES = \
./Compose.xul \
./ComposeBody.html \
./ComposeFrame.html \
./send.gif \
./quote.gif \
./address.gif \
./attach.gif \
./spelling.gif \
./save.gif \
./stop.gif \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
EXPORT_RESOURCE_TOOLBAR = \
./mail_options.gif \
./mail_options_mo.gif \
./mail_options_dis.gif \
./mail_options_dep.gif \
./mail_quotemsg.gif \
./mail_quotemsg_mo.gif \
./mail_quotemsg_dis.gif \
./mail_quotemsg_dep.gif \
./mail_selectaddress.gif \
./mail_selectaddress_mo.gif \
./mail_selectaddress_dis.gif \
./mail_selectaddress_dep.gif \
./mail_attach.gif \
./mail_attach_mo.gif \
./mail_attach_dis.gif \
./mail_attach_dep.gif \
./mail_spelling.gif \
./mail_spelling_mo.gif \
./mail_spelling_dis.gif \
./mail_spelling_dep.gif \
./mail_save.gif \
./mail_save_mo.gif \
./mail_save_dis.gif \
./mail_save_dep.gif \
$(NULL)
EXPORT_RESOURCE_TOOLBAR_TO_REMOVE := $(addprefix $(TOOLBAR_DIR)/, $(EXPORT_RESOURCE_TOOLBAR))
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR)
$(INSTALL) $(EXPORT_RESOURCE_TOOLBAR) $(TOOLBAR_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE) $(EXPORT_RESOURCE_TOOLBAR_TO_REMOVE)
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE)

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

@ -22,60 +22,26 @@ IGNORE_MANIFEST=1
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) Compose.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) ComposeBody.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ComposeFrame.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) mail_options.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_options_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_options_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_options_dep.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_quotemsg.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_quotemsg_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_quotemsg_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_quotemsg_dep.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_selectaddress.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_selectaddress_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_selectaddress_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_selectaddress_dep.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_attach.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_attach_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_attach_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_attach_dep.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_spelling.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_spelling_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_spelling_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_spelling_dep.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_save.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_save_mo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_save_dis.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) mail_save_dep.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) Compose.xul $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) ComposeBody.html $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) ComposeFrame.html $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) send.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) quote.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) address.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) attach.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) spelling.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) save.gif $(DIST)\bin\res\mailnews\compose
$(MAKE_INSTALL) stop.gif $(DIST)\bin\res\mailnews\compose
clobber::
rm -f $(DIST)\bin\res\samples\Compose.xul
rm -f $(DIST)\bin\res\samples\ComposeBody.html
rm -f $(DIST)\bin\res\samples\ComposeFrame.html
rm -f $(DIST)\bin\res\toolbar\mail_options.gif
rm -f $(DIST)\bin\res\toolbar\mail_options_mo.gif
rm -f $(DIST)\bin\res\toolbar\mail_options_dis.gif
rm -f $(DIST)\bin\res\toolbar\mail_options_dep.gif
rm -f $(DIST)\bin\res\toolbar\mail_quotemsg.gif
rm -f $(DIST)\bin\res\toolbar\mail_quotemsg_mo.gif
rm -f $(DIST)\bin\res\toolbar\mail_quotemsg_dis.gif
rm -f $(DIST)\bin\res\toolbar\mail_quotemsg_dep.gif
rm -f $(DIST)\bin\res\toolbar\mail_selectaddress.gif
rm -f $(DIST)\bin\res\toolbar\mail_selectaddress_mo.gif
rm -f $(DIST)\bin\res\toolbar\mail_selectaddress_dis.gif
rm -f $(DIST)\bin\res\toolbar\mail_selectaddress_dep.gif
rm -f $(DIST)\bin\res\toolbar\mail_attach.gif
rm -f $(DIST)\bin\res\toolbar\mail_attach_mo.gif
rm -f $(DIST)\bin\res\toolbar\mail_attach_dis.gif
rm -f $(DIST)\bin\res\toolbar\mail_attach_dep.gif
rm -f $(DIST)\bin\res\toolbar\mail_spelling.gif
rm -f $(DIST)\bin\res\toolbar\mail_spelling_mo.gif
rm -f $(DIST)\bin\res\toolbar\mail_spelling_dis.gif
rm -f $(DIST)\bin\res\toolbar\mail_spelling_dep.gif
rm -f $(DIST)\bin\res\toolbar\mail_save.gif
rm -f $(DIST)\bin\res\toolbar\mail_save_mo.gif
rm -f $(DIST)\bin\res\toolbar\mail_save_dis.gif
rm -f $(DIST)\bin\res\toolbar\mail_save_dep.gif
rm -f $(DIST)\bin\res\mailnews\compose\Compose.xul
rm -f $(DIST)\bin\res\mailnews\compose\ComposeBody.html
rm -f $(DIST)\bin\res\mailnews\compose\ComposeFrame.html
rm -f $(DIST)\bin\res\mailnews\compose\send.gif
rm -f $(DIST)\bin\res\mailnews\compose\quote.gif
rm -f $(DIST)\bin\res\mailnews\compose\address.gif
rm -f $(DIST)\bin\res\mailnews\compose\attach.gif
rm -f $(DIST)\bin\res\mailnews\compose\spelling.gif
rm -f $(DIST)\bin\res\mailnews\compose\save.gif
rm -f $(DIST)\bin\res\mailnews\compose\stop.gif

Двоичные данные
mailnews/ui/compose/resources/address.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 913 B

Двоичные данные
mailnews/ui/compose/resources/attach.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 895 B

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

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>
@ -160,7 +160,6 @@
<separator/>
<menuitem name="Address" cmd="nsCmd:ComposeNYI"/>
<menuitem name="Attachments" cmd="nsCmd:ComposeNYI"/>
<menuitem name="Options" cmd="nsCmd:ComposeNYI"/>
<separator/>
<menuitem name="Wrap Long Lines" cmd="nsCmd:ComposeNYI"/>
<separator/>
@ -174,28 +173,25 @@
<html:div id="toolbar">
<toolbox>
<toolbar>
<titledbutton src="resource:/res/toolbar/Mail_SendMsg.gif" align="bottom" value="Send" onClick="SendMessage()">
<titledbutton src="resource:/res/mailnews/compose/send.gif" align="bottom" value="Send" onClick="SendMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_QuoteMsg.gif" align="bottom" value="Quote" onClick="QuoteMessage()">
<titledbutton src="resource:/res/mailnews/compose/quote.gif" align="bottom" value="Quote" onClick="QuoteMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_SelectAddress.gif" align="bottom" value="Address" onClick="SelectAddress()">
<titledbutton src="resource:/res/mailnews/compose/address.gif" align="bottom" value="Address" onClick="SelectAddress()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Attach.gif" align="bottom" value="Attach" onClick="AttachFile()">
<titledbutton src="resource:/res/mailnews/compose/attach.gif" align="bottom" value="Attach" onClick="AttachFile()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Options.gif" align="bottom" value="Option" onClick="Options()">
<titledbutton src="resource:/res/mailnews/compose/spelling.gif" align="bottom" value="Spelling" onClick="Spelling()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Spelling.gif" align="bottom" value="Spelling" onClick="Spelling()">
<titledbutton src="resource:/res/mailnews/compose/save.gif" align="bottom" value="Save" onClick="SaveMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Save.gif" align="bottom" value="Save" onClick="SaveMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/TB_Stop.gif" align="bottom" value="Stop" onClick="Stop()">
<titledbutton src="resource:/res/mailnews/compose/stop.gif" align="bottom" value="Stop" onClick="Stop()">
</titledbutton>
</toolbar>
<toolbar>
@ -220,7 +216,7 @@
</html:div>
<html:div id="footer">
<html:iframe src="status.html" name="browser.status" width="100%" height="34px" > </html:iframe>
<html:iframe src="resource:/res/samples/status.html" name="browser.status" width="100%" height="34px" > </html:iframe>
</html:div>
</window>

Двоичные данные
mailnews/ui/compose/resources/quote.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 906 B

Двоичные данные
mailnews/ui/compose/resources/save.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 906 B

Двоичные данные
mailnews/ui/compose/resources/send.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 889 B

Двоичные данные
mailnews/ui/compose/resources/spelling.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 911 B

Двоичные данные
mailnews/ui/compose/resources/stop.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 902 B

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

@ -26,7 +26,7 @@ include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/res/samples
SAMPLES_DIR = $(DIST)/bin/res/mailnews/messenger
EXPORT_RESOURCE_SAMPLES = \
./mailshell.xul \
@ -36,7 +36,6 @@ EXPORT_RESOURCE_SAMPLES = \
./threadPane.xul \
./threadPane.css \
./message.html \
./delmsg.gif \
./widgetglue.js \
./commandglue.js \
./shareglue.js \
@ -49,6 +48,11 @@ EXPORT_RESOURCE_SAMPLES = \
./closedInbox.gif \
./closedTrash.gif \
./closedOutbox.gif \
./getmsg.gif \
./newmsg.gif \
./reply.gif \
./forward.gif \
./trash.gif \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))

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

@ -40,7 +40,7 @@ function ComposeMessage(tree, nodeList, msgAppCore, type)
var appCore = FindComposeAppCore();
if (appCore != null) {
appCore.SetWindow(window);
appCore.NewMessage("resource:/res/samples/compose.xul", tree,
appCore.NewMessage("resource:/res/mailnews/compose/compose.xul", tree,
nodeList, msgAppCore, type);
}
}

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

@ -43,24 +43,24 @@ treehead treeitem treecell {
}
treeitem > treecell > titledbutton {
list-style-image: url("resource:/res/samples/closedMailFolder.gif");
list-style-image: url("resource:/res/mailnews/messenger/closedMailFolder.gif");
}
treeitem[open="true"] > treecell > titledbutton {
list-style-image: url("resource:/res/samples/openMailFolder.gif");
list-style-image: url("resource:/res/mailnews/messenger/openMailFolder.gif");
}
treeitem[SpecialFolder="Inbox"] > treecell > titledbutton {
vertical-align: bottom;
list-style-image: url("resource:/res/samples/closedInbox.gif");
list-style-image: url("resource:/res/mailnews/messenger/closedInbox.gif");
}
treeitem[SpecialFolder="Trash"] > treecell > titledbutton {
vertical-align: bottom;
list-style-image: url("resource:/res/samples/closedTrash.gif");
list-style-image: url("resource:/res/mailnews/messenger/closedTrash.gif");
}
treeitem[SpecialFolder="Unsent Messages"] > treecell > titledbutton {
vertical-align: bottom;
list-style-image: url("resource:/res/samples/closedOutbox.gif");
list-style-image: url("resource:/res/mailnews/messenger/closedOutbox.gif");
}

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

@ -21,7 +21,7 @@
<treebody rdf:containment="http://home.netscape.com/NC-rdf#child">
<treeitem id="mailbox:/" open="true">
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="resource:/res/samples/localMailHost.gif"/>Local Mail</treecell>
<treecell><treeindentation/><html:img hspace="2" style="vertical-align: bottom" src="resource:/res/mailnews/messenger/localMailHost.gif"/>Local Mail</treecell>
</treeitem>
</treebody>
</tree>

Двоичные данные
mailnews/ui/messenger/resources/forward.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 905 B

Двоичные данные
mailnews/ui/messenger/resources/getmsg.gif

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 911 B

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

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>
@ -273,28 +273,28 @@
<html:table width="100%" cellpadding=0 cellspacing=0><html:tr>
<html:td width="80%">
<titledbutton src="resource:/res/toolbar/Mail_Forward.gif" align="bottom" value="Get Msg" onclick="MsgGetMessage()">
<titledbutton src="resource:/res/mailnews/messenger/getmsg.gif" align="bottom" value="Get Msg" onclick="MsgGetMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_NewMsg.gif" align="bottom" value="New Msg" onclick="MsgNewMessage()">
<titledbutton src="resource:/res/mailnews/messenger/newmsg.gif" align="bottom" value="New Msg" onclick="MsgNewMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Reply.gif" align="bottom" value="Reply" onclick="MsgReplyMessage()">
<titledbutton src="resource:/res/mailnews/messenger/reply.gif" align="bottom" value="Reply" onclick="MsgReplyMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Forward.gif" align="bottom" value="Forward" onclick="MsgForwardMessage()">
<titledbutton src="resource:/res/mailnews/messenger/forward.gif" align="bottom" value="Forward" onclick="MsgForwardMessage()">
</titledbutton>
<titledbutton src="resource:/res/samples/delmsg.gif" align="bottom" value="Delete" onclick="MsgDeleteMessage()">
<titledbutton src="resource:/res/mailnews/messenger/trash.gif" align="bottom" value="Delete" onclick="MsgDeleteMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_NewMsg.gif" align="bottom" value="Load Msg" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')">
<titledbutton src="resource:/res/mailnews/messenger/getmsg.gif" align="bottom" value="Load Msg" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')">
</titledbutton>
</html:td>
<html:td width="40px">
<titledbutton src="resource:/res/throbber/anims00.gif" align="right" onclick="MsgHome('http://home.netscape.com/')">
<titledbutton src="resource:/res/throbber/messenger/anims00.gif" align="right" onclick="MsgHome('http://home.netscape.com/')">
</html:td>
</html:tr></html:table>
</toolbar>
@ -306,7 +306,7 @@
</html:div>
<html:div id="footer">
<html:iframe src="status.html" name="browser.status" width="100%" height="34" > </html:iframe>
<html:iframe src="resource:/res/samples/status.html" name="browser.status" width="100%" height="34" > </html:iframe>
</html:div>
</window>

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

@ -24,37 +24,45 @@ MODULE=mailnews
include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) mailshell.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) msgBar.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) folderPane.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) folderPane.css $(DIST)\bin\res\samples
$(MAKE_INSTALL) threadPane.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) threadPane.css $(DIST)\bin\res\samples
$(MAKE_INSTALL) message.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) delmsg.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) widgetglue.js $(DIST)\bin\res\samples
$(MAKE_INSTALL) commandglue.js $(DIST)\bin\res\samples
$(MAKE_INSTALL) shareglue.js $(DIST)\bin\res\samples
$(MAKE_INSTALL) 3panemail.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) messagePane.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) closedMailFolder.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) openMailFolder.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) localMailHost.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) mailMessage.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) closedInbox.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) closedTrash.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) closedOutbox.gif $(DIST)\bin\res\samples
$(MAKE_INSTALL) mailshell.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) msgBar.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) folderPane.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) folderPane.css $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) threadPane.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) threadPane.css $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) message.html $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) widgetglue.js $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) commandglue.js $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) shareglue.js $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) 3panemail.html $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) messagePane.xul $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) closedMailFolder.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) openMailFolder.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) localMailHost.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) mailMessage.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) closedInbox.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) closedTrash.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) closedOutbox.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) getmsg.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) newmsg.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) reply.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) forward.gif $(DIST)\bin\res\mailnews\messenger
$(MAKE_INSTALL) trash.gif $(DIST)\bin\res\mailnews\messenger
clobber::
rm -f $(DIST)\res\samples\mailshell.xul
rm -f $(DIST)\res\samples\msgBar.xul
rm -f $(DIST)\res\samples\folderPane.xul
rm -f $(DIST)\res\samples\folderPane.css
rm -f $(DIST)\res\samples\threadPane.xul
rm -f $(DIST)\res\samples\message.html
rm -f $(DIST)\res\samples\delmsg.gif
rm -f $(DIST)\res\samples\widgetglue.js
rm -f $(DIST)\res\samples\commandglue.js
rm -f $(DIST)\res\samples\shareglue.js
rm -f $(DIST)\res\samples\3panemail.html
rm -f $(DIST)\res\samples\messagePane.xul
rm -f $(DIST)\res\mailnews\messenger\mailshell.xul
rm -f $(DIST)\res\mailnews\messenger\msgBar.xul
rm -f $(DIST)\res\mailnews\messenger\folderPane.xul
rm -f $(DIST)\res\mailnews\messenger\folderPane.css
rm -f $(DIST)\res\mailnews\messenger\threadPane.xul
rm -f $(DIST)\res\mailnews\messenger\message.html
rm -f $(DIST)\res\mailnews\messenger\widgetglue.js
rm -f $(DIST)\res\mailnews\messenger\commandglue.js
rm -f $(DIST)\res\mailnews\messenger\shareglue.js
rm -f $(DIST)\res\mailnews\messenger\3panemail.html
rm -f $(DIST)\res\mailnews\messenger\messagePane.xul
rm -f $(DIST)\res\mailnews\messenger\getmsg.gif
rm -f $(DIST)\res\mailnews\messenger\newmsg.gif
rm -f $(DIST)\res\mailnews\messenger\reply.gif
rm -f $(DIST)\res\mailnews\messenger\forward.gif
rm -f $(DIST)\res\mailnews\messenger\trash.gif

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

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?xml-stylesheet href="xul.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<!DOCTYPE window>

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

@ -239,22 +239,22 @@
<xul:toolbar>
<titledbutton src="resource:/res/toolbar/Mail_Forward.gif" align="bottom" value="Get Msg" onclick="MsgGetMessage()">
<titledbutton src="resource:/res/mailnews/getmsg.gif" align="bottom" value="Get Msg" onclick="MsgGetMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_NewMsg.gif" align="bottom" value="New Msg" onclick="MsgNewMessage()">
<titledbutton src="resource:/res/mailnews/newmsg.gif" align="bottom" value="New Msg" onclick="MsgNewMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Reply.gif" align="bottom" value="Reply" onclick="MsgReplyMessage()">
<titledbutton src="resource:/res/mailnews/reply.gif" align="bottom" value="Reply" onclick="MsgReplyMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_Forward.gif" align="bottom" value="Forward" onclick="MsgForwardMessage()">
<titledbutton src="resource:/res/mailnews/forward.gif" align="bottom" value="Forward" onclick="MsgForwardMessage()">
</titledbutton>
<titledbutton src="resource:/res/samples/delmsg.gif" align="bottom" value="Delete" onclick="MsgDeleteMessage()">
<titledbutton src="resource:/res/mailnews/delmsg.gif" align="bottom" value="Delete" onclick="MsgDeleteMessage()">
</titledbutton>
<titledbutton src="resource:/res/toolbar/Mail_NewMsg.gif" align="bottom" value="Load Msg" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')">
<titledbutton src="resource:/res/mailnews/trash.gif" align="bottom" value="Load Msg" onclick="MsgLoadNewsMessage('news://news.mcom.com:119/35BE6AB1.55A14AE4@netscape.com')">
</titledbutton>
<titledbutton src="resource:/res/throbber/anims00.gif" align="right" onclick="window.frames[0].home()"/>

Двоичные данные
mailnews/ui/messenger/resources/newmsg.gif

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.0 KiB

После

Ширина:  |  Высота:  |  Размер: 904 B

Двоичные данные
mailnews/ui/messenger/resources/reply.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 900 B

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

@ -53,5 +53,5 @@ icon {
treeitem > treecell > titledbutton {
vertical-align: bottom;
list-style-image: url("resource:/res/samples/mailMessage.gif");
list-style-image: url("resource:/res/mailnews/messenger/mailMessage.gif");
}

Двоичные данные
mailnews/ui/messenger/resources/trash.gif Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 910 B