diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/images/NORDUnet2.jpg | bin | 0 -> 7115 bytes | |||
-rw-r--r-- | src/main/webapp/images/logo.jpg | bin | 13660 -> 7115 bytes | |||
-rw-r--r-- | src/main/webapp/images/top_back.gif | bin | 0 -> 1097 bytes | |||
-rw-r--r-- | src/main/webapp/wayf.css | 2 | ||||
-rw-r--r-- | src/main/webapp/wayf.jsp | 12 |
5 files changed, 7 insertions, 7 deletions
diff --git a/src/main/webapp/images/NORDUnet2.jpg b/src/main/webapp/images/NORDUnet2.jpg Binary files differnew file mode 100644 index 0000000..ed5b9bf --- /dev/null +++ b/src/main/webapp/images/NORDUnet2.jpg diff --git a/src/main/webapp/images/logo.jpg b/src/main/webapp/images/logo.jpg Binary files differindex c021e7f..ed5b9bf 100644 --- a/src/main/webapp/images/logo.jpg +++ b/src/main/webapp/images/logo.jpg diff --git a/src/main/webapp/images/top_back.gif b/src/main/webapp/images/top_back.gif Binary files differnew file mode 100644 index 0000000..40ae535 --- /dev/null +++ b/src/main/webapp/images/top_back.gif diff --git a/src/main/webapp/wayf.css b/src/main/webapp/wayf.css index 0eeb26c..b58c748 100644 --- a/src/main/webapp/wayf.css +++ b/src/main/webapp/wayf.css @@ -48,7 +48,7 @@ span.option { border-bottom-width: 2px; border-color: #000000; border-style: solid; - background-color: #6688aa; + background-color: #00B2E4; margin-top: 1em; margin-bottom: 0; margin-left: 1em; diff --git a/src/main/webapp/wayf.jsp b/src/main/webapp/wayf.jsp index e30fc38..4af36d0 100644 --- a/src/main/webapp/wayf.jsp +++ b/src/main/webapp/wayf.jsp @@ -237,14 +237,14 @@ Recently used organizations: <!-- PROGRAMMING NOTE - Add the "instant search" dialogue. + Add the "instant serach" dialogue. </logic:present> <div class="list"> <logic:present name="sites" scope="request"> <h2> - Enter institution name: + Enter insititution name: </h2> <form autocomplete="OFF" action=""> <div> @@ -461,7 +461,7 @@ Search by keyword: </div> </form> -<!-- The end of the old code. Below is where search results go --> +<!-- The end of the old code. Below is where search results go 00> </logic:present> <logic:present name="searchResultsEmpty" scope="request"> @@ -519,9 +519,9 @@ Search results: <div class="footer"> <p class="text"> <!--CONFIG--> -Need assistance? Send mail to <a tabindex="120" href="mailto:user@domain">administrator's name</a> with description. +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/internet2.gif" alt="Internet2" /></div> + <div class="logo"><img src="images/NORDUnet2.jpg" alt="NORDUNet" /></div> </div> <logic:present name="showComments" scope="Request"> @@ -643,4 +643,4 @@ var theElements = [ </body> </html> -
\ No newline at end of file + |