Changeset 38413 for gs3-installations


Ignore:
Timestamp:
2023-11-21T11:25:08+13:00 (6 months ago)
Author:
davidb
Message:

Expansion to support timeline/majorevents

Location:
gs3-installations/computing50/trunk/sites/computing50/ConnectProxyServlet/src/main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/computing50/trunk/sites/computing50/ConnectProxyServlet/src/main/java/org/greenstone/tabletop/ConnectProxyServlet.java

    r38393 r38413  
    323323            doTableOutput(request,response,"Tbl_Maps");
    324324        }
     325        else if (export_filename.equals("Tbl_Timeline.xml")) {
     326            doTableOutput(request,response,"Tbl_Timeline");
     327        }
     328        else if (export_filename.equals("Tbl_MajorEvents.xml")) {
     329            doTableOutput(request,response,"Tbl_MajorEvents");
     330        }
    325331        else {
    326332
  • gs3-installations/computing50/trunk/sites/computing50/ConnectProxyServlet/src/main/webapp/WEB-INF/web.xml.in

    r38392 r38413  
    6767                  <param-value>/collection/computing-50-tabletop/browse/CL6?sa=tabletop&amp;excerptid=classifiers</param-value>
    6868                </init-param>
     69
     70        <init-param>
     71          <param-name>Tbl_Timeline</param-name>
     72                  <param-value>/collection/computing-50-tabletop/browse/CL7?sa=tabletop&amp;excerptid=classifiers</param-value>
     73                </init-param>
     74
     75        <init-param>
     76          <param-name>Tbl_MajorEvents</param-name>
     77                  <param-value>/collection/computing-50-tabletop/browse/CL8?sa=tabletop&amp;excerptid=classifiers</param-value>
     78                </init-param>
    6979       
    70         <!-- the follow left in for illustration purposes, workig with an Action class -->   
    71         <init-param>
    72           <param-name>checkIDMode</param-name>
    73           <param-value>Auto</param-value> <!-- Alternative values:  OnlyHashmap, HashmapTransition, MongoDB -->
    74         </init-param>
    7580    </servlet>
    7681
Note: See TracChangeset for help on using the changeset viewer.