Multiple Versions ExampleThe following index.html content provides an example of how to create a user selection page for choosing a specific version of a document that has multiple versions. This is used in conjunction with choose.js. choose.js will set the display to "block" for the <div> section whose "id" matches the active folder (projectName/, ProjectName/html/ or ProjectName/html_a/) and to "none" for all other <div> sections. When viewing the ProjectName/ folder, the menu links will default to projectName/html/pageName.html, otherwise the links will reference files in the active folder (ProjectName/html/ or ProjectName/html_a/, unless an external reference is linked, in which case the link will be unaffected). <div id="index"> <div id="html"> <div id="html_a"> The title of the root index.htm will be based upon the last version generated. |
|
|