diff options
author | Leif Johansson <leifj@sunet.se> | 2010-07-15 16:53:03 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-07-15 16:53:03 +0200 |
commit | 422bdd121379076c4f3593d016b04b2a9574b43e (patch) | |
tree | 34bc01e4a055ac01a4a38c25d9d78d10007e909d /src/main/webapp/wayf-swamid.jsp | |
parent | 04d464c7d27d850e51b3f082d92862f1a3c03d9e (diff) |
update swamid skin
Diffstat (limited to 'src/main/webapp/wayf-swamid.jsp')
-rw-r--r-- | src/main/webapp/wayf-swamid.jsp | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/src/main/webapp/wayf-swamid.jsp b/src/main/webapp/wayf-swamid.jsp index 705c0a3..e42e618 100644 --- a/src/main/webapp/wayf-swamid.jsp +++ b/src/main/webapp/wayf-swamid.jsp @@ -141,7 +141,7 @@ <head> <link rel="stylesheet" title="normal" type="text/css" - href="wayf-swamid.css" /> <title>Identity Provider Selection</title> + href="wayf-sunet.css" /> <title>Identity Provider Selection</title> </head> <body> @@ -168,17 +168,9 @@ </div> <div class="selector"> - <p class="text"> - -<!--CONFIG--> - -The Service you are trying to reach requires that you -authenticate with your home organization, enter the name below. - - </p> <logic:present name="cookieList" scope="request"> - <h2>Nyligen använda/Recently used:</h2> + <h2>Recently used:</h2> <logic:present name="showComments" scope="Request"> @@ -253,7 +245,7 @@ authenticate with your home organization, enter the name below. <div class="list"> <logic:present name="sites" scope="request"> - <h2>Skriv namn på organisationen/Enter institution name:</h2> + <h2>Enter institution name:</h2> <form autocomplete="OFF" action=""> <div> <logic:notPresent name="entityID" scope="request"> @@ -286,7 +278,7 @@ Provide a static drop down or a dynamically republished one. - you may wish to r </logic:present> -Eller välj från listan:/Or choose from a list: +Or choose from a list: </h2> |