1 / 187

<?xml version="1.0" encoding="utf-8"?>

<?xml version="1.0" encoding="utf-8"?>. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">. <head>.

Ava
Download Presentation

<?xml version="1.0" encoding="utf-8"?>

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?xml version="1.0" encoding="utf-8"?>

  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

  4. <head> • <meta http-equiv="content-type"" content=""text/html;charset=utf-8" /> • <title>NHC - Error Page</title> • <script type="text/javascript" src="/Javascript/XLib/x_core.js"></script> • <script type="text/javascript" src="/Javascript/XLib/x_win.js"></script> • <link href="/css/style.css?v=5" media="screen,print" rel="stylesheet" type="text/css"/> • <link href="/css/EditorStyles.css" media="screen,print" rel="stylesheet" type="text/css"/> • <link href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> • <link rel="shortcut icon" href="/Images/favicon.ico" type="image/x-icon" /> • <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> • <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script> • <script src="/Javascript/fancybox/jquery.fancybox-1.3.4.pack.js" type="text/javascript"></script> • <script type="text/javascript" src="/Javascript/jquery.cookie.js"></script> • <script type="text/javascript" src="/Javascript/Reject.js" ></script> • <script type="text/javascript" src="/Javascript/jquery.cycle.all.min.js"></script> • <script type="text/javascript" src="/Javascript/Common.js"></script> • <script type="text/javascript" src="/Javascript/jquery.filestyle.mini.js"></script> • <script src="/Javascript/chosen/chosen.jquery.js"></script> • <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> • <link href="/Javascript/chosen/chosen.css" rel="stylesheet" type="text/css"/> • <script type="text/javascript"> • function fnOnLoad() • { • } • </script>

  5. <script type="text/javascript">

  6. $(document).ready(function() {

  7. $("#txtHeaderSearchBox").keyup(function(event){

  8. if(event.keyCode == 13){

  9. $("#SearchButton").click();

  10. if (event.preventDefault) { // W3C variant • event.preventDefault() • } else { // IE<9 variant: • event.returnValue = false • }

  11. }

  12. });

  13. $("a:has(img)").addClass("imgLink");

  14. $("a#inline").fancybox();

  15. $("a.WebLink").fancybox({ • 'autoDimensions':false, • 'autoScale':false, • 'autoSize': false, • 'height': 600, • 'width' : 1200, • 'minWidth' : 1200, • 'maxWidth' : 1200, • 'type': "iframe" , • 'onComplete' : function(){ • $('#fancybox-frame html,#fancybox-outer').css({width:'1200px'}); • $.fancybox.resize(); • }

  16. });

  17. $("a.EMailLink").fancybox({ • 'autoDimensions':false, • 'autoScale':false, • 'autoSize': true, • 'height': 650, • 'width' : 660, • 'minWidth' : 800, • 'maxWidth' : 1000, • 'autoWidth' : true, • 'autoheight' : false, • 'type': 'iframe' , • 'onComplete' : function(){ • $('#fancybox-frame html,#fancybox-outer').css({width:'660px'}); • $.fancybox.resize(); • }

  18. });

  19. if($.cookie("cookie_level") == 1)

  20. {

  21. }

  22. else if ($.cookie("cookie_level") == 0)

  23. {

  24. $("#cookie_level0").slideDown(750); • $("#CookiePush").show(1);

  25. }

  26. else

  27. { • $("#cookie_level1").slideDown(750); • $.cookie("cookie_level", "1", { path: "/", expires: 365 }); • $("#CookiePush").show(1)

  28. }

  29. $(".turnOnCookies").click(function() { • $("#cookie_level0").slideUp(750); • $.cookie("cookie_level", "1", { path: "/", expires: 365 }); • $("#CookiePush").hide(1); • return false;

  30. });

  31. $(".turnOffCookies").click(function() { • $("#cookie_level1").slideUp(750); • $.cookie("cookie_level", "0", { path: "/", expires: 365 }); • $.cookie("__utma", null, { path: "/", domain: "northern-consortium.org.uk" }); • $.cookie("__utmb", null, { path: "/", domain: "northern-consortium.org.uk" }); • $.cookie("__utmc", null, { path: "/", domain: "northern-consortium.org.uk" }); • $.cookie("__utmz", null, { path: "/", domain: "northern-consortium.org.uk" }); • $("#cookie_level0").slideDown(750); • return false;

  32. });

  33. $.reject({

  34. reject: {

  35. msie5: true, msie6: true, msie7: true },

  36. display: ['firefox','msie','safari','opera','chrome'],

  37. browserInfo: { // Settings for which browsers to display

  38. firefox: {

  39. text: '<b>Firefox</b>', // Text below the icon

  40. url: 'http://www.mozilla.com/firefox/' // URL For icon/text link

  41. },

  42. safari: {

  43. text: 'Safari',

  44. url: 'http://www.apple.com/safari/download/'

  45. },

  46. opera: {

  47. text: 'Opera',

  48. url: 'http://www.opera.com/download/'

More Related