Subversion Repositories eFlore/Archives.eflore-xul

Compare Revisions

Ignore whitespace Rev 22 → Rev 23

/trunk/eflore/eflore_v0_test/content/eflore/eflore.xul
1,5 → 1,5
<?xml version="1.0" encoding="UTF-8" ?>
<!- Description de la fenĂȘtre principale->
<!-- Description de la fenĂȘtre principale -->
 
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://eflore/skin/eflore.css" type="text/css"?>
24,33 → 24,31
<menuseparator/>
<menuitem label="Info" oncommand="project_info( )"/>
</popup>
</popupset>
 
<vbox flex="1">
<hbox>
<label value="Recherche de :" class="gras"/>
<textbox flex="1" id="prjfind"/>
<button id="findbut" image="http://images.freshmeat.net/button.gif" label="aller!" class="gras_et_blanc" oncommand="search( )" flex="1"/>
</hbox>
<hbox flex="1" context="clipmenu">
</popupset>
<tree id="projectTree" flex="1" onclick="treeSelect( event.button );">
<treecols>
<treecol id="prjname" label="&eflore:projet:nom;" flex="2" primary="true" persist="width ordinal hidden"/>
<splitter class="tree-splitter"/>
<treecol id="prjdesc" label="&eflore:projet:description;" flex="1" primary="false" persist="width ordinal hidden"/>
</treecols>
<treechildren id="root">
</treechildren>
</tree>
</hbox>
<hbox>
<progressmeter id="loadprogress" mode="determined" value="0" flex="1"/>
<button id="about" label="About" class="bold-and-white"
oncommand="window.openDialog( 'chrome://eflore/content/au_sujet_de.xul', 'eFlore','chrome,centerscreen,modal' );"/>
</hbox>
</vbox>
<vbox flex="1">
<hbox>
<label value="Recherche de :" class="gras"/>
<textbox flex="1" id="prjfind"/>
<button id="findbut" image="http://images.freshmeat.net/button.gif" label="aller!" class="gras_et_blanc" oncommand="search( )" flex="1"/>
</hbox>
<hbox flex="1" context="clipmenu">
<tree id="projectTree" flex="1" onclick="treeSelect( event.button );">
<treecols>
<treecol id="prjname" label="&eflore:projet:nom;" flex="2" primary="true" persist="width ordinal hidden"/>
<splitter class="tree-splitter"/>
<treecol id="prjdesc" label="&eflore:projet:description;" flex="1" primary="false" persist="width ordinal hidden"/>
</treecols>
<treechildren id="root">
</treechildren>
</tree>
</hbox>
<hbox>
<progressmeter id="loadprogress" mode="determined" value="0" flex="1"/>
<button id="apropos" label="A propos" class="bold-and-white"
oncommand="window.openDialog( 'chrome://eflore/content/eflore_apropos.xul', 'eFlore', 'chrome,centerscreen' );"/>
</hbox>
</vbox>
 
</window>