зеркало из https://github.com/mozilla/pjs.git
Bug 6884. Set up a 'real' flash demo that pulls data from tinderbox.
This commit is contained in:
Родитель
d0170cb4cd
Коммит
a425d2dc74
|
@ -50,6 +50,7 @@ FILES = \
|
|||
flash.css \
|
||||
flash.js \
|
||||
flash.xul \
|
||||
flames.gif \
|
||||
folder-closed.gif \
|
||||
folder-open.gif \
|
||||
iefavorite.gif \
|
||||
|
|
|
@ -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&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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче