Risky business – DWP fraud reviews (2024)

Back to previous

Articles

  • View
  • Share
  • Email
  • Facebook
  • Twitter
  • LinkedIn
  • New
  • View
  • Share
  • Email
  • Facebook
  • Twitter
  • LinkedIn

"); } else { var title = ''; if ( instance.$refs.stage.find(".fancybox-title").length == 0 ) { if (instance.current.opts.$orig[0].title.length > 0) { title = instance.current.opts.$orig[0].title; instance.$refs.stage.find(".fancybox-content").prepend("

" + title + "

"); } else if (instance.current.opts.$orig[0].getAttribute('aria-label') !== null) { if (instance.current.opts.$orig[0].getAttribute('aria-label').length > 0) { title = instance.current.opts.$orig[0].getAttribute('aria-label'); instance.$refs.stage.find(".fancybox-content").prepend("

" + title + "

"); } } else { title = instance.current.opts.$orig[0].text; instance.$refs.stage.find(".fancybox-content").prepend("

" + title + "

"); } } } } /* fancybox dialog with no defined size */ /* fullscreen for the video tutorial dialogs */ $(".lib-dialog--autosize, .fancybox-dialog-autosize, a.fancybox-fullscreen").fancybox({ baseClass : "lib-dialog lib-dialog--autosize", parentEl : "form#LibriosMain", modal : false, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, buttons : [ "fullScreen" ], afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '800px', 'max-height' : '800px' }, attr: { scrolling: "auto" } } }); $(".lib-dialog--iframe, a.link-iframe-lightbox").fancybox({ baseClass : "lib-dialog--iframe", parentEl : "form#LibriosMain", modal : false, infobar : false, toolbar : true, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, buttons : [ "fullScreen" ], afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, tpl: '

', css : { width : '100%', height : '100%', 'max-width' : '1000px', 'max-height' : '1000px' }, attr: { scrolling: "auto" } } }); function initialiseIframe($element) { $element.fancybox({ baseClass : "lib-dialog--iframe", parentEl : "form#LibriosMain", modal : false, infobar : false, toolbar : true, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, buttons : [ "fullScreen" ], afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, tpl: '

', css : { width : '100%', height : '100%', 'max-width' : '1000px', 'max-height' : '1000px' }, attr: { scrolling: "auto" } } }); } function initialiseIframeSmall($element) { $element.fancybox({ baseClass : "lib-dialog--iframe", parentEl : "form#LibriosMain", modal : false, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '400px', 'max-height' : '300px' }, attr: { scrolling: "auto" } } }); } $(".lib-dialog--iframe-small").fancybox({ baseClass : "lib-dialog--iframe", parentEl : "form#LibriosMain", modal : false, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '400px', 'max-height' : '300px' }, attr: { scrolling: "auto" } } }); $(".lib-dialog--autosize-nopadding").fancybox({ baseClass : "lib-dialog lib-dialog--autosize-nopadding", parentEl : "form#LibriosMain", modal : false, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '800px', 'max-height' : '800px' }, attr: { scrolling: "auto" } } }); /* fancybox dialog with no defined size */ /* fullscreen for the video tutorial dialogs */ $(".lib-modal--autosize").fancybox({ baseClass : "lib-modal", parentEl : "form#LibriosMain", modal : true, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '500px', 'max-height' : '500px' }, attr: { scrolling: "auto" } } }); $(".lib-dialog--contribute").fancybox({ baseClass : "lib-dialog", parentEl : "form#LibriosMain", modal : true, smallBtn : false, autoFocus : true, backFocus : true, trapFocus : true, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '400px', 'max-height' : '600px' }, attr: { scrolling: "auto" } } }); $(".lib-dialog--portrait").fancybox({ baseClass : "lib-dialog", parentEl : "form#LibriosMain", modal : false, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '100%', height : '100%', 'max-width' : '600px', 'max-height' : '800px' }, attr: { scrolling: "auto" } } }); $("a.def").fancybox({ baseClass : "lib-dialog", parentEl : "form#LibriosMain", modal : false, infobar : false, smallBtn : true, autoFocus : true, backFocus : true, trapFocus : true, touch : false, afterLoad: function( instance, current ) { addDialogTitle(instance); }, iframe : { preload: false, css : { width : '80%', 'max-width' : '400px', 'max-height' : '300px', 'padding-bottom' : '48px' }, attr: { scrolling: "auto" } } }); $("a.cit").fancybox({ baseClass : "lib-dialog", parentEl : "form#LibriosMain", modal : false, smallBtn : "auto", autoFocus : true, backFocus : true, trapFocus : true, buttons : [ "close" ], afterLoad: function( instance, current ) { addDialogTitle(instance, 'Citation'); }, iframe : { preload: false, css : { width : '80%', 'max-width' : '400px', 'max-height' : '500px', 'padding-bottom' : '48px' }, attr: { scrolling: "auto" } } }); /* apply the fancy box to the 3d image links */ $("a.link-image-3d").fancybox({ type : 'iframe', topRatio : 0.2, minHeight : 300, minWidth: 300, maxWidth: 800, maxHeight: 800, fitToView: true, autoSize: true, closeClick: false, openEffect: 'elastic', closeEffect: 'none', parent: "form:first", baseClass : "lib-dialog lib-dialog--3d" }); /* fancybox dialog with no defined size */ $(".fancybox-dialog-autosize-iframe").fancybox({ type : 'iframe', topRatio : 0.2, fitToView: true, autoSize: true, minWidth : 300, minHeight : 500, closeClick : false, openEffect : 'elastic', closeEffect : 'elastic', helpers : { title: { type: 'inside', position: 'top' } }, parent: "form:first" }); /* fancybox dialog with no defined size */ $(".fancybox-dialog-autosize-closeclick").fancybox({ topRatio : 0.2, fitToView: true, autoSize: true, minWidth : 300, minHeight : 300, maxWidth : 600, closeClick: true, openEffect: 'elastic', closeEffect: 'elastic', helpers : { title: { type: 'inside', position: 'top' } }, parent: "form:first" }); /* fancybox dialog with no defined size */ $(".fancybox-dialog-resultmessage").fancybox({ topRatio : 0.2, fitToView: true, autoSize: true, minWidth : 300, minHeight : 300, closeClick: true, openEffect: 'elastic', closeEffect: 'elastic', helpers : { title: { type: 'inside', position: 'top' } }, parent: "form:first" }); function init() { upgradeDomElements(); } window.addEventListener('load', function() { init(); }); return { upgradeDomElements: upgradeDomElements, initialiseIframe: initialiseIframe };})();

Risky business – DWP fraud reviews (2024)
Top Articles
Latest Posts
Article information

Author: Dan Stracke

Last Updated:

Views: 6303

Rating: 4.2 / 5 (43 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Dan Stracke

Birthday: 1992-08-25

Address: 2253 Brown Springs, East Alla, OH 38634-0309

Phone: +398735162064

Job: Investor Government Associate

Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.