Bug 6884. Set up a 'real' flash demo that pulls data from tinderbox.

This commit is contained in:
waterson%netscape.com 1999-05-21 18:20:09 +00:00
Родитель c3a0006193
Коммит f1c8c55d65
5 изменённых файлов: 10 добавлений и 14 удалений

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

@ -50,6 +50,7 @@ FILES = \
flash.css \
flash.js \
flash.xul \
flames.gif \
folder-closed.gif \
folder-open.gif \
iefavorite.gif \

Двоичные данные
rdf/resources/flames.gif Normal file

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

После

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

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

@ -2,10 +2,12 @@
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Bag ID="NC:FlashDataSources">
<!-- demo ware! -->
<RDF:li resource="resource:/res/rdf/remote-flash-1.rdf" />
<RDF:li resource="resource:/res/rdf/remote-flash-2.rdf" />
<RDF:li resource="resource:/res/rdf/remote-flash-3.rdf" />
<RDF:li>
<!-- The Tinderbox Flash -->
<RDF:Description about="http://cvs-mirror.mozilla.org/webtools/tinderbox/showbuilds.cgi?tree=SeaMonkey&amp;flash=1">
<NC:poll-interval>60</NC:poll-interval>
</RDF:Description>
</RDF:li>
</RDF:Bag>
<RDF:Bag ID="NC:FlashStyleSheets">

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

@ -4,14 +4,6 @@
*/
treeitem[type="http://home.netscape.com/NC-rdf#StockFlash"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/stock.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#OnlinePresence"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/online.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Biff"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/unread.gif");
treeitem[type="http://www.mozilla.org/RDF#TinderboxFlash"] > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/flames.gif");
}

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

@ -44,6 +44,7 @@ FILES=\
flash.css \
flash.js \
flash.xul \
flames.gif \
folder-closed.gif \
folder-open.gif \
iefavorite.gif \