This commit is contained in:
rjc%netscape.com 1999-08-09 21:51:17 +00:00
Родитель 305be45591
Коммит 0a456becfc
9 изменённых файлов: 18 добавлений и 53 удалений

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

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

@ -1,4 +1,7 @@
Google.src
GoTo.com.gif
GoTo.com.src
Netscape_Open_Directory.gif
Netscape_Open_Directory.src
Snap.com.gif
Snap.com.src

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

@ -26,8 +26,11 @@ include $(topsrcdir)/config/rules.mk
FILES = \
Google.src \
GoTo.com.gif \
GoTo.com.src \
Netscape_Open_Directory.gif \
Netscape_Open_Directory.src \
Snap.com.gif \
Snap.com.src \
$(NULL)

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

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

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

@ -21,8 +21,11 @@ include <$(DEPTH)\config\rules.mak>
FILES=\
Google.src \
GoTo.com.gif \
GoTo.com.src \
Netscape_Open_Directory.gif \
Netscape_Open_Directory.src \
Snap.com.gif \
Snap.com.src \
$(NULL)

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

@ -21,7 +21,7 @@
<html:script src="shared.js" />
<tree id="findresultstree" style="height: 100%" flex="100%" datasources="rdf:bookmarks rdf:history rdf:find" ondblclick="return OpenURL(event, event.target.parentNode.parentNode);">
<tree id="findresultstree" style="height: 100%" flex="100%" datasources="rdf:bookmarks rdf:find" ondblclick="return OpenURL(event, event.target.parentNode.parentNode);">
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name" sortActive="true" sortDirection="ascending" />
<treecol id="URLColumn" rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
<treecol id="ShortcutURLColumn" rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>

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

@ -27,62 +27,18 @@ titledbutton {
background-image: inherit;
}
treeitem[container="true"][open="true"][loading="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
treeitem > treerow > treecell > titledbutton[value="GoTo.com"] {
list-style-image: url("resource:/res/samples/GoTo.com.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/bookmark-folder-closed.gif");
treeitem > treerow > treecell > titledbutton[value="Netscape Open Directory"] {
list-style-image: url("resource:/res/samples/Netscape_Open_Directory.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/bookmark-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/personal-folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/personal-folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#IEFavorite"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/IEFavorite.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Bookmark"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/samples/bookmark-item.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/article.gif");
}
treeitem[container="true"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-open.gif");
}
treeitem[container="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/folder-closed.gif");
treeitem > treerow > treecell > titledbutton[value="Snap.com"] {
list-style-image: url("resource:/res/samples/Snap.com.gif");
}
treeitem > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/document.gif");
}
titledbutton#bookmarks {
list-style-image:url("resource:/res/samples/bookmark-item.gif");
list-style-image: url("resource:/res/rdf/document.gif");
}

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

@ -46,7 +46,7 @@
<checkbox value="0" />
</treecell>
<treecell>
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" style="list-style-image: none;" />
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="left" />
</treecell>
</treerow>
</treeitem>