source: SRUAggregator/trunk/src/main/webapp/WEB-INF/zk.xml @ 2527

Last change on this file since 2527 was 2527, checked in by yana, 11 years ago

Logging organized, progress info about waiting for search results added, SRUThreadedClient is one per application now.

File size: 833 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<zk>
3    <device-config>
4        <device-type>ajax</device-type>
5        <timeout-uri>/timeout.zul</timeout-uri><!-- An empty URL can cause the browser to reload the same URL -->
6    </device-config>
7
8    <desktop-config>
9        <theme-uri>clarind.css</theme-uri>
10    </desktop-config>
11   
12    <listener>
13        <description>Desktop cleanup</description>
14        <listener-class>eu.clarin.sru.fcs.aggregator.app.DesktopDestroyedListener</listener-class>
15    </listener>
16    <listener>
17        <description>WebApp initialization and cleanup</description>
18        <listener-class>eu.clarin.sru.fcs.aggregator.app.WebAppListener</listener-class>
19    </listener>
20   
21    <library-property>
22                <name>org.zkoss.zul.progressbox.position</name>
23                <value>mouse</value>
24    </library-property>
25
26</zk>
Note: See TracBrowser for help on using the repository browser.