Ignore:
Timestamp:
03/13/13 16:25:07 (11 years ago)
Author:
yana
Message:

preparation to integrate map;
support for both resource and resource=root as initial query to the endpoint;
foreign endpoint removed (commented);
support on Enter key event for search term textbox (to execute search)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SRUAggregator/trunk/src/main/webapp/index.zul

    r2527 r2694  
    102102                                </groupbox>
    103103
     104
     105<!--
    104106                                <separator/>
    105107                                <separator/>
     
    128130                                    </div>
    129131                                </groupbox>
     132-->
    130133                                <separator/>
    131134                            </panelchildren>
     
    160163                    </north>
    161164                    <center  margins="0,5,0,0" autoscroll="true" border="0">
    162                         <panel>
     165                        <panel width="100%" height="100%">
    163166                            <panelchildren id="resultsPanel" style="overflow: auto">
    164                                 <window id="resultsBox" style="overflow:auto;">
    165                                     <iframe src="help.html" width="800px" height="400px"/>
     167                                <window id="resultsBox" style="overflow:auto;" width="100%" height="100%">
     168                                    <iframe id="resultsPic" src="help.html" width="100%" height="100%"/>
    166169                                </window>
    167170                                <label value=" " id="searchResultsProgress" style="border-width:0px;margin-left:5px;"/>
Note: See TracChangeset for help on using the changeset viewer.