Tweaking the new header provided by Jen to allow for multiple documentation links.

This commit is contained in:
Ward Fisher 2015-09-23 14:55:23 -06:00
parent 628f43059f
commit 33f8d2321d

View File

@ -29,7 +29,7 @@ $extrastylesheet
var $linkMenu = "<select id=\"versions\">" +
" <option value=\"http://www.unidata.ucar.edu/software/netcdf/docs\">Current</option>" +
" <option value=\"http://www.unidata.ucar.edu\">$projectnumber</option>" +
" <option value=\"http://www.unidata.ucar.edu/software/netcdf/documentation/$projectnumber\">$projectnumber</option>" +
" <option value=\"http://www.unidata.ucar.edu/software/netcdf/documentation/historic\">Historic Documentation</option>" +
"</select>";