Changeset 11658


Ignore:
Timestamp:
2006-04-19T15:45:56+12:00 (18 years ago)
Author:
kjdon
Message:

changed links to about and privacy pages - those files now live in greenstone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/usability.dm

    r11374 r11658  
    8282  winhtml += 'script>';
    8383  if(navigator.appName!="Netscape" || parseInt(navigator.appVersion)>=5)\{
    84     winhtml += '_usabstylexx_';
     84    winhtml += '_usabstyle_';
    8585  \}
    8686
     
    9595  \}   
    9696  cgiloc=cgiloc.substring(0,(cgiloc.lastIndexOf("/")+1));   
    97   cgiloc+='perl.cgi';
     97  cgiloc+='savereport.cgi';
    9898   
    9999  //adds the banner with the koru-thing and the links to about and privacy
     
    186186
    187187_usabinterface_{}
     188_httpusabhtml_ {_httpprefix_/usability/}
    188189
    189190#the banner to "brand" any boxes as part of the usability interface
     
    191192
    192193#the about and privacy lins separated by a mid dot.
    193 _aboutprivacylinks_ {<p class="label"><a href="javascript:infowindow(\\'http://nzdl2.cs.waikato.ac.nz/dana/gsdl/about.html\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'http://nzdl2.cs.waikato.ac.nz/dana/gsdl/privacy.html\\')">_textprivacy_</a>}
     194_aboutprivacylinks_ {<p class="label"><a href="javascript:infowindow(\\'_httpusabhtml_about.html\\')">_textabout_</a> &#8226; <a href="javascript:infowindow(\\'_httpusabhtml_/privacy.html\\')">_textprivacy_</a>}
    194195
    195196
Note: See TracChangeset for help on using the changeset viewer.