Project

General

Profile

« Previous | Next » 

Revision 497

Various changes to improve consistency of the MARINE and METACAT user
interfaces as presented through the XSL->HTML conversions. Eliminated
one (extraneous) copy of the rowcol.css style sheet in favor of sharing
a single css stylesheet in xmltodb/lib/style/rowcol.css. Modified all
XSL and HTML files to refer to this one CSS file, and changes the usage
of the various CSS styles so that they are consistent. Added a new
CSS style called "sectionhead" for controlling the color of section
headings and table headings. Updated build.xml to copy images without
filtering by ant, which prevents image corruption by ant. Various bug
fixes to the presentation files.

View differences:

web.xml
9 9

  
10 10
    <display-name>Metadata Catalog Demo</display-name>
11 11
    <description>
12
      This is version a development release only.
12
      This version is a development release only.
13 13
    </description>
14 14

  
15 15

  
......
31 31
    -->
32 32

  
33 33
    <context-param>
34
      <param-name>webmaster</param-name>
35
      <param-value>myaddress@mycompany.com</param-value>
34
      <param-name>jones</param-name>
35
      <param-value>jones@nceas.ucsb.edu</param-value>
36 36
      <description>
37 37
        The EMAIL address of the administrator to whom questions
38 38
        and comments about this application should be addressed.
......
75 75
      <load-on-startup>5</load-on-startup>
76 76
    </servlet>
77 77

  
78
    <servlet>
79
      <servlet-name>marine</servlet-name>
80
       <description>
81
         The marine incarnation of metacatServlet
82
       </description>
83
      <servlet-class>edu.ucsb.nceas.metacat.marine.marineServlet</servlet-class>
84
      <load-on-startup>5</load-on-startup>
85
    </servlet>
86

  
78 87
    <!-- Define mappings that are used by the servlet container to
79 88
         translate a particular request URI (context-relative) to a
80 89
         particular servlet.  The examples below correspond to the
......
97 106
      <servlet-name>metacat</servlet-name>
98 107
      <url-pattern>/metacat*</url-pattern>
99 108
    </servlet-mapping>
109
    
110
    <servlet-mapping>
111
      <servlet-name>marine</servlet-name>
112
      <url-pattern>/marineServ*</url-pattern>
113
    </servlet-mapping>
100 114

  
101 115
    <!-- Define the default session timeout for your application,
102 116
         in minutes.  From a servlet or JSP page, you can modify

Also available in: Unified diff