Changeset 906


Ignore:
Timestamp:
09/15/11 08:58:58 (14 years ago)
Author:
lgiessmann
Message:

gdl-frontend: Widgets: started to implement the acutl frontend for hash-objects

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  
    1919 
    2020  <!-- 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"/>
    2323
    2424  <!-- 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  
    1515        //public final static String GET_SCHEMA_REQUEST_URL = Window.Location.getProtocol() + "//" + Window.Location.getHost() + "/gdl/schema";
    1616        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";
    1719}
  • TabularUnified branches/gdl-frontend/src/anaToMia/GDL_Widgets/war/GDL_Widgets.html

    r528 r906  
    4848        <center>
    4949                <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"/>
    5051        </center>
    5152  </body>
Note: See TracChangeset for help on using the changeset viewer.