summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/webapp/wayf-ndn.jsp19
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>