It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://allenbyprimaryschool.com/ealing/primary/allenby/site/pages/sldunit/CookiePolicy.action?backto=https%3A//xlxx.club/pornstar/yuki-mori-videos

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <!DOCTYPE html>
  26. <html xmlns="http://www.w3.org/1999/xhtml" class="no-touch ">
  27. <head>
  28. <script>
  29. var DB = DB || {};
  30. DB.actionPath = "/ealing/primary/allenby/site/pages/sldunit";
  31. </script>
  32. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  33.  
  34.            
  35.  
  36. <title>
  37. New Era Technology Cookie Policy
  38. </title>
  39.  
  40. <link id="standard_blue" href="/service/util/custom/themecss?path=primary/ks1&skin=standard&style=blue&actionUrl=/service/util/custom&browser=Unknown&version=94-518" type="text/css" rel="stylesheet" title="standard_blue" />
  41. <link id="standard_blue_cookies" href="/service/util/custom/themecss?path=primary/ks1&skin=standard&style=blue&actionUrl=/service/util/custom&stage=cookies&browser=Unknown&version=94-518" type="text/css" rel="stylesheet" title="standard_blue" />
  42.  
  43. <script type="text/javascript" src="/service/util/custom/javascript/versioned/jquery-1.11.1.min.js"></script>
  44. <script type="text/javascript" src="/service/util/custom/javascript/jquery.loader.js"></script>
  45.  
  46.  
  47. <script type="text/javascript" src="/js/compiled/core-9.4.js"></script>
  48.  
  49. <script type="text/javascript">
  50. jQuery.noConflict();
  51. function setAsFavourite(link) {
  52. jQuery.post(link.href,
  53. function(data) {
  54. link.style.display = "none";
  55. }
  56. );
  57. return false;
  58. }
  59. function initFavouriteLink() {
  60. var favouriteLink = jQuery('#favouriteLink');
  61. if (favouriteLink.length > 0) {
  62. var favouritePlaceholder = jQuery('.favourite_placeholder');
  63. if (favouritePlaceholder.length == 0) {
  64. favouritePlaceholder = jQuery('.portlet-header-bar .portlet-title');
  65. }
  66. if (favouritePlaceholder.length > 0) {
  67. favouritePlaceholder.append(favouriteLink);
  68. favouriteLink.show();
  69. }
  70. }
  71. }
  72. jQuery(document).ready(function() {
  73. initFavouriteLink();
  74. });
  75. </script>
  76.  
  77.  
  78. <script type="text/javascript">
  79. var hideVideoLink = false;
  80. var showVideoLink = false;
  81. var indexOffset = 0;
  82. function toType(src, isVideo) {
  83. var ext = src.substring(src.lastIndexOf(".") + 1).toLowerCase();
  84.  
  85. if (ext.indexOf('?') > 0) {
  86. ext = ext.substring(0, ext.indexOf('?'));
  87. }
  88. if (ext == "mp4" || src.indexOf("video/mp4") >= 0) {
  89. return "video/mp4";
  90. } else if (ext == "m4v" || src.indexOf("video/x-m4v") >= 0) {
  91. return "video/x-m4v";
  92. } else if (ext == "mov" || src.indexOf("video/quicktime") >= 0) {
  93. return "video/quicktime";
  94. } else if (ext == "ogv" || src.indexOf("video/ogg") >= 0) {
  95. return "video/ogg";
  96. } else if (isVideo && ext == "webm" || src.indexOf("video/webm") >= 0) {
  97. return "video/webm";
  98. } else if (ext == "mp3" || src.indexOf("audio/mpeg") >= 0) {
  99. return "audio/mpeg";
  100. } else if (ext == "aac" || src.indexOf("audio/aac") >= 0) {
  101. return "audio/aac";
  102. } else if (ext == "ogg" || src.indexOf("audio/ogg") >= 0) {
  103. return "audio/ogg";
  104. } else if (ext == "wav" || src.indexOf("audio/wav") >= 0) {
  105. return "audio/wav";
  106. } else if (ext == "wma" || src.indexOf("audio/x-ms-wma") >= 0) {
  107. return "audio/x-ms-wma";
  108. } else if (!isVideo && ext == "webm" || src.indexOf("audio/webm") >= 0) {
  109. return "audio/webm";
  110. } else {
  111. return null;
  112. }
  113. }
  114. function toSourceTag(src, type) {
  115. var source = '';
  116. if (type == 'video/webm') {
  117. source = '<source src="' + src + '" type="' + type + '" />';
  118. }
  119. source += '<source src="' + src + (src.indexOf('?') > 0 ? '&' : '?') + 'format=mp4" + type="video/mp4" />';
  120. // Do not do conversions from mp4 to WebM, as it is unnecessary
  121. if (type != 'video/webm') {
  122. source += '<source src="' + src + (src.indexOf('?') > 0 ? '&' : '?') + 'format=webm" type="video/webm" />';
  123. }
  124. return source;
  125. }
  126. function initPlayer(context, opts) {
  127. var requiresVideoPlayer = false;
  128. var requiresAudioPlayer = false;
  129.  
  130. jQuery('.video_player', context).each(function() {
  131. var index = indexOffset++;
  132. var player = this;
  133. var video = jQuery(player).find('a');
  134. var isVideo = video.hasClass('video_link');
  135. if (video.length > 0 && !video.hasClass('initialised')) {
  136. player.id = 'videoplayer_' + index;
  137. var src = video.attr('href');
  138. var type = toType(src, isVideo);
  139.  
  140. if (isVideo) {
  141. var playerWidth = opts && opts.width ? opts.width : 320;
  142. var playerHeight = opts && opts.height ? opts.height : 240;
  143.  
  144. var poster = src.indexOf("token=") == -1 ? src + (src.indexOf('?') > 0 ? '&' : '?') + 'width=' + playerWidth + '&height=' + playerHeight : null;
  145. requiresVideoPlayer = true;
  146.  
  147. var placeholder = jQuery('<div class="video-js vjs-default-skin"></div>')
  148. .css('width', playerWidth + 'px')
  149. .css('height', playerHeight + 'px')
  150. .css('background-image', poster != null ? 'url(\'' + poster + '\')' : 'none')
  151. .addClass('video-js vjs-default-skin vjs-big-play-centered')
  152. .append(jQuery('<div class="vjs-big-play-button"><span></span></div>'));
  153.   // Are we able to play the video without conversion?
  154.   if (!showVideoLink && (hideVideoLink || (type && (type == 'video/mp4' || !!document.createElement("video").canPlayType && !!document.createElement("video").canPlayType(type))))) {
  155. video.replaceWith(placeholder);
  156. } else {
  157. video.addClass('initialised');
  158. jQuery(player).prepend(placeholder);
  159. }
  160.  
  161. placeholder.on('click', function(e) {
  162. e.preventDefault();
  163. var videoEl = initVideo(index, player, video, src, type, poster, placeholder);
  164.  
  165. _V_(videoEl.attr('id'), videoEl.data('setup')).play();
  166. });
  167. } else {
  168. var audioEl = jQuery('<audio id="audio_' + index + '" class="video-js vjs-default-skin vjs-big-play-centered" src="' + src + '" preload="none" />').attr('data-setup', '{"controls": true}');
  169. requiresAudioPlayer = true;
  170.  
  171. if (!showVideoLink && (hideVideoLink || (type && (type == 'audio/mpeg' || !!document.createElement("audio").canPlayType && !!document.createElement("audio").canPlayType(type))))) {
  172. video.replaceWith(audioEl);
  173. } else {
  174. video.addClass('initialised');
  175. jQuery(player).prepend(audioEl);
  176. }
  177. }
  178. }
  179. });
  180. var videoJSLoaded = typeof videojs != "undefined";
  181. if ((requiresVideoPlayer || requiresAudioPlayer) && !videoJSLoaded) {
  182. jQuery.ajax({
  183. type: 'GET',
  184. url: "/service/util/custom/player/video-4.12.11.min.js",
  185. dataType: 'script',
  186. cache: true,
  187. success: function() {
  188. }
  189. });
  190. var link = document.createElement("link");
  191. link.rel = "stylesheet";
  192. link.type = "text/css";
  193. link.href = "/service/util/custom/player/video-js.min.css";
  194. document.getElementsByTagName('head')[0].appendChild(link);
  195. }
  196. if ((requiresVideoPlayer || requiresAudioPlayer) && videoJSLoaded) {
  197. videojs.autoSetup();
  198. }
  199. }
  200. function initVideo(index, player, video, src, type, poster, placeholder) {
  201. var videoTag =
  202. '<video id="video_' + index + '" class="video-js vjs-default-skin" width="320" height="240"' + (poster ? ' poster="' + poster + '"' : '') + '  controls="controls" preload="auto" data-setup=\'{"flash": {"swf": "/service/util/custom/player/video-js.swf", "wmode": "transparent"}}\'>' +
  203.     toSourceTag(src, type) +
  204.   '</video>';
  205.   var videoEl = jQuery(videoTag);
  206.  
  207.   placeholder.replaceWith(videoEl);
  208.  
  209.   return videoEl;
  210. }
  211. jQuery(document).ready(function() {
  212. initPlayer();
  213. });
  214. </script>
  215.  
  216. <!--
  217. <script type="text/javascript" src="/service/util/custom/javascript/versioned/jquery.qtip-2.0.1.js"></script>
  218. -->
  219.  
  220. <script type="text/javascript">
  221. function initTooltips(context) {
  222. var users = jQuery('[data-user]', context).not('.no_tooltip');
  223.  
  224. if (users.length > 0) {
  225. if (typeof jQuery.fn.qtip == "undefined") {
  226. if (jQuery(document).data('loadingQTip')) {
  227. // Already loading
  228. } else {
  229. jQuery(document).data('loadingQTip', true);
  230. jQuery.ajax({
  231. type: 'GET',
  232. url: "/service/util/custom/javascript/versioned/jquery.qtip-2.2.0.min.js",
  233. dataType: 'script',
  234. cache: true,
  235. success: function() {
  236. bindTooltips(users);
  237. }
  238. });
  239. }
  240. } else {
  241. bindTooltips(users);
  242. }
  243. }
  244. }
  245. function bindTooltips(users) {
  246. users.each(function(){
  247. var el = jQuery(this);
  248.  
  249. var user = el.data('user');
  250. if (user != 0) {
  251. jQuery(el).qtip({
  252. content: {
  253. text: '...',
  254. ajax: {
  255. url: '/service/util/tooltip',
  256. type: 'GET',
  257. data: {
  258. u: el.data('user')
  259. },
  260. loading: false
  261. }
  262. },
  263. show: {
  264. delay: 200,
  265. solo: true
  266. },
  267. position: {
  268. effect: false,
  269. adjust: {
  270. method: "flip flip"
  271. },
  272. my: "right center",
  273. at: "left center",
  274. target: 'event',
  275. viewport: jQuery(window)
  276. },
  277. style: {
  278. widget: false,
  279. tip: {
  280. corner: true,
  281. width: 10,
  282. height: 10
  283. },
  284. classes: "qtip-light qtip-shadow qtip-rounded"
  285. }
  286. });
  287. }
  288. });
  289. }
  290.  
  291. jQuery(document).ready(function() {
  292. initTooltips(this);
  293. });
  294. </script>
  295.  
  296. <script type="text/javascript">
  297. jQuery(document).ready(function() {
  298. var isTouch = jQuery('html').hasClass('touch');
  299. var jBody = jQuery('body');
  300. if (window.location !== window.parent.location && window.name == 'assignmentReview') {
  301. parent.jQuery('body').trigger('iFrameLoaded');
  302. jBody.addClass('assignment-review').css({
  303. 'min-height': 'auto'
  304. })
  305. } else if (isTouch && jBody.hasClass('assignment-review') ){
  306. jBody.find('.assessment_container').hide();
  307. jBody.on('iFrameLoaded', function(){
  308. jBody.find('.assessment_container').show();
  309. })
  310. }
  311. });
  312. </script>
  313. </head>
  314. <body id="body" class=" dbprimary ">
  315. <div class="background_overlay ">
  316. <div class="background_animation">  
  317.   <div class="background_animation_1"></div>  
  318. </div>
  319. </div>
  320.  
  321. <script type="text/javascript">
  322. <!--//--><![CDATA[//><!--
  323. var navigationEnabled = true;
  324. //--><!]]>
  325. </script>
  326.  
  327.  
  328. <div id="navigation_btns" class="doNotPrint">
  329.  
  330. <div class="season spring btn-container">
  331. <a href="#cont" class="structural" id="skiptopnav">Skip to content</a>
  332. <table>
  333. <tr>
  334.  
  335.  
  336.  
  337.  
  338. <td id="loginout_nav_wrapper">
  339. <a onclick="return navigationEnabled" id="nav_loginout" href="/service/util/login?loginUrl=%2Fealing%2Fprimary%2Fallenby%2Fsite%2Fpages%2Fsldunit%2FCookiePolicy.action"><span class="btn-wrap btn-icon-login btn-type-2">
  340. <span class="btn-left">
  341. <span class="btn-icon"><span></span></span><span class="btn-right">
  342. <span class="btn-label ">
  343. Log in
  344. </span>
  345. </span>
  346. </span>
  347. </span></a>
  348. </td>
  349. </tr>
  350. </table>
  351. </div>
  352. </div>
  353. <div id="complaintDlg-container"></div>
  354.  
  355.  
  356. <span style="position:absolute"><a name="cont" id="cont">&nbsp;</a></span>
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382. <div class="portlet-container    ">
  383. <div class="portlet-top-decoration">
  384. <div>
  385. <div></div>
  386. </div>
  387. </div>
  388.  
  389. <div class="portlet-left-decoration">
  390. <div class="portlet-right-decoration">
  391. <div class="portlet-box">
  392. <div class="portlet-header-bar doNotPrint">
  393. <span class="user_background"></span>
  394. <div class="portlet-header-bar-left">
  395. <div class="portlet-header-bar-right">
  396. <div class="portlet-controls">
  397. </div>
  398. <div class="portlet-decoration">
  399. <span></span>
  400. </div>
  401. <div class="portlet-title ">
  402. <div class="title">
  403. New Era Technology Cookie Policy
  404. </div>
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409. <div class="portlet-content">
  410.  
  411. <ul class="btn-container action-btns">
  412. <li>
  413. <a href="https://xlxx.club/pornstar/yuki-mori-videos"><span class="btn-wrap Button_Back btn-type-2">
  414. <span class="btn-left">
  415. <span class="btn-icon"><span></span></span><span class="btn-right">
  416. <span class="btn-label ">
  417. Back
  418. </span>
  419. </span>
  420. </span>
  421. </span></a>
  422. </li>
  423. </ul>
  424. <div class="policy_container">
  425. <div class="cookies_policy">
  426. <div class="message">
  427. <h2><span class="logo"></span>New Era Education Cookie Policy</h2>
  428. <p>We use cookies across our products and services to improve their performance and enhance your user experience. This policy explains how we do that.</p>
  429. <p><strong>What cookies are and how New Era uses them</strong></p>
  430. <p>When using any of New Era's web-based products or services, we want to make them easy, useful and reliable for you, our customer.
  431. This sometimes involves placing small amounts of information in files known as "cookies" on your computer or mobile device.
  432. We do not use these to identify you personally, nor to hold any personal data.
  433. Some pieces of information are essential for delivering our online products to you and others are used to improve the user experience, for example:</p>
  434. <ul>
  435. <li>managing a user's login session and ensuring authenticated access to pages</li>
  436. <li>making the login process easier</li>
  437. <li>remembering activities that you have performed</li>
  438. </ul>
  439. <p><strong>Our products and how we use cookies within them</strong></p>
  440.  
  441. <p>
  442. <strong>School Websites</strong>
  443. </p>
  444. <p>New Era do not store any cookies in your browser when visiting a school website other than a cookie that enables the browser to remember if you have chosen to
  445.   close the Cookies Message.
  446.   </p>
  447.  
  448.   <p>Any third-party resources will
  449. potentially set their own cookies, such as Google Maps, Twitter,
  450. or Google Translate. New Era has no control over and takes no
  451. responsibility for the use of cookies by third parties. You can
  452. contact these providers for details of their cookie policy if
  453. required.</p>
  454.  
  455. <p>
  456. <strong>DB Primary, SchoolPing and Learning Library</strong>
  457. </p>
  458. <p>When logging into DB Primary, SchoolPing or the Learning
  459. Library we store cookies that help improve performance, usability
  460. and record session time and data to ensure the best possible
  461. experience. We do not record or store any personal data in
  462. cookies.</p>
  463.  
  464.  
  465.  
  466.  
  467.  
  468. <p><strong>Cookies used by our products and services</strong></p>
  469. <p>There are several types of cookie:</p>
  470. <p><strong>Persistent cookies </strong>remain on your computer for a specified time and are saved to your computer's hard disk. We use persistent cookies to:</p>
  471. <ul>
  472. <li>remember some things about your last login, such as your school portal, to make your next login easier</li>
  473. <li>remember your preferences and settings for when you use our services again</li>
  474. </ul>
  475. <p><strong>Session cookies </strong>are deleted when you close your browser and are usually not saved to your computer's hard disk. We use session cookies to:</p>
  476. <ul>
  477. <li>identify that you have logged in to the site</li>
  478. <li>hold some information about the previous operations that you performed so that pages can reflect this</li>
  479. </ul>
  480. <p><strong>Third Party Cookies </strong>are cookies which are set by third party providers of other products and services to you, but whose service or functionality is embedded in New Era's products and services on your behalf.  Any third party resources will potentially set their own cookies. New Era has no control over and takes no responsibility for the use of cookies by third parties. You can contact these providers for details of their cookie policy if required.</p>
  481. <p><strong>Adobe </strong>uses its own proprietary cookies called 'Local Shared Objects'. New Era uses Adobe Flash Player to play video within some browsers.
  482. </div>
  483. </div>
  484. </div>
  485. </div>
  486. </div>
  487. </div>
  488. </div>
  489.  
  490.  
  491. <div class="portlet-bottom-decoration">
  492. <div>
  493. <div></div>
  494. </div>
  495. </div>
  496. </div>
  497.  
  498.  
  499. <div id="footer" class=" doNotPrint">
  500. <div class="footer_overlay"></div>
  501. <p>
  502. <a href="/service/util/help" class="footer_wiki_link" target="_blank">Online Help</a>&nbsp;
  503. <a href="/ealing/primary/allenby/site/pages/sldunit/CookiePolicy.action?backto=https%3A%2F%2Fallenbyprimaryschool.com%2Fealing%2Fprimary%2Fallenby%2Fsite%2Fpages%2Fsldunit%2FCookiePolicy.action%3Fbackto%3Dhttps%3A%2F%2Fxlxx.club%2Fpornstar%2Fyuki-mori-videos" class="footer_cookies_link" target="">Cookie Policy</a>&nbsp;
  504. &copy;2000-2024 <a href="https://neweratech.co.uk/" title="" target="_blank">New Era Technology</a>
  505. | <a href="http://www.dbprimary.com" title="DB Primary learning platform">DB Primary</a>
  506. <br />
  507. <!--[if lt IE 8]>
  508. <span class="footer_browser_message">
  509. DB Primary recommends Firefox
  510. </span>
  511. <br />
  512. <![endif]-->
  513. <!--[if IE]>
  514. <style type="text/css">
  515. .footer_server_data {
  516. color: #666666 !important;
  517. }
  518. </style>
  519. <![endif]-->
  520. <span class="footer_server_data" style="color:transparent">
  521. primary-app-9.4 build 518 served for Unknown by ip-172-31-31-109.eu-west-1.compute.internal at Thu May 02 04:06:57 BST 2024
  522. </span>
  523. </p>
  524. <div class="footer_bg"></div>
  525. </div>
  526.  
  527. <script type="text/javascript">
  528. jQuery(".portlet-title").filter(function() {
  529.     return jQuery.trim(jQuery(this).text()) === ''
  530. }).hide()
  531. jQuery(".portlet-title .subtitle").filter(function() {
  532.     return jQuery.trim(jQuery(this).text()) === ''
  533. }).hide()
  534. </script>
  535.  
  536.  
  537. <script type="text/javascript">
  538. <!--//--><![CDATA[//><!--
  539. if (!navigationEnabled) {
  540. jQuery('#complaintButton, #homepage_nav_wrapper, #arena_nav_wrapper, #loginout_nav_wrapper').each(function () {
  541. this.className += ' disabled';
  542. jQuery(this).find('a').attr('title', '');
  543. });
  544. }
  545. //--><!]]>
  546. </script>
  547. <!--[if IE 8]>
  548. <script src="/service/util/custom/javascript/versioned/respond-1.1.0b.min.js"></script>
  549. <![endif]-->
  550.        </body>
  551. </html>
  552.  
  553.  
  554.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda