Use relative paths in DESDL ESP web form pages

Description

Review all the DESDL ESP web form pages and update them to ensure that all resources use relative paths. This will ensure that our standard use of proxies (eg those on esponline) will not block resources from loading.

In this example of the method form page, fonts-min.css and espdefault.css aren't loaded, but gen_form.css is:

 

<link rel="stylesheet" type="text/css" href="/esp/files/yui/build/fonts/fonts-min.css">
<link rel="stylesheet" type="text/css" href="/esp/files/css/espdefault.css">
<link rel="stylesheet" type="text/css" href="files_/gen_form.css">

 

 

Conclusion

None

Activity

Show:

Terrence Asselin January 29, 2020 at 5:25 PM

Based on what is used by the ESP web form pages, these are the files that will require a change:

  • esp/xslt/gen_form.xslt

  • esp/xslt/soap_page.xsl

  • esp/xslt/nav.xsl

  • esp/xslt/espheader.xsl

  • esp/files/css/espdefault.css

  • esp/eclwatch/ws_XSLT/exceptions.xslt

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Roadmap

Not applicable

Created December 19, 2019 at 3:56 PM
Updated February 18, 2020 at 7:59 AM
Resolved February 18, 2020 at 7:59 AM

Flag notifications