Subversion Repositories eFlore/Archives.eflore-xul

Rev

Rev 8 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 23
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8" ?>
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<!- Description de la fenĂȘtre principale->
2
<!-- Description de la fenĂȘtre principale -->
Line 3... Line 3...
3
 
3
 
4
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
Line 5... Line 5...
5
<?xml-stylesheet href="chrome://eflore/skin/eflore.css" type="text/css"?> 
5
<?xml-stylesheet href="chrome://eflore/skin/eflore.css" type="text/css"?> 
Line 31... Line 31...
31
    <label value="Recherche de :" class="gras"/>
31
            <label value="Recherche de :" class="gras"/>
32
    <textbox flex="1" id="prjfind"/>
32
                <textbox flex="1" id="prjfind"/>
33
    <button id="findbut" image="http://images.freshmeat.net/button.gif" label="aller!" class="gras_et_blanc" oncommand="search( )" flex="1"/>
33
                <button id="findbut" image="http://images.freshmeat.net/button.gif" label="aller!" class="gras_et_blanc" oncommand="search( )" flex="1"/>
34
  </hbox>
34
        </hbox>
35
  <hbox flex="1" context="clipmenu">
35
        <hbox flex="1" context="clipmenu">
36
    
-
 
37
    <tree id="projectTree" flex="1" onclick="treeSelect( event.button );">
36
            <tree id="projectTree" flex="1" onclick="treeSelect( event.button );">
38
      <treecols>
37
                <treecols>
39
        <treecol id="prjname" label="&eflore:projet:nom;" flex="2" primary="true" persist="width ordinal hidden"/>
38
                    <treecol id="prjname" label="&eflore:projet:nom;" flex="2" primary="true" persist="width ordinal hidden"/>
40
            <splitter class="tree-splitter"/>
39
                    <splitter class="tree-splitter"/>
41
        <treecol id="prjdesc" label="&eflore:projet:description;" flex="1" primary="false" persist="width ordinal hidden"/>
40
                    <treecol id="prjdesc" label="&eflore:projet:description;" flex="1" primary="false" persist="width ordinal hidden"/>
42
      </treecols>
41
                </treecols>
Line 43... Line 42...
43
    
42
                
44
      <treechildren id="root">
43
                <treechildren id="root">
45
      </treechildren>
44
                </treechildren>
46
    </tree>
-
 
47
    
45
            </tree>
48
  </hbox>
46
        </hbox>
49
  <hbox>
47
        <hbox>
50
    <progressmeter id="loadprogress" mode="determined" value="0" flex="1"/>
48
            <progressmeter id="loadprogress" mode="determined" value="0" flex="1"/>
51
    <button id="about" label="About" class="bold-and-white" 
49
            <button id="apropos" label="A propos" class="bold-and-white" 
52
        oncommand="window.openDialog( 'chrome://eflore/content/au_sujet_de.xul', 'eFlore','chrome,centerscreen,modal' );"/>
50
        oncommand="window.openDialog( 'chrome://eflore/content/eflore_apropos.xul', 'eFlore', 'chrome,centerscreen' );"/>
53
  </hbox>
51
        </hbox>
Line 54... Line 52...
54
</vbox>
52
    </vbox>
55
 
53