|
From: Michael K. <ko...@us...> - 2005-03-18 14:18:27
|
Update of /cvsroot/cobricks/cobricks2/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131 Modified Files: pageheader.html Log Message: Index: pageheader.html =================================================================== RCS file: /cvsroot/cobricks/cobricks2/web/pageheader.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- pageheader.html 21 Feb 2005 15:57:58 -0000 1.12 +++ pageheader.html 18 Mar 2005 14:18:18 -0000 1.13 @@ -143,7 +143,7 @@ <span class="boxNavHeadline"> <div> This Cobricks-2 installation acts as an Serviceprovider <br><br> - Choose an Identityprovider:<br><br> + Choose an Liberty Alliance identity provider:<br><br> #set ($idpList = $libertyBridge.getIdps($portalRequest)) @@ -164,7 +164,7 @@ ##wenn durch Identitätsprovider angemeldet und die Bestätigung ##abgelaufen ist, Benutzer abmelden -#if($role == "sp") +#if("$!role" == "sp") #set($curIdp=$libertyBridge.getCurrentIDP($portalRequest)) #if($curIdp) #set($date=$curIdp.getReauthenticateOnOrAfter()) @@ -201,12 +201,12 @@ <div class="content last"> <span class="boxNavHeadline"> <div> -#if($role == "sp") +#if("$!role" == "sp") This Cobricks-2 installation acts as an Serviceprovider <br><br> #set($currentIDP = $libertyBridge.getCurrentIDP($portalRequest)) #set($currentIDPName = $currentIDP.getName()) #if($currentIDPName) - You are logged in through Identityprovider <b>"$currentIDPName"</b><br><br> + You are logged in through Liberty Alliance identity provider <b>"$currentIDPName"</b><br><br> #set($ex=$currentIDP.getReauthenticateOnOrAfter()) #if($ex) This session will expire at<br> @@ -227,7 +227,7 @@ </a> to manage your federated identities #else - This Cobricks-2 installation acts as an Identityprovider <br><br> + This Cobricks-2 installation acts as an Liberty Alliance identity provider <br><br> Click <a href="/user/la/managefederationsidp.html"> here |