PublicShow sourceyui_resources.pl -- Define HTML resources (scripts and CSS files)

This file defines the HTTP locations of resources for HTML pages, such as scripts and CSS files, as well as their dependencies. With proper dependency declarations including a script and all dependencies is as simple as embedding this in the HTML generating DCGs, either in the document head or the document body. The html_post/2 mechanism ensures duplicates are removed and the stylesheet links and javascript relations end up in the HTML head.

        ...
        html_requires(script('fbrowse.js'))