RbiSearchHeader

Press escape key to go back

पिछली खोज

टेम्पलेट के प्रोसेसिंग के समय त्रुटि हुई है.
Failed to "?eval" string with this error:

---begin-message---
Syntax error in ?eval-ed string in line 1, column 24696:
Found string literal: "true". Expecting: boolean (true/false)
---end-message---

The failing expression:
==> completeJson?eval  [in template "20099#20125#25189026" at line 18, column 56]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #list completeJson?eval as jsonKey, j...  [in template "20099#20125#25189026" at line 18, column 49]
----
1<#assign completeJson = content.getData()?remove_beginning("<p>")?remove_ending("</p>") , 
2				 isVariableString = completeJson?is_string 
3/> 
4 
5 
6<#assign theme_display = themeDisplay /> 
7<#assign images_folder = theme_display.getPathThemeImages() /> 
8<#assign tabindexNum ="" /> 
9 
10<!-- <div class="desktop-primary-navigation-wrapper full-width">--> 
11	<nav class="container pl-0 pr-0" tabindex="0"   aria-label="Primary Navigation Use tab keys to access menu items and Press enter key to activate."> 
12    <div class="rbi-header-wrap full-width"> 
13        <div class="container-fluid rbi-header"> 
14            <div data-title="Primary Navigation" id="primary-navigation" data-intro="Smart navigation with clear segregations" class="rbi-primary-navigation"> 
15                <ul class="nav navbar-site" role="menu"> 
16                    <!--Menu Level 1 start--> 
17                    <#if (content.getData())??> 
18						<#list completeJson?eval as jsonKey, jsonValue> 
19						<#list jsonValue as singleJsonValue> 
20						<li class="nav top-level-menu ${singleJsonValue.ListInfo}"  role="menu" aria-label="${singleJsonValue.FirstLevelText} menu item" > 
21                         
22                            
23										<#if singleJsonValue.IsSecondLevelExists=="true"> 
24                                            <#assign topLevelMenuRole="role='menuitem'"> 
25																						<#assign collapseText="Collapse"> 
26                                                <#else> 
27                                                <#assign topLevelMenuRole="role='menuitem'"> 
28																								<#assign collapseText=" "> 
29                                        </#if> 
30													  
31													  
32 
33                                                     
34						<#if singleJsonValue.FirstLevelText??> 
35						 
36						<span role="menu" class="page-level-one-text"> 
37						 	<a class="nav-link page-level-1" aria-label="${singleJsonValue.FirstLevelText} ${collapseText} menu item"  ${topLevelMenuRole} href="${singleJsonValue.FirstLevelLink}"  tabindex="0" > 
38								<span class="text-truncate">${singleJsonValue.FirstLevelText}</span> 
39							</a> 
40					</span> 
41						</#if>      
42            <#if singleJsonValue.IsSecondLevelExists=="true"> 
43                    <div class="top-mega-menu-wrap" role="menu"   tabindex="0" aria-label="${singleJsonValue.FirstLevelText} Sub Menu Open"> 
44                        <div class="repateable-img d-none"></div> 
45                            <div class="mega-menu-first-block equalColumns"> 
46                                <div class="mega-menu-first-block-row"> 
47                                    <h2>${singleJsonValue.FirstLevelText}</h2> 
48									<#if singleJsonValue.FirstLevelDescription?? && singleJsonValue.FirstLevelDescription!=""> 
49                                    <p tabindex="0" class="desc">${singleJsonValue.FirstLevelDescription}</p> 
50									</#if> 
51																		 
52                                       
53                                </div> 
54                            </div> 
55                        <div class="mega-menu-second-blocks equalColumns"> 
56												<span class="top-level-page-name">${singleJsonValue.FirstLevelText}</span> 
57                                                <!--Menu Level 2 start--> 
58                                                <#if singleJsonValue.IsSecondLevelExists == "true" > 
59                                                <ul class="second-level-menu test"> 
60                                <#list singleJsonValue.SecondLevelData as secondLevelData> 
61                                
62                                 
63                                <li class="second-level-page test" role="menuitem"> 
64                                    <!--${secondLevelData.SecondLevelLink}--> 
65                                         
66                                        <a class="second-level-menu-URL" target="_self"  
67                                        href="${secondLevelData.SecondLevelLink}" tabindex="0"> 
68                                            ${secondLevelData.SecondLevelText} 
69 
70                                        </a> 
71                                        <!--${secondLevelData.SecondLevelLink}--> 
72                                        <#if secondLevelData.IsThirdLevelExists == "true" > 
73                                        <div class="primary-nav-arrow-wrapper">  
74                                             
75                                           <span  class="primary-nav-arrow" role="menu" tabindex="0" title="Open Submenu for ${secondLevelData.SecondLevelText}">  
76                                             
77                                            <img src="${images_folder}/rbi-main/nav-arrow.svg" alt="${secondLevelData.SecondLevelText}"> 
78                                         
79                                            </span> 
80                                         
81										</div> 
82                                        </#if> 
83                                     
84											 
85                                         
86                                            <!--Menu Level 3 start--> 
87                                            <div class="mega-menu-third-blocks equalColumns"> 
88                                                <span class="third-level-page-name">${secondLevelData.SecondLevelText}</span> 
89            <#if secondLevelData.IsThirdLevelExists == "true" > 
90                                                            <ul class="third-level-menu"> 
91 
92            <#list secondLevelData.ThirdLevelData as thirdLevelData> 
93             
94            <#if thirdLevelData.IsFourthLevelExists == "true" > 
95                <#assign third_lavel_aria ="open sub menu for ${thirdLevelData.ThirdLevelText}" /> 
96                <#assign rolemenu = "role=menu" /> 
97                <#else> 
98              <#assign third_lavel_aria ="${thirdLevelData.ThirdLevelText}" /> 
99              <#assign rolemenu = "" /> 
100 
101            </#if> 
102 
103                <li class="third-level-page"> 
104								<span class="hide-text"></span> 
105								 <#if thirdLevelData.OpenNewTab?? > 
106								<a href="${thirdLevelData.ThirdLevelLink}" ${rolemenu}  aria-label="${third_lavel_aria}"  target="_blank">${thirdLevelData.ThirdLevelText}</a> 
107								 <#else> 
108								 <a href="${thirdLevelData.ThirdLevelLink}" ${rolemenu}  aria-label="${third_lavel_aria}"  target="_self">${thirdLevelData.ThirdLevelText}</a> 
109								 </#if> 
110										 
111										 
112                        <!--Menu Level 4 start--> 
113                     
114                                                                                        <#if thirdLevelData.IsFourthLevelExists == "true" > 
115         <ul class="fourth-level-menu"> 
116 
117                                                                                            <#list thirdLevelData.FourthLevelData as fourthLevelData> 
118                                                                                                <li class="fourth-level-page"  role="menuitem" >  
119                                                                                                    <a href="${fourthLevelData.FourthLevelLink}" target="_self">${fourthLevelData.FourthLevelText}</a> 
120                                                                                                </li> 
121                                                                                            </#list> 
122                                                                                                                                                                                                                            </ul> 
123                                                                                        </#if> 
124 
125 
126                </li> 
127               
128</#list> 
129</#if> 
130 
131            <!--json area--> 
132             
133                                                                <#if secondLevelData.IsThirdLevelExists == "true" > 
134                                                                    <#if secondLevelData.CommonSecondLevelData?? && secondLevelData.CommonSecondLevelData.Main.ImageLink != ""> 
135                                                                    <div class="pn-dynamic-data-wrapper"> 
136                                                                        <!--josn image--> 
137                                                                        <#if secondLevelData.CommonSecondLevelData.Main.ImageLink != ""> 
138                                                                        <div class="pn-dynamic-data--img d-none"> 
139                                                                            <img src="${secondLevelData.CommonSecondLevelData.Main.ImageLink}" alt="RBI" title="RBI" tabindex="0"> 
140                                                                        </div> 
141                                                                        </#if> 
142                                                                        <!--josn image--> 
143 
144                                                                        <!--json dynamic content--> 
145                                                                        <div class="pn-content-dynamic-wrapper"> 
146                                                                          
147                                                                         <!--change as per recomendation-->  
148                                                                         <ul>  																       <h2>${languageUtil.get(locale, "quick-links")}</h2> 
149                                                                        <#if secondLevelData.CommonSecondLevelData.Others??> 
150                                                                            <#list secondLevelData.CommonSecondLevelData.Others as others> 
151                                                                            <#if others.Title != "" > 
152                                                                            <li class="pn-content-contents-row"> 
153                                                                                <div class="pn-content-contents-row--inner"> 
154                                                                                    <div class="pn-dynamic-content-title"> 
155                                                                                        <a href="${others.Link}" class="content-title--link"> 
156                                                                                            ${others.Title} 
157                                                                                        </a> 
158                                                                                    </div> 
159                                                                                    <#if others.Description != "" >  
160                                                                                    <div class="pn-dynamic-content-desc"> 
161                                                                                        ${others.Description} 
162                                                                                    </div> 
163                                                                                    </#if> 
164                                                                                </div> 
165                                                                            </li> 
166                                                                            </#if> 
167                                                                            </#list> 
168                                                                        </#if> 
169                                                                         </ul>  
170                                                                        </div> 
171                                                                        <!--json dynamic content--> 
172                                                                    </div> 
173                                                                    </#if> 
174                                                                        </ul> 
175                                                                </#if> 
176                                                                 
177            <!--json area--> 
178 
179     
180 
181    </div> 
182 
183</li> 
184 
185</#list> 
186</ul> 
187</#if> 
188<!--Menu Level 2 start-->      
189</div> 
190</div> 
191</#if> 
192 
193<!--top-mega-menu-wrap ends--> 
194 
195</li> 
196<!--Menu Level 1 ends--> 
197</#list> 
198</#list> 
199</#if>  
200 
201</ul> 
202</div> 
203</div> 
204</div> 
205</nav> 
206<!--</div>--> 
207 
208 
209<script> 
210    var clickedTab = false; 
211 
212    function tabPressEqualCol() { 
213       // console.log('tabPressEqualCol function called'); 
214        if ($(window).width() < 1024) { 
215                return false; 
216
217 
218            $('.top-level-menu').each(function() { 
219                var getSecondLevelTabMenuLength = $(this).children(".top-mega-menu-wrap").find($(".second-level-menu li")).length; 
220                //$(this).attr("aria-expanded", "false"); 
221								//console.log('working'); 
222								if (getSecondLevelTabMenuLength > 0) { 
223									//console.log("working"); 
224                     var isLevelOneisHidden = $(this).children(".top-mega-menu-wrap").is(":hidden"); 
225										 console.log("isLevelOneisHidden --- " + !isLevelOneisHidden); 
226										 //for #35295  
227										   if (!isLevelOneisHidden) { 
228											 		$(this).attr("aria-expanded", "true"); 
229
230											 //end  
231											  
232                    	   //if (isLevelOneisHidden) { 
233                    	     // $(this).children(".top-mega-menu-wrap").show(); 
234                   	 			//const elms = document.querySelector('.top-level-menu'); 
235                    		  //const getLeftPos = elms.getBoundingClientRect(); 
236                    			//const shiftLeftPos = getLeftPos.left; 
237                   			//} 
238 
239                    var maxHeight = 0; 
240                    var sameBlocks = ($(this).children(".top-mega-menu-wrap")).children( 
241                    '.equalColumns'); 
242                    var thirdLevelBlockMenu = $(this).find('.mega-menu-third-blocks .third-level-menu'); 
243 
244                    sameBlocks.each(function (ev) { 
245                        $(this).css('height', 'fit-content'); 
246                        if ($(this).height() > maxHeight) { 
247                            maxHeight = $(this).height(); 
248
249						 
250                    }); 
251 
252                    sameBlocks.each(function (ev) { 
253                        if (maxHeight > 400) { 
254                            $(this).css('height', Math.round(maxHeight).toString() + 'px'); 
255                            $(thirdLevelBlockMenu).css('height', Math.round(maxHeight).toString() + 'px'); 
256                        } else { 
257                            $(this).css('height', '400px'); 
258                            $(thirdLevelBlockMenu).css('height', '400px'); 
259
260                    }); 
261
262            }); 
263             
264 
265 
266 
267 
268
269 
270    //tab key invoke// 
271$(document).on('keyup', '.primary-nav-arrow', function (e) { 
272    if ((e.keyCode === 9) || (e.keyCode === 13))  { 
273        console.log('tab press'); 
274        tabPressEqualCol(); 
275
276}); 
277 
278	 
279    $(document).ready(function () { 
280 
281        tabPressEqualCol(); 
282				 
283				 //#35311 adding aria-expand on load  
284        document.querySelectorAll('.top-level-menu').forEach(function(liEach) { 
285				liEach.setAttribute('aria-expanded', 'false'); 
286				//liEach.setAttribute('aria-controls', 'menu');				 
287			}); 
288          
289			 
290			//third level content title character length 
291			$(".pn-dynamic-content-title a.content-title--link").each(function() { 
292				var getFeedbackText=$(this).text().trim(); 
293				if (getFeedbackText.length > 43) { 
294					 var setFeedbackText = getFeedbackText.substring(0, 43); 
295					$(this).text(setFeedbackText); 
296
297				//console.log("getFeedbacktext --- " + getFeedbackText); 
298			}); 
299 
300			//third level content Desc character length 
301			$(".pn-dynamic-content-desc").each(function() { 
302				var getFeedbackText=$(this).text().trim(); 
303				if (getFeedbackText.length > 43) { 
304					 var setFeedbackText = getFeedbackText.substring(0, 43); 
305					$(this).text(setFeedbackText); 
306
307				//console.log("getFeedbacktext --- " + getFeedbackText); 
308			}); 
309			 
310        // Check if 3rd level nav items exist 
311        if($(".second-level-page").length){ 
312            $(".second-level-page").each(function() { 
313                let thirdLevelNavItems = $(this).find('.third-level-page'); 
314                if(thirdLevelNavItems.length){ 
315                    $(this).addClass('has-level-3'); 
316
317            }); 
318        }   
319 
320        // Check if 4th level nav items exist 
321        if($(".third-level-page").length){ 
322            $(".third-level-page").each(function() { 
323                let fourthLevelNavItems = $(this).find('.fourth-level-page'); 
324                if(fourthLevelNavItems.length){ 
325                    $(this).addClass('is-level-4-accordion'); 
326                    $(this).parents('.mega-menu-third-blocks').addClass('is-level-4-accordion-parent'); 
327
328            }); 
329        }         
330 
331        // Close Nav 1st level anchor text 
332        $(".top-level-page-name").on('click', function () { 
333            $(this).closest(".top-mega-menu-wrap").hide(); 
334        }); 
335 
336        // Close Nav 2nd level anchor text 
337        $(".third-level-page-name").on('click', function () { 
338            $(this).parent(".mega-menu-third-blocks").removeClass('level-3-open'); 
339            $(this).siblings($(".third-level-menu")).hide(); 
340        }); 
341 
342        // Nav 1st level anchor link with lchange for accessibilty fix line 300, 306 and 309 
343        $('.top-level-menu> span a').on('click', function (e) { 
344            if ($(this).hasClass('disableURL')) { 
345                e.preventDefault(); 
346
347 
348            if ($(window).width() < 1024) { 
349                var getSecondLevelMenuLength = $(this).parent().siblings(".top-mega-menu-wrap").find($( 
350                    ".second-level-menu li")).length; 
351                if (getSecondLevelMenuLength > 0) { 
352                    var menuOpen = $(this).parent().siblings(".top-mega-menu-wrap").is(":hidden"); 
353                    if (menuOpen) { 
354                        $(this).parent().siblings(".top-mega-menu-wrap").show(); 
355
356
357
358        }); 
359 
360        // Nav 1st level anchor link 
361		$('.second-level-page a').on('click', function (e) { 
362            if ($(this).hasClass('disableURL')) { 
363                e.preventDefault(); 
364
365            if ($(window).width() < 1024) { 
366                var getThirdLevelMenuLength = $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu li")).length; 
367                if (getThirdLevelMenuLength > 0) { 
368                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").addClass('level-3-open'); 
369                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu")).show(); 
370					//console.log("clicked...."); 
371
372
373        }); 
374		 
375		 
376 
377		$('.second-level-page .primary-nav-arrow').on('click', function (e) { 
378            if ($(this).hasClass('disableURL')) { 
379                e.preventDefault(); 
380
381            if ($(window).width() < 1024) { 
382                var getThirdLevelMenuLength = $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu li")).length; 
383                if (getThirdLevelMenuLength > 0) { 
384                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").addClass('level-3-open'); 
385                    $(this).closest('.second-level-page').children(".mega-menu-third-blocks").find($(".third-level-menu")).show(); 
386					//console.log("clicked...."); 
387
388
389        }); 
390 
391        // Nav 1st level mouseenter event 
392        $('.top-level-menu').mouseenter(function (e) { 
393            if ($(window).width() < 1024) { 
394                return false; 
395
396             
397            var getSecondLevelMenuLength = $(this).children(".top-mega-menu-wrap").find($( 
398                ".second-level-menu li")).length; 
399                 
400              //added  
401              if (getSecondLevelMenuLength === 0) { 
402                    $(this).closest('.top-level-menu').find('.page-level-1').addClass("withoutDropdown"); 
403					//$(this).closest('.top-level-menu').find('.top-mega-menu-wrap').remove(); 
404                }    
405            if (getSecondLevelMenuLength > 0) { 
406                var isLevelOneisHidden = $(this).children(".top-mega-menu-wrap").is(":hidden"); 
407                if (isLevelOneisHidden) { 
408                    $(this).children(".top-mega-menu-wrap").show(); 
409                    const elms = document.querySelector('.top-level-menu'); 
410                    const getLeftPos = elms.getBoundingClientRect(); 
411                    const shiftLeftPos = getLeftPos.left; 
412										//#35311 
413                    $(this).attr("aria-expanded", "true"); 
414 
415                    //$(this).children(".top-mega-menu-wrap").css("left", "-" + shiftLeftPos + "px"); 
416 
417                    // added for equal column //  
418                    var maxHeight = 0; 
419                    var sameBlocks = ($(this).children(".top-mega-menu-wrap")).children( 
420                    '.equalColumns'); 
421                    var thirdLevelBlockMenu = $(this).find('.mega-menu-third-blocks .third-level-menu'); 
422 
423                    sameBlocks.each(function (ev) { 
424                        $(this).css('height', 'fit-content'); 
425                        if ($(this).height() > maxHeight) { 
426                            maxHeight = $(this).height(); 
427
428						 
429                    }); 
430 
431                    sameBlocks.each(function (ev) { 
432                        if (maxHeight > 400) { 
433                            $(this).css('height', Math.round(maxHeight).toString() + 'px'); 
434                            $(thirdLevelBlockMenu).css('height', Math.round(maxHeight).toString() + 'px'); 
435                        } else { 
436                            $(this).css('height', '400px'); 
437                            $(thirdLevelBlockMenu).css('height', '400px'); 
438
439						 
440				}); 
441
442
443             
444        }); 
445 
446        // Nav 1st level mouseleave event 
447        $('.top-level-menu').mouseleave(function (e) { 
448            if ($(window).width() < 1024) { 
449                return false; 
450
451						 //#35311 
452            $(this).attr("aria-expanded", "false"); 
453            $(this).children(".top-mega-menu-wrap").hide(); 
454            $(".third-level-menu").hide(); 
455        }); 
456 
457        // Nav 2nd level mouseenter event 
458        $(".second-level-page").mouseenter(function () { 
459            if ($(window).width() < 1024) { 
460                return false; 
461
462            var thirdLevelMenu = $(this).find(".third-level-menu"); 
463            var thirdLevelMenuItems = $(this).find(".third-level-menu li"); 
464 
465            if (thirdLevelMenuItems.length > 0) { 
466                thirdLevelMenu.show(); 
467            }             
468        }); 
469 
470        // Nav 2nd level mouseleave event 
471        $(".second-level-page").mouseleave(function () { 
472            if ($(window).width() < 1024) { 
473                return false; 
474
475            var thirdLevelMenu = $(this).find(".third-level-menu"); 
476            thirdLevelMenu.hide(); 
477        }); 
478 
479        // retriving top level url  
480        $(document).on('keydown', '.top-level-menu', function (e) { 
481            $('.nav.navbar-site').first().children('li').each(function () { 
482               // $(this).find('a').attr('tabindex', '0'); 
483               // $(this).find('a').addClass('First-level-menu'); 
484            }); 
485           
486            $(this).each(function () { 
487                if ( $(this).children('.page-level-1').hasClass('disableURL') ) { 
488                    if (e.which == 13) { 
489                        if ($(this).find('.top-mega-menu-wrap').is(":hidden")) { 
490                            $(".top-mega-menu-wrap").hide(); 
491                            $(this).find(".top-mega-menu-wrap").show(); 
492                            clickedTab = true; 
493                            e.preventDefault(); 
494                        } else { 
495                            $(this).find(".top-mega-menu-wrap").hide(); 
496
497
498
499                 
500            }); 
501        }); 
502 
503        $(".rbi-primary-navigation a").each(function () { 
504            var getPageLevelURL = $(this).attr("href"); 
505            if (((getPageLevelURL.indexOf("javascript") > -1)) || ((getPageLevelURL.indexOf( 
506                    "Javascript") > -1))) { 
507                $(this).addClass("disableURL");							 
508								 
509
510						 
511						 
512            // added for collaborative events menu should not open  
513            if ((getPageLevelURL.indexOf("href") > -1))  { 
514                $(this).addClass("menu-not-open-collaborative"); 
515
516 
517             
518        }); 
519          
520        /*blocked temprary need to know why shift key is desier*/ 
521        // $('.mega-menu-second-blocks .second-level-menu>li:last-child>a').on('keydown', function (e) { 
522        //     if( !e.shiftKey && e.keyCode ){ 
523        //         $('.top-mega-menu-wrap').css('display', 'none');   
524        //     }                        
525        // }); 
526 
527        var navMousedown = false; 
528        $('.mega-menu-third-blocks .third-level-menu>li:last-child>a').on('mousedown', function () { 
529            navMousedown = true; 
530        }); 
531 
532        $('.mega-menu-third-blocks .third-level-menu>li:last-child>a').on('focusout', function (event) { 
533            $(this).keydown(function (e) { 
534                if(!navMousedown) { 
535                    if( !e.shiftKey && e.keyCode ){ 
536                        if( !$(this).parent('.is-level-4-accordion').hasClass('active') ){ 
537                            $(".third-level-menu").css('display', 'none'); 
538                            $(this).parent('.second-level-page').focus();  
539                        }                         
540                    }                 
541
542                navMousedown = false;   
543            });                       
544        }); 
545 
546        $('.mega-menu-second-blocks .second-level-menu li.has-level-3').on('keydown', function (event) { 
547            // on click of enter  
548            if (event.which === 13) { 
549                $(this).trigger('click').find('.third-level-menu').css('display', 'block'); 
550                 
551
552        }); 
553 
554        $('.mega-menu-second-blocks .second-level-menu>li>a').on('focus', function (event) { 
555            $(".third-level-menu").css('display', 'none'); 
556        }); 
557 
558        $('.rbi-header .site-logo .custom-logo').on('focusout', function (event) { 
559            $('.rbi-primary-navigation>ul>li:nth-child(2)>a').attr('tabindex', '0'); 
560        }); 
561 
562        // On load get number of languages 
563        let rbiLanguages = []; 
564 
565        if ($(".multipleLanguae-wrapper #languageSelector option").length) { 
566            $(".multipleLanguae-wrapper #languageSelector option").each(function () { 
567                let currentItem = { 
568                    languageText: $(this).text(), 
569                    languageURL: $(this).attr('value') 
570                }; 
571                rbiLanguages.push(currentItem); 
572								 
573            }); 
574        }  
575		 
576 
577        // Add languages to mobile list items 
578        let langListItem = ''; 
579        let langListItemContainer = $(".pwa-primary-navigation-wrapper .nav>li:first-child").find( 
580            '.second-level-menu'); 
581        langListItemContainer.empty(); 
582				 
583				     if (rbiLanguages.length) { 
584            $.each(rbiLanguages, function (key, value) { 
585							 
586                if (value.languageURL == value.languageText) { 
587                    langListItem = 
588                        "<li class='second-level-page selected test' ><a href='javascript:void(0)' target='_self'>" + 
589                        value.languageText + "</a></li>"; 
590                } else { 
591                    langListItem = 
592                         "<li class='second-level-page test'><a href='" + 
593                        value.languageURL + "' target='_self'>" + value.languageText + "</a></li>"; 
594
595										 
596							   
597                langListItemContainer.append(langListItem); 
598            }); 
599
600         
601 
602    }); 
603window.addEventListener("load", () => { 
604    setTimeout(() => { 
605        if(window.location.href.includes('lost-in-transmission-financial-markets-and-monetary-policy-duplicate-0') 
606        ){ 
607                $(".multipleLanguae-wrapper .list ul li").each(function () { 
608                        $(this).removeClass('d-none') 
609                }); 
610
611    }, 2000); 
612 }); 
613 
614</script> 
615 
616 
617<script> 
618/*$(document).ready(function(){ 
619		setTimeout(function() {  
620        $('.rbi_home_hero_wrapper .owl-dots button').attr('aria-label', 'Slide Navigation'); 
621        $('.rbi_home_hero_wrapper .owl-dots button').attr('title', 'Slide Navigation'); 
622    }, 50); 
623});*/ 
624</script> 
थीम
थीम
टेक्स्ट का साइज़
टेक्स्ट का साइज़
ODC_S3

RbiAnnouncementWeb

RBI Announcements
RBI Announcements

असेट प्रकाशक

83755034

All States

Appendix IV : Capital Expenditure of State and Union Territories with Legislature (Contd.)

ALL STATES

(` Million)

Item

2010-11 (Accounts)

2011-12 (Budget Estimates)

2011-12 (Revised Estimates)

2012-13 (Budget Estimates)

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

1

2

3

4

5

6

7

8

9

10

11

12

13

TOTAL CAPITAL DISBURSEMENTS (I to XII)

1,574,139.1

38,376,118.5

39,950,257.5

2,101,323.5

24,566,191.9

26,667,515.5

2,024,820.4

29,940,984.1

31,965,804.5

2,458,921.9

29,216,168.1

31,675,070.0

TOTAL CAPITAL DISBURSEMENTS (Excluding Public Accounts)$

1,574,110.8

690,221.2

2,264,332.0

2,101,323.5

774,715.4

2,876,038.9

2,024,820.4

952,255.9

2,977,076.3

2,458,921.9

979,922.6

3,438,824.6

I. Total Capital Outlay (1 + 2)

1,456,568.2

62,747.7

1,519,315.9

1,947,466.8

80,073.5

2,027,540.4

1,870,289.1

82,553.1

1,952,842.3

2,279,464.6

92,585.7

2,372,050.4

1. Development (a + b)

1,406,647.7

45,897.2

1,452,544.9

1,840,743.3

58,461.3

1,899,204.6

1,771,052.3

57,358.7

1,828,411.0

2,127,899.3

73,260.7

2,201,160.0

(a) Social Services (1 to 9)

307,378.5

6,633.9

314,012.4

462,477.7

8,271.2

470,749.3

426,430.2

8,015.7

434,446.2

578,728.5

7,998.3

586,726.8

1. Education, Sports, Art and Culture

50,452.9

99.4

50,552.3

74,867.8

1,747.5

76,615.3

72,203.4

1,335.7

73,539.1

92,838.2

250.5

93,088.7

2. Medical and Public Health

42,256.1

112.6

42,368.7

62,645.1

237.7

62,882.8

63,715.7

315.3

64,031.0

75,138.6

305.5

75,447.1

3. Family Welfare

87.8

87.8

853.5

853.5

810.1

810.1

624.8

624.8

4. Water Supply and Sanitation

84,601.9

3,502.9

88,104.7

94,745.6

5,007.3

99,752.9

97,498.3

3,878.9

101,377.1

120,829.6

1,702.0

122,531.6

5. Housing

29,625.9

780.0

30,405.9

36,653.1

708.7

37,361.8

30,153.0

752.9

30,905.9

54,949.7

873.3

55,822.9

6. Urban Development

51,569.9

398.7

51,968.6

116,684.9

325.0

117,009.9

91,215.5

1,466.1

92,681.6

127,703.7

796.2

128,499.9

7. Welfare of Scheduled Castes, Scheduled Tribes and Other Backward Classes

28,411.4

182.0

28,593.4

42,807.2

43.1

42,850.3

40,773.5

50.0

40,823.5

54,933.2

332.5

55,265.7

8. Social Security and Welfare

10,311.5

1,395.7

11,707.2

17,997.8

154.3

18,152.0

16,551.9

158.1

16,710.1

23,290.8

209.1

23,500.0

9. Others *

10,061.1

162.6

10,223.7

15,223.0

47.4

15,270.4

13,508.9

58.7

13,567.6

28,419.8

3,529.3

31,949.1

(b) Economic Services (1 to 10)

1,099,269.2

39,263.3

1,138,532.5

1,378,265.5

50,190.1

1,428,455.7

1,344,622.1

49,342.9

1,393,965.0

1,549,170.8

65,262.4

1,614,433.2

1. Agriculture and Allied Activities (i to xi)

36,296.4

1,834.1

38,130.6

56,238.6

1,034.3

57,272.9

59,217.8

1,680.0

60,897.8

62,334.3

4,220.2

66,554.6

i) Crop Husbandry

5,366.5

-461.8

4,904.7

12,873.6

72.4

12,946.1

10,001.8

90.0

10,091.8

10,212.2

119.6

10,331.8

ii) Soil and Water Conservation

7,180.5

179.1

7,359.6

10,026.7

437.5

10,464.1

10,635.2

448.0

11,083.3

11,275.3

313.9

11,589.2

iii) Animal Husbandry

1,951.8

2.1

1,954.0

2,905.9

57.6

2,963.5

3,997.7

2.4

4,000.1

5,838.0

2.6

5,840.6

iv) Dairy Development

4.3

4.3

53.5

53.5

210.2

210.2

154.1

154.1

v) Fisheries

2,386.2

351.1

2,737.3

3,606.7

486.5

4,093.2

3,835.8

486.8

4,322.6

5,295.0

550.0

5,845.0

vi) Forestry and Wild Life

8,913.8

408.4

9,322.2

12,344.8

53.6

12,398.4

14,303.6

53.6

14,357.3

16,121.9

59.3

16,181.2

vii) Plantations

14.2

14.2

34.6

34.6

27.2

27.2

26.9

26.9

viii)Food Storage and Warehousing

1,002.0

33.7

1,035.7

1,991.5

-1,498.0

493.5

3,004.1

-862.1

2,142.0

2,773.6

3,224.9

5,998.5

ix) Agricultural Research and Education

3,020.2

3,020.2

3,081.5

3,081.5

2,876.7

2,876.7

1,696.7

1,696.7

x) Co-operation

5,607.6

1,321.5

6,929.1

7,092.4

1,424.7

8,517.2

9,041.9

1,442.7

10,484.6

6,863.1

-50.0

6,813.0

xi) Others @

849.3

849.3

2,227.4

2,227.4

1,283.5

18.6

1,302.1

2,077.6

2,077.6

2. Rural Development

91,529.6

906.9

92,436.5

120,433.7

917.7

121,351.4

109,266.1

2,624.8

111,891.0

126,632.0

2,737.6

129,369.5

3. Special Area Programmes

32,240.7

-5.4

32,235.3

43,783.2

43,783.2

49,912.1

49,897.1

55,586.6

55,586.6

of which: Hill Areas

4,353.6

4,315.5

2,693.6

2,693.6

2,930.5

2,930.5

2,972.9

2,972.9

4. Major and Medium Irrigation and Flood Control

415,981.5

16,509.1

432,490.6

554,641.6

28,992.6

583,634.2

478,989.9

26,668.1

505,656.0

611,976.8

18,805.8

630,782.6

5. Energy

148,467.7

10,651.0

159,118.7

156,033.0

6,706.5

162,739.5

196,452.8

6,707.0

203,159.8

179,850.4

1,282.8

181,133.2

6. Industry and Minerals (i to iv)

14,721.1

181.9

14,903.1

15,567.5

175.0

15,742.5

21,110.5

205.8

21,316.3

15,798.2

181.0

15,979.1

i) Village and Small Industries

3,291.1

-9.9

3,281.2

5,067.8

103.0

5,170.8

4,345.6

133.8

4,479.4

4,410.7

102.1

4,512.8

ii) Iron and Steel Industries

47.9

47.9

344.5

344.5

183.0

183.0

132.5

132.5

iii) Non-Ferrous Mining and Metallurgical Industries

-279.0

61.9

-217.1

360.5

70.0

430.5

634.0

70.0

704.0

322.0

70.0

392.0

iv) Others #

11,661.1

130.0

11,791.1

9,794.7

2.0

9,796.7

15,947.9

2.0

15,949.9

10,933.0

8.9

10,941.9

7. Transport (i + ii)

340,660.7

7,957.3

348,618.0

379,576.7

10,998.7

390,575.4

386,073.8

9,782.9

395,856.7

437,925.5

37,169.3

475,094.8

i) Roads and Bridges

325,483.2

5,454.5

330,937.7

361,891.4

9,050.9

370,942.3

369,573.8

8,823.7

378,397.5

416,897.4

23,508.3

440,405.6

ii) Others **

15,177.5

2,502.8

17,685.3

1,947.9

1,947.9

19,633.1

16,500.0

959.2

17,459.2

21,028.1

13,661.0

34,689.2

8. Communications

0.1

0.1

1,018.1

0.1

1,018.2

0.2

0.2


Appendix IV : Capital Expenditure of State and Union Territories with Legislature (Contd.)

ALL STATES

(` Million)

Item

2010-11 (Accounts)

2011-12 (Budget Estimates)

2011-12 (Revised Estimates)

2012-13 (Budget Estimates)

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

1

2

3

4

5

6

7

8

9

10

11

12

13

9. Science, Technology and Environment

356.5

356.5

519.8

519.8

888.6

888.6

1,503.1

1,503.1

10. General Economic Services (i + ii)

19,014.9

1,228.3

20,243.1

50,453.3

1,365.2

51,818.5

42,710.5

1,674.3

44,384.8

57,564.1

865.4

58,429.5

i) Tourism

7,844.5

26.4

7,870.9

12,333.1

12,333.1

12,540.4

277.4

12,817.8

14,951.1

14,951.1

ii) Others @@

11,170.4

1,201.8

12,372.3

38,120.2

1,365.2

39,485.4

30,170.1

1,396.9

31,567.1

42,613.0

865.4

43,478.4

2. Non-Development (General Services)

49,920.5

16,850.5

66,770.8

106,723.5

21,612.2

128,335.8

99,236.8

25,194.5

124,431.3

151,565.3

19,325.0

170,890.4

II. Discharge of Internal Debt (1 to 8)

814,622.6

814,622.6

606.1

1,068,579.1

1,069,185.2

1,535.8

948,658.5

950,194.3

1,285,577.0

1,285,557.0

1. Market Loans

160,586.5

160,586.5

606.1

218,737.3

219,343.4

606.2

218,211.7

218,817.8

303,751.7

303,751.7

2. Loans from LIC

11,144.2

11,144.2

9,077.9

9,077.9

6,609.2

6,609.2

6,759.2

6,759.2

3. Loans from SBI and other Banks

90,846.4

90,846.4

50,491.6

50,491.6

63,491.6

63,491.6

64,036.1

64,036.1

4. Loans from NABARD

44,727.5

44,727.5

55,164.3

55,164.3

55,315.1

55,315.1

69,114.8

69,114.8

5. Loans from National Co-operative Development Corporation

2,556.6

2,556.6

3,978.3

3,978.3

2,646.8

2,646.8

2,777.9

2,777.9

6. WMA from RBI

254,585.3

254,585.3

465,465.3

465,465.3

318,157.6

318,157.6

504,465.3

504,465.3

7. Special Securities issued to NSSF

149,627.7

149,627.7

177,457.6

177,457.6

180,187.3

180,187.3

212,300.8

212,300.8

8. Others

100,548.3

100,548.3

88,206.9

88,206.9

929.6

104,039.4

104,969.0

122,371.2

122,351.0

of which: Land Compensation Bonds

20,257.7

18,169.0

18,598.2

18,598.2

18,082.9

18,082.9

17,875.4

17,875.4

III.Repayment of Loans to the Centre (1 to 7)

87,664.5

87,664.5

83,348.3

83,348.3

84,444.0

84,444.0

88,176.6

88,176.6

1. State Plan Schemes

84,146.7

84,146.7

77,358.8

77,358.8

78,634.4

78,634.4

83,732.4

83,732.4

of which: Advance release of Plan Assistance for Natural Calamities

2. Central Plan Schemes

224.7

224.7

419.7

419.7

416.3

416.3

207.0

207.0

3. Centrally Sponsored Schemes

1,267.7

1,267.7

2,061.8

2,061.8

2,066.3

2,066.3

1,211.7

1,211.7

4. Non-Plan (i + ii)

1,965.8

1,965.8

1,885.0

1,885.0

2,090.7

2,090.7

1,852.8

1,852.8

i) Relief for Natural Calamities

ii) Others

1,965.8

1,965.8

1,885.0

1,885.0

2,090.7

2,090.7

1,852.8

1,852.8

5. Ways and Means Advances from Centre

100.0

100.0

100.0

100.0

100.0

100.0

6. Loans for Special Schemes

27.8

27.8

31.7

31.7

30.3

30.3

33.0

33.0

7. Others

31.8

31.8

1,491.3

1,491.3

1,105.9

1,105.9

1,039.7

1,039.7

IV.Loans and Advances by State Governments (1+2)

117,542.6

70,618.2

188,160.8

153,250.6

58,671.3

211,921.9

152,995.5

218,249.3

371,244.9

179,457.3

82,084.8

261,542.1

1.Development Purposes (a + b)

117,533.9

66,486.4

184,020.3

153,241.6

51,186.1

204,427.7

152,986.5

210,633.3

363,619.8

179,450.3

74,243.3

253,693.6

a) Social Services ( 1 to 7)

58,589.7

14,370.1

72,959.8

64,526.5

17,307.7

81,834.2

59,178.0

20,015.9

79,193.9

66,166.2

25,512.2

91,678.5

1.Education, Sports, Art and Culture

115.3

558.5

673.8

84.0

59.0

143.0

219.6

426.2

645.8

2,055.1

42.5

2,097.6

2. Medical and Public Health

1,212.7

1,212.7

956.5

956.5

1,006.5

1,006.5

516.5

660.0

1,176.5

3. Family Welfare

0.5

4.0

4.5

4. Water Supply and Sanitation

16,596.3

1,241.3

17,837.6

21,720.8

457.2

22,178.0

17,476.2

876.8

18,353.0

20,868.2

428.3

21,296.5

5. Housing

9,255.7

3,239.0

12,494.7

13,969.5

4,568.2

18,537.7

13,969.5

5,560.8

19,530.3

10,908.9

4,829.0

15,737.9

6.Government Servants (Housing)

107.4

6,755.7

6,857.2

134.6

8,943.0

9,077.6

108.3

9,790.8

9,899.0

130.7

11,109.4

11,240.1

7. Others

31,301.7

2,571.6

33,873.3

27,661.0

3,280.4

30,941.4

26,398.0

3,361.4

29,759.4

31,686.8

8,443.0

40,129.9

b) Economic Services (1 to 10)

58,944.2

52,116.3

111,060.5

88,715.1

33,878.4

122,593.5

93,808.5

190,617.4

284,425.9

113,284.1

48,731.1

162,015.1

1. Crop Husbandry

434.9

1,807.7

2,242.6

316.1

1,619.6

1,935.7

1,166.1

1,766.5

2,932.6

3,267.5

1,553.5

4,821.0

2. Soil and Water Conservation

25.5

25.5

3. Food Storage and Warehousing

4,572.9

5,118.0

9,690.9

10,231.7

10,231.7

10,869.7

700.0

11,569.7

14,093.7

14,093.7

4. Co-operation

4,196.9

2,204.6

6,401.5

2,819.5

961.7

3,781.2

8,152.2

2,851.9

11,004.1

4,130.3

897.4

5,027.7

5. Major and Medium Irrigation, etc.

4.7

4.7

6. Power Projects

36,258.9

27,721.8

63,980.7

55,345.4

19,587.2

74,932.6

53,082.3

170,823.9

223,906.1

65,351.9

30,604.4

95,956.4


Appendix IV : Capital Expenditure of State and Union Territories with Legislature (Contd.)

ALL STATES

(` Million)

Item

2010-11 (Accounts)

2011-12 (Budget Estimates)

2011-12 (Revised Estimates)

2012-13 (Budget Estimates)

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

PLAN

NON-PLAN

TOTAL

1

2

3

4

5

6

7

8

9

10

11

12

13

7. Village and Small Industries

818.5

115.6

934.1

695.0

123.6

818.6

691.3

377.2

1,068.5

1,128.6

1,640.9

2,769.5

8. Other Industries and Minerals

2,552.7

4,441.3

6,994.1

5,727.4

5,848.9

11,576.4

4,773.8

1,708.8

6,840.1

7,500.4

5,981.8

13,482.2

9. Rural Development

10.7

25.0

35.7

33.7

25.0

58.7

50.6

25.0

75.6

35.4

25.0

60.4

10. Others

10,098.7

10,677.5

20,776.2

13,546.3

5,712.4

19,258.7

15,022.4

12,338.7

27,361.1

17,776.1

8,028.1

25,804.2

2. Non-Development Purposes (a + b)

8.7

4,131.8

4,140.5

9.0

7,485.2

7,494.2

9.0

7,616.1

7,625.1

7.0

7,841.5

7,848.5

a) Government Servants (other than Housing)

4.5

3,697.2

3,701.7

2.0

6,222.3

6,224.3

2.0

6,084.6

6,086.6

6,460.5

6,460.5

b) Miscellaneous

4.2

434.6

438.8

7.0

1,262.9

1,269.9

7.0

1,531.5

1,538.5

7.0

1,381.1

1,388.1

V. Inter-State Settlement

41.9

41.9

14.2

14.2

754.2

754.2

1,000.2

1,000.2

VI. Contingency Fund

28.3

21,061.5

21,089.8

12,010.0

12,010.0

15,049.5

15,049.5

16,261.2

16,261.2

VII. State Provident Funds, etc. (1+2)

432,414.7

432,414.7

556,561.8

556,561.8

592,510.7

592,510.7

666,094.1

666,094.1

1. State Provident Funds

285,879.4

285,879.4

377,382.7

377,382.7

379,302.0

379,302.0

441,295.9

441,295.9

2. Others

146,535.3

146,535.3

179,179.2

179,179.2

213,208.7

213,208.7

224,798.2

224,798.2

VIII.Reserve Funds
(1 to 4)

276,307.0

276,307.0

225,021.9

225,021.9

267,171.4

267,171.4

291,437.7

291,437.7

1.Depreciation / Renewal Reserve Funds

10,179.9

10,179.9

2,249.0

2,249.0

2,086.0

2,086.0

2,159.8

2,159.8

2. Sinking Funds

122,162.7

122,162.7

112,926.7

112,926.7

87,556.2

87,556.2

95,572.4

95,572.4

3. Famine Relief Fund

3.9

3.9

9.9

9.9

10.3

10.3

4. Others

143,964.4

143,964.4

109,842.3

109,842.3

177,519.3

177,519.3

193,695.2

193,695.2

IX. Deposits and Advances (1 to 4)

3,177,048.3

3,177,048.3

3,055,812.8

3,055,812.8

3,285,027.1

3,285,027.1

3,540,196.8

3,540,196.8

1. Civil Deposits

1,115,388.1

1,115,388.1

981,326.2

981,326.2

1,133,694.0

1,133,694.0

1,160,173.8

1,160,173.8

2. Deposits of Local Funds

1,526,030.6

1,526,030.6

1,469,924.1

1,469,924.1

1,545,738.6

1,545,738.6

1,690,518.8

1,690,518.8

3. Civil Advances

56,721.8

56,721.8

36,075.9

36,075.9

52,853.4

52,853.4

55,095.0

55,095.0

4. Others

478,907.8

478,907.8

568,486.6

568,486.6

552,741.2

552,741.2

634,409.2

634,409.2

X. Suspense and Miscellaneous (1 to 4)

31,365,207.9

31,365,207.9

18,297,505.5

18,297,505.5

23,381,045.8

23,381,045.8

22,097,729.4

22,097,729.4

1. Suspense

-85,261.2

-85,261.2

340,589.6

340,589.6

376,041.0

376,041.0

377,854.2

377,854.2

2. Cash Balance Investment Accounts

22,243,065.9

22,243,065.9

11,427,072.9

11,427,072.9

15,270,689.8

15,270,689.8

12,973,388.6

12,973,388.6

3. Deposits with RBI

4,743,035.1

4,743,035.1

2,821,905.6

2,821,905.6

3,919,233.8

3,919,233.8

4,188,974.5

4,188,974.5

4. Others

4,464,368.0

4,464,368.0

3,707,937.4

3,707,937.4

3,815,081.2

3,815,081.2

4,557,512.1

4,557,512.1

XI. Appropriation to Contingency Fund

10,400.0

10,400.0

9,000.0

9,000.0

XII. Remittances

2,057,984.1

2,057,984.1

1,128,593.5

1,128,593.5

1,056,520.3

1,056,520.3

1,055,024.6

1,055,024.6

A. Surplus (+)/Deficit (–) on Revenue Account

30,506.2

197,013.9

60,927.8

425,670.9

B. Surplus (+)/Deficit(–) on Capital Account

117,945.1

-125,251.0

-132,328.7

-415,570.3

C. Overall Surplus (+)/Deficit (–) (A+B)

148,451.3

71,763.0

-71,400.9

10,100.6

D. Financing of Surplus (+)/Deficit (–) (C = i to iii)

148,452.1

71,763.3

-71,401.3

10,100.6

i. Increase (+)/Decrease (–) in Cash Balances

-3,556.2

6,090.4

-56,066.4

-517.6

a) Opening Balance

-200,429.7

-93,011.8

-11,203.7

45,327.2

b) Closing Balance

-203,985.9

-86,921.5

-67,270.2

44,809.6

ii. Withdrawals from (–) / Additions to (+) Cash Balance Investment Account (net)

161,298.5

65,422.7

-12,156.4

38,318.0

iii. Increase (–)/Decrease (+) in Ways and Means Advances and Overdrafts from RBI (net)

-9,290.3

250.2

-3,178.5

-27,699.8

RbiTtsCommonUtility

प्ले हो रहा है
सुनें

संबंधित एसेट

आरबीआई-इंस्टॉल-आरबीआई-सामग्री-वैश्विक

RbiSocialMediaUtility

आरबीआई मोबाइल एप्लीकेशन इंस्टॉल करें और लेटेस्ट न्यूज़ का तुरंत एक्सेस पाएं!

Scan Your QR code to Install our app

RbiWasItHelpfulUtility

क्या यह पेज उपयोगी था?