Changeset 7336


Ignore:
Timestamp:
05/05/10 14:40:09 (2 years ago)
Author:
GeorgeClark
Message:

Item8972: sync up NatSkin loginbase template with the changes to the base login.tmpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NatSkin/templates/loginbase.nat.tmpl

    r6288 r7336  
    1616  requires="JQUERYPLUGIN" 
    1717}%<!-- require --> 
    18 <form id="LogonForm" name="LogonForm" action="%IF{"$'HTTPSLOGON'='on'" then="https" else="http"}%://%HTTP_HOST%%SCRIPTURLPATH{"login"}%/%WEB%/%TOPIC%" method="post"> 
     18<form id="LogonForm" name="LogonForm" action="%IF{"$'HTTPSLOGON'='on'" then="https" else="http"}%://%HTTP_HOST%%SCRIPTURLPATH{"login"}%%IF{"defined 'PATH_INFO'" then="$percntPATH_INFO$percnt" else="/$percntWEB$percnt/$percntTOPIC$percnt"}%" method="post"> 
    1919<literal>%QUERYPARAMS{encoding="entity" format="<input type='hidden' name='$name' value='$value' />"}%</literal><!-- queryparams// --> 
     20%IF{"defined 'FOSWIKI_ORIGIN'" then="<input type='hidden' name='foswiki_origin' value='$percntFOSWIKI_ORIGIN$percnt' />"}%  
    2021%IF{"defined 'ORIGURL'" then="<input type='hidden' name='origurl' value='$percntORIGURL$percnt' />"}% 
    2122<input type="submit" style="display:none" /> 
Note: See TracChangeset for help on using the changeset viewer.