Changeset 906
- Timestamp:
- 09/15/11 08:58:58 (14 years ago)
- Location:
- branches/gdl-frontend/src/anaToMia/GDL_Widgets
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/GDL_Widgets.gwt.xml ¶
r823 r906 19 19 20 20 <!-- Specify the app entry point class. --> 21 < entry-point class='us.isidor.gdl.anaToMia.Widgets.base.TestClass'/>22 21 <!-- <entry-point class='us.isidor.gdl.anaToMia.Widgets.base.TestClass'/> --> 22 <entry-point class="us.isidor.gdl.anaToMia.Widgets.isidorus.HashObjectUi"/> 23 23 24 24 <!-- Specify the paths for translatable code --> -
TabularUnified branches/gdl-frontend/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/IsidorusConstants.java ¶
r905 r906 15 15 //public final static String GET_SCHEMA_REQUEST_URL = Window.Location.getProtocol() + "//" + Window.Location.getHost() + "/gdl/schema"; 16 16 public final static String GET_SCHEMA_REQUEST_URL = GWT.getModuleBaseURL() + "TextGrid_ServiceRegistry_required_TMCL_and_GDL_Schema_with_test_data.jtm"; 17 public final static String GET_HASH_OBJECT_PSIS_URL = GWT.getModuleBaseURL() + "HashObjectPsis.json"; 18 public final static String TEXTGRID_LOGO_URL = GWT.getModuleBaseURL() + "textgrid_small.png"; 17 19 } -
TabularUnified branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.html ¶
r528 r906 48 48 <center> 49 49 <div id="GWT_Content"/> 50 <image style="position:fixed; bottom:0px; right:0px" src="http://127.0.0.1:8888/gdl_widgets/textgrid_small.png"/> 50 51 </center> 51 52 </body>
Note: See TracChangeset
for help on using the changeset viewer.