Statistics
| Branch: | Tag: | Revision:

root / src / gr / ebs / gss / GSS.gwt.xml @ 0f8b2929

History | View | Annotate | Download (1.3 kB)

1 14ad7326 pastith
<module>
2 a52ea5e4 pastith
        <inherits name='com.google.gwt.user.User' />
3 5c6b2883 Panagiotis Astithas
        <inherits name="com.google.gwt.user.theme.standard.Standard"/>
4 5c6b4b2c Panagiotis Astithas
        <inherits name="com.google.gwt.gears.Gears"/>
5 a52ea5e4 pastith
        <inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />
6 a52ea5e4 pastith
        <inherits name="com.google.gwt.http.HTTP"/>
7 a52ea5e4 pastith
        <inherits name="com.google.gwt.json.JSON"/>
8 a52ea5e4 pastith
        <entry-point class='gr.ebs.gss.client.GSS' />
9 a52ea5e4 pastith
        <stylesheet src='gss.css' />
10 afd3a0ef Giannis Koutsoubos
        <!--<set-property name="user.agent" value="gecko" /> -->
11 5c6b4b2c Panagiotis Astithas
        <!-- Rebind the file upload dialog if Gears is installed -->
12 5c6b4b2c Panagiotis Astithas
        <replace-with class="gr.ebs.gss.client.FileUploadGearsDialog">
13 ac255b86 Panagiotis Astithas
                <all>
14 ac255b86 Panagiotis Astithas
                        <when-type-is class="gr.ebs.gss.client.FileUploadDialog"/>
15 ac255b86 Panagiotis Astithas
                        <when-property-is name="gears.installed" value="true"/>
16 ac255b86 Panagiotis Astithas
                        <none>
17 ac255b86 Panagiotis Astithas
                                <when-property-is name="user.agent" value="ie6"/>
18 9fd42cf4 Panagiotis Astithas
                                <when-property-is name="user.agent" value="ie8"/>
19 ac255b86 Panagiotis Astithas
                        </none>
20 ac255b86 Panagiotis Astithas
                </all>
21 5c6b4b2c Panagiotis Astithas
        </replace-with>          
22 9fd42cf4 Panagiotis Astithas
        <!-- Use a special file upload dialog if Gears is installed on IE -->
23 9fd42cf4 Panagiotis Astithas
        <replace-with class="gr.ebs.gss.client.FileUploadGearsIEDialog">
24 9fd42cf4 Panagiotis Astithas
                <all>
25 9fd42cf4 Panagiotis Astithas
                        <when-type-is class="gr.ebs.gss.client.FileUploadDialog"/>
26 9fd42cf4 Panagiotis Astithas
                        <when-property-is name="gears.installed" value="true"/>
27 9fd42cf4 Panagiotis Astithas
                        <any>
28 9fd42cf4 Panagiotis Astithas
                                <when-property-is name="user.agent" value="ie6"/>
29 9fd42cf4 Panagiotis Astithas
                                <when-property-is name="user.agent" value="ie8"/>
30 9fd42cf4 Panagiotis Astithas
                        </any>
31 9fd42cf4 Panagiotis Astithas
                </all>
32 9fd42cf4 Panagiotis Astithas
        </replace-with>          
33 14ad7326 pastith
</module>