diff options
author | Leif Johansson <leifj@sunet.se> | 2011-08-01 11:35:35 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-08-01 11:35:35 +0200 |
commit | d3c5479519a6c4ae273144b06cd9639a7b09403a (patch) | |
tree | 548a50200c003ea7eae323b5219648182e6dc211 /src/main/webapp/wayf-ndn.jsp | |
parent | e54fabf198f50546b093753900d3a41fa7535181 (diff) | |
parent | 31c3cc219523530e36459717acbd836ae65325b2 (diff) |
Merge branch 'idp.nordu.net' of git.nordu.net:ndn-saml-ds into idp.nordu.net
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 00c1d0e..58f1b9a 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -2,7 +2,6 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <%@ page contentType="text/html;charset=UTF-8" %> -<%@ page import="java.util.*" %> <html> <%@ taglib uri="/WEB-INF/tlds/struts-logic.tld" prefix="logic" %> @@ -289,20 +288,6 @@ .ios-style .ui-menu-item a { cursor: pointer; outline: none; } </style> </head> - -<logic:present name="cookieList" scope="request"> -<%! - java.util.HashSet cl = new HashSet(); -%> - -<logic:iterate id="site" name="cookieList"> - <% - cl.add(site); - %> -</logic:iterate> - -</logic:present> - <body id="homepage"> <div id="wrapper"> @@ -334,11 +319,11 @@ <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p> <ul class="ilist"> - <logic:present name="cl" scope="request"> + <logic:present name="cookieList" scope="request"> <li style="veritcal-align: top;"> <h2>Recently Used</h2> <ul class="sitelist" style="margin-bottom: 50px;"> - <logic:iterate id="site" name="cl"> + <logic:iterate id="site" name="cookieList"> <li><a tabindex="10" href="#<jsp:getProperty name="site" property="name"/>"><jsp:getProperty name="site" property="displayName"/></a></li> </logic:iterate> </ul> |