Changeset 2245


Ignore:
Timestamp:
09/20/12 12:26:42 (12 years ago)
Author:
zastrow
Message:
 
Location:
SRUAggregator/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/java/clarind/fcs/Aggregator.java

    r2239 r2245  
    2525import org.zkoss.zul.Iframe;
    2626import org.zkoss.zul.Window;
     27
     28
     29
    2730import java.util.logging.*;
    2831
     
    3033
    3134    private static Logger logger = Logger.getLogger("FCS-AGGREGATOR");
    32     @Wire
    33     private Grid anzeigeGrid;
     35//    @Wire
     36//    private Grid anzeigeGrid;
    3437    @Wire
    3538    private Textbox searchString;
  • SRUAggregator/trunk/web/index.zul

    r2239 r2245  
     1    <?page title="CLARIN-D Federated Content Search"?>
     2<zk title="CLARIN-D Federated Content Search">
     3<!--title="CLARIN-D Federated Content Search"-->
    14
    2 <zk>
    3 <!--title="CLARIN-D Federated Content Search"-->
    4     <window  id="mainWindow" contentStyle="background:white;" height="100%" apply="clarind.fcs.Aggregator">
     5    <window  id="mainWindow" contentStyle="background:white;" height="100%" apply="clarind.fcs.Aggregator" >
     6       
    57        <borderlayout sclass="complex-layout"  >
    68            <!-- Kopf -->
     
    810                <image src="clarindLogo.png"/>
    911            </north>
    10            
     12                 
    1113            <!-- Linke Sidebar -->
    12 <!--            <west width="0px"  flex="true" splittable="true" margins="0,5,0,0">
    13  
    14             </west>-->
    15      
    16             <!-- Center - Inhalt -->
    1714            <west autoscroll="true" splittable="true">
    1815                <panel >
    19                     <panelchildren style="margin-top:10px;margin-left:10px;margin-right:10px;border:0;">                   
     16                    <panelchildren style="margin-top:10px;margin-left:10px;margin-right:10px;border:0;">   
     17                   
     18                       
     19                                       
     20                        <separator />
     21                       
    2022                        <textbox id="searchString" value="Elefant" />
    2123                        <button id="searchButton"  label="Search" image="buttonSearch.png"/>     
     
    6163                                <comboitem label="UPF;http://gilmere.upf.edu/pais_sru"/>
    6264                            </combobox>
    63                            
    64                            
    65                            
    66                             <button id="addForeignEndpoint" label="Add" />
    67                            
     65
     66                            <button id="addForeignEndpoint" label="Add" image="buttonAddForeignEndpoint.png"/>                         
    6867                        </groupbox>
    6968                       
     
    7271            </west>
    7372           
    74             <!-- Rechte Sidebar --> 
     73            <!-- Mittlerer Bereich--> 
    7574            <center  flex="true"  margins="0,5,0,0" autoscroll="true" >
     75               
    7676                <panel>
    7777                    <panelchildren  id="resultsPanel" style="overflow: auto">
     
    8282                                  <menuitem label="Export Results to CSV" id="exportResultsCSV" image="buttonExport.png" />
    8383                                  <menuitem label="Export Results to TCF" id="exportResultsTCF" image="buttonExport.png" />                           
    84                              </menupopup>                               
     84                             </menupopup>   
     85                               
     86                               
     87                               
    8588                            </menu>                           
    8689                            <menu label="Help" image="buttonHelp.png">
     
    8992                                     <menuitem label="About" id="showAbout" image="buttonShowAbout.png" />
    9093                                </menupopup>   
    91                             </menu>
    92                                                                                  
     94                            </menu>                                                                                                                 
     95                       
    9396                        </menubar>
    94 <!--                         <toolbar id="resultsToolbar"  height="20px">
    95                            <toolbarbutton id="clearResults" label="Clear Results" image="buttonDelete.png"/>
    96                             <toolbarbutton id="exportResults" label="Export Results" image="buttonExport.png"/>
    97                             <toolbarbutton id="showHelp" label="Show Help" image="buttonHelp.png"/>
    98                                
    99                         </toolbar>
    100                         -->
    10197                        <vbox id="resultsVbox">
    102                             <iframe src="help.html" width="100%" height="100%"/>
    103                             <grid id="anzeigeGrid">
    104                                 <columns>
    105                                     <column></column>
    106                                     <column></column> 
    107                                     <column></column>                                       
    108                                 </columns>
    109                                 <rows></rows>
    110                             </grid>
    111                             <html id="anzeigeResults" />
     98                            <iframe src="help.html" width="800px" height="400px" />
    11299                        </vbox>
    113100                    </panelchildren>
     
    122109        </borderlayout>
    123110    </window>
     111
    124112</zk>
Note: See TracChangeset for help on using the changeset viewer.