Adding logo.gif to about: page, cleaning up the html there. (27477) r=slamm

This commit is contained in:
mcafee%netscape.com 2000-02-15 01:26:34 +00:00
Родитель dccbc6f087
Коммит a294bcdae3
5 изменённых файлов: 19 добавлений и 2 удалений

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

@ -13,6 +13,7 @@ commonDialog.xul
commonDialog.js
strres.js
about.html
logo.gif
credits.html
about.xul
charsetOverlay.xul

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

@ -46,6 +46,7 @@ EXPORT_RESOURCE_CONTENT = \
$(srcdir)/charsetOverlay.js \
$(srcdir)/strres.js \
$(srcdir)/about.html \
$(srcdir)/logo.gif \
$(srcdir)/about.xul \
$(srcdir)/credits.html \
$(srcdir)/mozilla.html \

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

@ -30,9 +30,24 @@
LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<center>
<H1> <A HREF="http://www.mozilla.org">Mozilla m14</A></H1>
<table>
<tr>
<td><img src="resource:/chrome/global/content/default/logo.gif"</td>
<td>
<center>
<H1> <A HREF="http://www.mozilla.org/projects/seamonkey/release-notes/">Mozilla M14</A></H1>
<script language="Javascript">document.write(navigator.userAgent);</script>
</center>
</td>
</tr>
</table>
</center>
<HR>
<UL>
@ -41,7 +56,6 @@ LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
Corporation.
Portions created by Netscape are copyright &copy; 1998 <A HREF="http://www.netscape.com">Netscape Communications Corporation</A>. All Rights Reserved.
<LI>Portions of this software are copyright &copy; 1994 The Regents of the University of California. All Rights Reserved.
<LI>Portions of this software are copyright &copy; 1994-1996 Microline Software, Inc. All Rights Reserved.
<LI>Portions of this software are copyright &copy; 1997-1998 <A HREF="http://www.fullsoft.com">FullCircle Software</A>.
</UL>

Двоичные данные
xpfe/global/resources/content/logo.gif Normal file

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

После

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

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

@ -43,6 +43,7 @@ install::
$(MAKE_INSTALL) commonDialog.js $(DISTBROWSER)
$(MAKE_INSTALL) strres.js $(DISTBROWSER)
$(MAKE_INSTALL) about.html $(DISTBROWSER)
$(MAKE_INSTALL) logo.gif $(DISTBROWSER)
$(MAKE_INSTALL) about.xul $(DISTBROWSER)
$(MAKE_INSTALL) mozilla.html $(DISTBROWSER)
$(MAKE_INSTALL) credits.html $(DISTBROWSER)