Changeset 11867 for trunk/cic-hcap


Ignore:
Timestamp:
2006-05-26T13:51:14+12:00 (18 years ago)
Author:
mdewsnip
Message:

Added the introduction page to the "About" drop-down list, and fixed the "About/Browse/Search" links so clicking them works.

File:
1 edited

Legend:

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

    r11855 r11867  
    2626_cicnavbarseparator_ {<span class="cicnavbarlink" style="margin: 6px; 6px; 0px; 0px;">|</span>}
    2727
    28 _cicaboutmenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=p&p=about" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '200px')" onMouseout="delayhidemenu()">About</a>}
    29 
    30 _cicbrowsemenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=p&p=institutions" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '200px')" onMouseout="delayhidemenu()">Browse</a>}
    31 
    32 _cicsearchmenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=q" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '200px')" onMouseout="delayhidemenu()">Search</a>}
     28_cicaboutmenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=p&p=about" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, aboutmenu, '200px')" onMouseout="delayhidemenu()">About</a>}
     29
     30_cicbrowsemenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=p&p=institutions" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, browsemenu, '200px')" onMouseout="delayhidemenu()">Browse</a>}
     31
     32_cicsearchmenu_ {<a class="cicnavbarlink" href="_gwcgi_?a=q" onClick="clickreturnvalue()" onMouseover="dropdownmenu(this, event, searchmenu, '200px')" onMouseout="delayhidemenu()">Search</a>}
    3333
    3434
     
    6363   // Contents of the "about" menu
    6464   var aboutmenu = new Array()
    65    aboutmenu[0] = '<a href="_gwcgi_?a=p&p=committee">Advisory Committee</a>'
    66    aboutmenu[1] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information</a>'
    67    aboutmenu[2] = '<a href="_gwcgi_?a=p&p=documents">Application Documents</a>'
    68    aboutmenu[3] = '<a href="_gwcgi_?a=p&p=releases">Press Releases</a>'
    69    aboutmenu[4] = '<a href="_gwcgi_?a=p&p=glossary">Glossary</a>'
    70    aboutmenu[5] = '<a href="_gwcgi_?a=p&p=links">Links for Further Research</a>'
     65   aboutmenu[0] = '<a href="_gwcgi_?a=p&p=about">Introduction</a>'
     66   aboutmenu[1] = '<a href="_gwcgi_?a=p&p=committee">Advisory Committee</a>'
     67   aboutmenu[2] = '<a href="_gwcgi_?a=p&p=copyright">Copyright Information</a>'
     68   aboutmenu[3] = '<a href="_gwcgi_?a=p&p=documents">Application Documents</a>'
     69   aboutmenu[4] = '<a href="_gwcgi_?a=p&p=releases">Press Releases</a>'
     70   aboutmenu[5] = '<a href="_gwcgi_?a=p&p=glossary">Glossary</a>'
     71   aboutmenu[6] = '<a href="_gwcgi_?a=p&p=links">Links for Further Research</a>'
    7172
    7273   // Contents of the "browse" menu
Note: See TracChangeset for help on using the changeset viewer.