diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 7 |
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> |