JFIF !.%+&8&+/1555$;@;4?.451 4+$+44444444444444444444444444444544444444444444444444";!1AQaq"2BR#br"!1A"QR ?V!4,#J.rrvO( (랣AzRW+bZ9T+4(7r fa2 nָƮlk*42˥^ YWphMG% AȀh0Vl)*JW'-{G9aw#e?QGY՛oe9xigU/1 {oqcmj00W Σ*"!ծ&RqWTea2ʕ Tkj1axl V5yC_%AQCزaZЮ唛кpR4]`ĆuK?wwz}VR03]BK ߷_USannA5d~(Y5 H ]}JqSWg4ӏG7;)@X &P*Vhܪvpu$$)rH^Vau̽s \˦,h #w>.G,Lahg" O(*QHٞ{TaaC% (7rHpO~!RYX c{0jy*\<ktNbNE}zO2<;5ҧHE RiQmcma. `!|iguhLeqmώEl5rX|fCgcCR[F\ĺ`Rbzq 9]ԟPͤuX˞cYڜLpb`62lLY+YXvh۪Rg[eØ%'<Ǡ;yǻG.%*t&t\av鰒? u]8 L]\cؔ 5FilX<@x]|r3qjSژpV;0x;1LZ:)IزC֦Le|yXиZ鼯<yErB@ /\sKuտxVI Ce)*XEg)T: { pւOe-m,I{@ 8aUݫ0I?o .7tjMz+ e.kz8`1̑E&  WX7[aQd{1߬rzqՆl@#p{}UMk#p'GLɷ*q*Yv+U1c>)D;°5aq1HO[m;wBBJu/u]@obӗm={0C G ĕ{Ejӥ&u\!iNZjkp3ufO}x3XicFAw } 6S(ڴʌcum'~f q͏YYbC6,G*{PdH +NϨH=#||.ӔaxAmP}UY C%xּ\S_b:7*u+Ƣsr7PH;tRJnPo>A3aD\/0Iq}sk#V;L6 }VRpxUPcا(-#݄06uGR[{_>Jc K=ß_s~ m:͝`6J^)t㾑3r|lSLLpz} 4qU08=dÚ>m;]ZټOq.fߜաO&#xJ`,K)FSxs'WkQsj/a]H#~Y#˜u8"a_hu+-ҩMEvđ%hɦ!m#;1nvmwji''|#.]v4ו0JYLr*EDyyvW[*\leOU]^g+gT#HOxO[J{@hhSYru|P 0O gHKA5g>2UC齢Jc\ۍ*9Dsn;uEv$(ڱT扔VRs3D1 :z#:Wa:%dǟ'`$e=*DoY7 dL#X/Bxh |Mo \jib0HLmT{k< 3- IIx Huk#bt`]b1c傆j=Lmn?'*5ķTl&I ,8Q^=Lj`U *{&ƽ]4@),ɞcj`lCX ?Ui0<,GE4}Zfjih[gO DKY=P }|;e%El7'aljB@>' $}ǀD6==|+e-" 3}'twPCLDCRXӽecXЅ1%@ϒV/|HXm뿚.xL 8ihdʵѣSdu-Q-Y*LMMa=Vp졣PHJnLJ(JaAS}( ;c%ܭ% <˕QQBvAի)j1+HB wErP)UW} L 9p)ʍFB.^@laqd;vL@tr\qFˣ{Bc50B;#Lk(cDYw[ FA=H E Z' Q\"U9SBm A($۷i^n #XbdDer>)ͨHڽ| #gPqe6&p[gk|V3 NJ&FDu0C ^8jcDq ->Msh;*W0.+RzZyQtH^[=L^W6MT``TN+U$^W> S87JÎ't#:TKbEDu2]Xl3bo@k|mLP.\|ԫ#PxMH1"G&JLE^ * Y%1Fąf+t&UfJ+R#u/`(QJb0B ,mc Q}Q!0% %etW abdullahpasa1noluasm.com - UnknownSec

name : standard.ie.js
/**
 * Template JS for Internet Explorer 8 and lower - mainly workaround for missing selectors
 */

(function($)
{
	// Standard template setup for IE
	$.fn.addTemplateSetup(function()
	{
		// Clean existing classes
		this.find('.first-child').removeClass('first-child');
		this.find('.last-child').removeClass('last-child');
		this.find('.last-of-type').removeClass('last-of-type');
		this.find('.even').removeClass('even');
		this.find('.odd').removeClass('odd');
		
		// Missing selectors
		this.find(':first-child').addClass('first-child');
		this.find(':last-child').addClass('last-child');
		
		// Specific classes
		this.find('.head').each(function () { $(this).children('div:last').addClass('last-of-type'); });
		this.find('tbody tr:even, .task-dialog > li:even, .planning > li.planning-header > ul > li:even').addClass('even');
		this.find('tbody tr:odd, .planning > li:odd').addClass('odd');
		this.find('.form fieldset:has(legend)').addClass('fieldset-with-legend').filter(':first-child').addClass('fieldset-with-legend-first-child');
		
		// Disabled buttons
		this.find('button:disabled').addClass('disabled');
		
		// IE 7
		if ($.browser.version < 8)
		{
			// Clean existing classes
			this.find('.after-h1').removeClass('after-h1');
			
			this.find('.block-content h1:first-child, .block-content .h1:first-child').next().addClass('after-h1');
			this.find('.calendar .add-event').prepend('<span class="before"></span>');
		}
		
		// Input switches
		this.find('input[type=radio].switch:checked + .switch-replace, input[type=checkbox].switch:checked + .switch-replace').addClass('switch-replace-checked');
		this.find('input[type=radio].switch:disabled + .switch-replace, input[type=checkbox].switch:disabled + .switch-replace').addClass('switch-replace-disabled');
		this.find('input[type=radio].mini-switch:checked + .mini-switch-replace, input[type=checkbox].mini-switch:checked + .mini-switch-replace').addClass('mini-switch-replace-checked');
		this.find('input[type=radio].mini-switch:disabled + .mini-switch-replace, input[type=checkbox].mini-switch:disabled + .mini-switch-replace').addClass('mini-switch-replace-disabled');
	});
	
	// Document initial setup
	$(document).ready(function()
	{
		// Input switches
		$('input[type=radio].switch, input[type=checkbox].switch').click(function() {
			
			if (!this.checked)
			{
				$(this).next('.switch-replace').addClass('switch-replace-checked');
			}
			else
			{
				$(this).next('.switch-replace').removeClass('switch-replace-checked');
			}
		});
		$('input[type=radio].mini-switch, input[type=checkbox].mini-switch').click(function() {
			
			if (!this.checked)
			{
				$(this).next('.mini-switch-replace').addClass('mini-switch-replace-checked');
			}
			else
			{
				$(this).next('.mini-switch-replace').removeClass('mini-switch-replace-checked');
			}
		});
		
	});

})(jQuery);

© 2024 UnknownSec