Changeset 13199


Ignore:
Timestamp:
2006-11-01T10:06:14+13:00 (17 years ago)
Author:
mdewsnip
Message:

Updated the About menu as requested by Barbara.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/extra.dm

    r13155 r13199  
    7272   // Contents of the "about" menu
    7373   var aboutmenu = new Array()
    74    aboutmenu[0] = '<a href="_gwcgi_?a=p&p=home">Introduction<\\/a>'
    75    aboutmenu[1] = '<a href="_gwcgi_?a=p&p=background">Project Background<\\/a>'
    76    aboutmenu[2] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information<\\/a>'
    77    aboutmenu[3] = '<a href="_gwcgi_?a=p&p=documents">Application Documents<\\/a>'
    78    aboutmenu[4] = '<a href="_gwcgi_?a=p&p=releases">News Coverage<\\/a>'
    79    aboutmenu[5] = '<a href="_gwcgi_?a=p&p=glossary">Glossary<\\/a>'
    80    aboutmenu[6] = '<a href="_gwcgi_?a=p&p=links">Links for Further Research<\\/a>'
     74   aboutmenu[0] = '<a href="_gwcgi_?a=p&p=background">Project background<\\/a>'
     75   aboutmenu[1] = '<a href="_gwcgi_?a=p&p=copyright">Copyright information<\\/a>'
     76   aboutmenu[2] = '<a href="_gwcgi_?a=p&p=documents">Application documents<\\/a>'
     77   aboutmenu[3] = '<a href="_gwcgi_?a=p&p=releases">News coverage<\\/a>'
     78   aboutmenu[4] = '<a href="_gwcgi_?a=p&p=glossary">Glossary<\\/a>'
     79   aboutmenu[5] = '<a href="_gwcgi_?a=p&p=links">Links for further research<\\/a>'
    8180
    8281   // Contents of the "browse" menu
Note: See TracChangeset for help on using the changeset viewer.