summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/webapp/wayf-ndn.jsp52
-rw-r--r--src/main/webapp/wayf.css15
2 files changed, 38 insertions, 29 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index efe0d13..7fdee67 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -140,7 +140,7 @@
</logic:present>
<head>
- <link rel="stylesheet" title="normal" type="text/css" href="wayf.css" />
+ <link rel="stylesheet" type="text/css" href="NORDUnet.css"/>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.14.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.5.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.14.custom.min.js"></script>
@@ -154,12 +154,38 @@ $(function() {
</head>
<body>
- <div class="head">
- <h1>Please identifiy yourself!</h1>
- </div>
-
- <div class="selector">
- <p class="text">The service you are trying to use require that you identify yourself. Please select your identity provider below...</p>
+
+<body id="homepage">
+ <div id="wrapper">
+ <div id="top">
+ <table id="top_table">
+ <tr>
+ <td><img src="<%= request.getContextPath() %>/images/NORDUnet2.jpg" width="203" height="46" alt="" /></td>
+ </tr>
+ </table>
+ </div>
+ <div id="left">
+ <div id="nav">
+ <ul class="site_tree">
+ <li class="level1"><strong class="level1">About</strong>
+ <ul>
+ <li class="level2"><a class="level2" href="http://www.nordu.net">NORDUnet Home</a></li>
+ <li class="level2"><a class="level2" href="http://www.nordu.net#aup">Acceptable Use Policy</a></li>
+ <li class="level2"><a class="level2" href="http://www.nordu.net#pii">Privacy Policy</a></li>
+ </ul>
+ </li>
+ <li class="level1"><strong class="level1">Tools</strong>
+ <ul>
+ <li class="level2"><a class="level2" href="https://crowd.nordu.net/sso/pwman">Change Your Password</a></li>
+ </ul>
+ </li>
+ </ul>
+ <div id="nav_pic"><img src="http://www.nordu.net/resources/pipes.jpg" width="200px" height="395" alt="" /></div>
+ </div>
+ </div>
+ <div id="content">
+
+ <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">
<div id="sites">
@@ -251,14 +277,12 @@ $(function() {
</logic:present>
</div>
- <div class="footer">
- <p class="text">
-<!--CONFIG-->
-Need assistance? Send mail to <a tabindex="120" href="mailto:noc@nordu.net">NORDUnet NOC</a> with description.
- </p>
- <div class="logo"><img src="images/NORDUnet2.jpg" alt="NORDUNet" /></div>
+</div>
</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>
+ </div>
+ </div>
</body>
</html>
diff --git a/src/main/webapp/wayf.css b/src/main/webapp/wayf.css
index d6128e2..768df92 100644
--- a/src/main/webapp/wayf.css
+++ b/src/main/webapp/wayf.css
@@ -44,21 +44,6 @@ span.option {
.footer {
max-width: 800px;
- border-left-width: 2px;
- border-right-width: 2px;
- border-top-width: 2px;
- border-bottom-width: 2px;
- border-color: #000000;
- border-style: solid;
- background-color: #FFFFFF;
- margin-top: 0;
- margin-bottom: 1em;
- margin-left: 1em;
- margin-right: 1em;
- padding-left: .75em;
- padding-right: .75em;
- padding-top: .5em;
- padding-bottom: .5em;
}
span.warning {