This commit is contained in:
slamm%netscape.com 1999-06-08 00:56:51 +00:00
Родитель 4002a461df
Коммит 5fe1381eca
1 изменённых файлов: 21 добавлений и 18 удалений

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

@ -13,25 +13,28 @@
ondblclick="return OpenURL(event,event.target.parentNode);"> ondblclick="return OpenURL(event,event.target.parentNode);">
<template> <template>
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator" rootcontainment="treebody" subcontainment="treechildren"> <rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator"
<treeitem uri="..."> rootcontainment="treebody" subcontainment="treechildren">
<treecell> <treeitem uri="...">
<html:hr width="75%" align="center" size="1" /> <treecell>
</treecell> <html:hr width="75%" align="center" size="1" />
</treeitem> </treecell>
</rule> </treeitem>
</rule>
<rule rootcontainment="treebody" subcontainment="treechildren"> <rule rootcontainment="treebody" subcontainment="treechildren">
<treeitem uri="..."> <treeitem uri="...">
<treecell> <treecell>
<treeindentation /> <treeindentation />
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" /> <titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name"
</treecell> align="right" />
<treecell> </treecell>
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#URL" align="right" style="list-style-image: none;" /> <treecell>
</treecell> <titledbutton value="rdf:http://home.netscape.com/NC-rdf#URL"
</treeitem> align="right" style="list-style-image: none;" />
</rule> </treecell>
</treeitem>
</rule>
</template> </template>
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/> <treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name"/>