Use Lytebox (a Lightbox clone) for quick viewing images.
[pithos] / src / gr / ebs / gss / GSS.gwt.xml
1 <module>
2
3         <!-- Inherit the core Web Toolkit stuff.                  -->
4         <inherits name='com.google.gwt.user.User' />
5         <!-- Inherit the default GWT style sheet -->
6         <!--  inherits name="com.google.gwt.user.theme.standard.Standard"/-->
7         <inherits name="com.google.gwt.gears.Gears"/>
8         <inherits name='com.allen_sauer.gwt.dnd.gwt-dnd' />
9         <inherits name="com.google.gwt.http.HTTP"/>
10         <inherits name="com.google.gwt.json.JSON"/>
11         <!-- Specify the app entry point class.                   -->
12         <entry-point class='gr.ebs.gss.client.GSS' />
13         <stylesheet src='gss.css' />
14         <!-- <set-property name="user.agent" value="gecko" /> --> 
15         <!-- Rebind the file upload dialog if Gears is installed -->
16         <replace-with class="gr.ebs.gss.client.FileUploadGearsDialog">
17                 <all>
18                         <when-type-is class="gr.ebs.gss.client.FileUploadDialog"/>
19                         <when-property-is name="gears.installed" value="true"/>
20                         <none>
21                                 <when-property-is name="user.agent" value="ie6"/>
22                         </none>
23                 </all>
24         </replace-with>   
25 </module>