Ignore:
Timestamp:
2010-12-21T23:19:21+13:00 (13 years ago)
Author:
davidb
Message:

Introduction of 'web-2.0' capabilities, triggered by setting the macro _activateweb20_ to 1. This in turn adds in a 'login' and 'logout' feature in the main navigation bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/macros/authen.dm

    r22560 r23519  
    1111_content_ {
    1212<br><br><br><br>
    13 <form name="login" method="post" action="_gwcgi_">
     13_If_("_activateweb20_" eq "1",
     14  <form name="login" method="get" action="_gwcgi_">
     15,
     16  <form name="login" method="post" action="_gwcgi_">
     17)
    1418<input type=hidden name="e" value="_If_(_cgiarger_,_cgiarger_,_decodedcompressedoptions_)">
    1519_hiddenargs_
Note: See TracChangeset for help on using the changeset viewer.