diff options
Diffstat (limited to 'src/main/webapp/wayf-ndn.jsp')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp index 6f101a4..02a3620 100644 --- a/src/main/webapp/wayf-ndn.jsp +++ b/src/main/webapp/wayf-ndn.jsp @@ -165,7 +165,8 @@ $(function() { </table> </div> <div id="container"> - <div id="left"> + <ul class="ilist"> + <li> <div id="nav"> <ul class="site_tree"> <li class="level1"><strong class="level1">About</strong> @@ -183,9 +184,8 @@ $(function() { </ul> <div id="nav_pic"><img src="http://www.nordu.net/resources/pipes.jpg" width="200px" height="395" alt="" /></div> </div> - </div> - <div id="right"> - + </li> + <li> <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="siteLists" scope="request"> @@ -276,7 +276,8 @@ $(function() { </logic:iterate> </div> </logic:present> - </div> + </li> + </ul> </div> <div id="footer"> <p>NORDUnet A/S | Kastruplundgade 22 | DK-2770 Kastrup | DENMARK | Phone +45 32 46 25 00 | Fax +45 45 76 23 66 | info@nordu.net</p> |