summaryrefslogtreecommitdiff
path: root/src/main/webapp/wayf-ndn.jsp
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-26 00:14:01 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-26 00:14:01 +0100
commitf3a01743ea2e07eb20050299ff05d6eaf055c349 (patch)
tree11aa4eda4611af814b3f6c481a458c115abd0e69 /src/main/webapp/wayf-ndn.jsp
parent2348f23029929d6ec49ebfed50ad64f0958a2d8a (diff)
simplify layout
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r--src/main/webapp/wayf-ndn.jsp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index 658e8c0..bbb637c 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -63,6 +63,7 @@
<p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p>
<logic:present name="cookieList" scope="request">
<h2>Recently Used</h2>
+ <span>
<ul class="sitelist">
<logic:iterate id="site" name="cookieList">
<logic:present name="entityID" scope="request">
@@ -100,12 +101,12 @@
<input type="hidden" name="returnIDParam" value="<bean:write name="returnIDParam" />" />
</logic:present>
<input tabindex="20" type="submit" value="Clear List" />
- </form>
+ </form></span>
</logic:present>
<h2>Full list of identity providers</h2>
<logic:present name="sites" scope="request">
<form style="margin-bottom: 10px;" method="get" action="<bean:write name="requestURL" />">
- <div>
+ <span>
<logic:notPresent name="entityID" scope="request">
<input type="hidden" name="shire" value="<bean:write name="shire" />" />
<input type="hidden" name="target" value="<bean:write name="target" />" />
@@ -135,7 +136,7 @@
</select -->
<input type="submit" class="button" id="originsubmit" value="Select" tabindex="50" />
</div>
- </form>
+ </span>
</logic:present>
</li>
</ul>