This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:status=>"ok", :hitcount=>"33", :infomsg=>"ReportGenerated", :currency=>"TZS", :general_information=>{:subject_id_number=>"19931008141220000124", :request_date=>Thu, 10 Oct 2024 21:00:00 +0000, :reference_number=>"75564508-11219230", :recommended_decision=>"Approve", :broken_rules=>"0"}, :personal_information=>{:full_name=>"REZA LUTEGO", :date_of_birth=>Wed, 05 Jun 1985 21:00:00 +0000, :age=>"39", :gender=>"NotSpecified", :marital_status=>"NotSpecified", :employment_status=>"NotSpecified"}, :scoring_analysis=>{:cip_score=>"999", :cip_risk_grade=>"XX", :mobile_score=>"999", :mobile_score_risk_grade=>"XX", :conclusion=>nil, :policy_rules=>{:rule=>[{:result=>"NotEvaluated", :description=>"Rule is disabled. ", :@id=>"SCR1"}, {:result=>"NotEvaluated", :description=>"Rule is disabled. ", :@id=>"SCR2"}, {:result=>"NotEvaluated", :description=>"Rule is disabled. ", :@id=>"SCR3"}, {:result=>"NotEvaluated", :description=>"Rule is disabled. ", :@id=>"SCR4"}, {:result=>"NotEvaluated", :description=>"Rule is disabled. " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.background { | |
background-color:#000000; | |
background-repeat: repeat-y; /* for vertical repeat */ | |
background-repeat: repeat-x; /* for horizontal repeat */ | |
height: 350px; | |
/* margin-top: 50px; */ | |
padding: 2em 2em 2em 2em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body a { | |
transition: 0.5s all; | |
-webkit-transition: 0.5s all; | |
-o-transition: 0.5s all; | |
-moz-transition: 0.5s all; | |
-ms-transition: 0.5s all; | |
} | |
p { | |
font-family: 'Roboto Condensed', sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Skin for jPlayer Plugin (jQuery JavaScript Library) | |
* http://www.jplayer.org | |
* | |
* Skin Name: Pink Flag | |
* | |
* Copyright (c) 2012 Happyworm Ltd | |
* Dual licensed under the MIT and GPL licenses. | |
* - http://www.opensource.org/licenses/mit-license.php | |
* - http://www.gnu.org/copyleft/gpl.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// PLUGIN: Subtitle | |
(function ( Popcorn ) { | |
var i = 0, | |
createDefaultContainer = function( context, id ) { | |
var ctxContainer = context.container = document.createElement( "div" ), | |
style = ctxContainer.style, | |
media = context.media; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function( Popcorn ) { | |
// combines calls of two function calls into one | |
var combineFn = function( first, second ) { | |
first = first || Popcorn.nop; | |
second = second || Popcorn.nop; | |
return function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(global, document) { | |
// Popcorn.js does not support archaic browsers | |
if ( !document.addEventListener ) { | |
global.Popcorn = { | |
isSupported: false | |
}; | |
var methods = ( "byId forEach extend effects error guid sizeOf isArray nop position disable enable destroy" + | |
"addTrackEvent removeTrackEvent getTrackEvents getTrackEvent getLastTrackEventId " + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* jPlayer Player Plugin for Popcorn JavaScript Library | |
* http://www.jplayer.org | |
* | |
* Copyright (c) 2013 Happyworm Ltd | |
* Licensed under the MIT license. | |
* http://opensource.org/licenses/MIT | |
* | |
* Author: Mark J Panaghiston | |
* Version: 1.1.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* jQuery JavaScript Library v1.9.1 | |
* http://jquery.com/ | |
* | |
* Includes Sizzle.js | |
* http://sizzlejs.com/ | |
* | |
* Copyright 2005, 2012 jQuery Foundation, Inc. and other contributors | |
* Released under the MIT license | |
* http://jquery.org/license |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* jQuery ClassyLoader | |
* www.class.pm | |
* | |
* Written by Marius Stanciu - Sergiu <[email protected]> | |
* Licensed under the MIT license www.class.pm/LICENSE-MIT | |
* Version 1.1.0 | |
* | |
*/(function(d){d.fn.ClassyLoader=function(a){a=d.extend({},{ | |
width:200, |
NewerOlder