Changeset 4872
- Timestamp:
- 29/01/09 09:34:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.test/ndg/security/test/combinedservices/singlesignonservice/templates/ndg/security/badcpage.kid
r4871 r4872 1 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"> 2 <head> 3 2 <head py:def="pagehead()" py:strip="True"> 3 <title>$c.title</title> 4 <meta name="description" 5 content="Assisting atmospheric researchers to locate, access and interpret atmospheric data, ensuring the integrity of the atmospheric data produced by the UK's Natural Environment Research Council (NERC)."/> 6 <!-- Assisting atmospheric researchers to locate, access and interpret atmospheric data, ensuring the integrity of the atmospheric data produced by the UK's Natural Environment Research Council (NERC). --> 7 <meta name="keywords" 8 content="BADC,NERC,british,atmospheric,data,atmospheric data,centre,UKMO,ECMWF,meteorological,met data,weather,archive,temperature,rain,wind,precipitation."/> 9 <meta name="robots" content="all"/> 10 <link rel="alternate" type="application/rss+xml" 11 href="http://badc.nerc.ac.uk/community/news/Latest_news.xml" 12 title="BADC News Channel"/> 13 <link rel="stylesheet" type="text/css" href="layout/styles/style.css"/> 4 14 </head> 5 <div py:def="header()" id="header" />15 <div py:def="header()" id="header"> 6 16 <table border="0" cellspacing="0" cellpadding="0"> 7 17 <tr height="7"> … … 36 46 <img src="layout/tabs/tabs_lblue_over_lblue.gif"/> 37 47 </td> 38 <td bgcolor="#5f99ff">48 <td class="badcLightBlue"> 39 49 <A class="menu" HREF="/search/">Search</A> 40 50 </td> … … 81 91 <!-- white gap --> 82 92 <table width="100%" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="1"> 83 <tbody><tr> 84 <td> </td> 85 </tr> 93 <tbody> 94 <tr> 95 <td></td> 96 </tr> 86 97 </tbody> 87 98 </table> 88 </div> 89 99 </div> 90 100 </html>
Note: See TracChangeset
for help on using the changeset viewer.