This commit is contained in:
hyatt%netscape.com 2000-06-19 23:38:42 +00:00
Родитель 33a42b20c9
Коммит 350f4690c6
2 изменённых файлов: 10 добавлений и 7 удалений

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

@ -58,7 +58,7 @@ Rights Reserved.
rdf:containment="http://home.netscape.com/NC-rdf#child">
<template>
<rule>
<treechildren>
<treechildren flex="1">
<treeitem uri="..." open="true"
Enabled="rdf:http://home.netscape.com/NC-rdf#Enabled">
<treerow >
@ -73,8 +73,10 @@ Rights Reserved.
</rule>
</template>
<treecol style="width: 85%" rdf:resource="http://home.netscape.com/NC-rdf#Name" id="nameColumn"/>
<treecol style="width: 15%" id="activeColumn"/>
<treecolgroup>
<treecol style="width: 0px" flex="85" rdf:resource="http://home.netscape.com/NC-rdf#Name" id="nameColumn"/>
<treecol style="width: 0px" flex="15" id="activeColumn"/>
</treecolgroup>
<treehead>
<treerow>

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

@ -53,9 +53,10 @@
</treechildren>
</template>
<treecol id="FilenameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name" sortActive="true" sortDirection="ascending" />
<treecol id="ContentLengthColumn" rdf:resource="http://home.netscape.com/NC-rdf#Content-Length"/>
<treecol id="LastModColumn" rdf:resource="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
<treecolgroup>
<treecol flex="1" id="FilenameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name" sortActive="true" sortDirection="ascending" />
<treecol flex="1" id="ContentLengthColumn" rdf:resource="http://home.netscape.com/NC-rdf#Content-Length"/>
<treecol flex="1" id="LastModColumn" rdf:resource="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
<treehead>
<treerow>
@ -70,7 +71,7 @@
<!-- Create the treechildren here so we can attach event handlers
at this level (rather than at the tree level -->
<treechildren onclick="OnClick(event);" onkeypress="OnClick(event);"/>
<treechildren flex="1" onclick="OnClick(event);" onkeypress="OnClick(event);"/>
</tree>
</window>