
	<!-- Load all sites data -->
	<select class="select-district-reports-page" name="select-district-reports-page">
		<option value="-">--Select Sites--</option>

		<!-- Loop through each site and display the table prefix. -->
		
			<!-- Check the array of selected blogs. -->
			
				
					<!-- Current page blog id -->
					
					<option value=1 data-id="1">RALLY! Elementary School</option>
									
			<!-- Check the array of selected blogs. -->
					
			<!-- Check the array of selected blogs. -->
			
				
					<!-- Current page blog id -->
					
					<option value=8 data-id="8">RALLY! Middle School</option>
									
			<!-- Check the array of selected blogs. -->
			
				
					<!-- Current page blog id -->
					
					<option value=9 data-id="9">RALLY! Elementary School 2</option>
										</select><br/><br/>

	<div><img class="ny-district-report-loader" src="https://nysitereport.staging33.com/district/wp-content/plugins/ny-quiz-category-report/includes/../assets/css/tube-spinner.svg"/></div>

	<!-- Holds the iframe of sites building reports -->
	<div id="ny-sites-iframe-loads"><iframe src="" id="ny-load-site-iframe"></iframe></div>

	<script>
		// Get the current url.
		const newUrl = window.location.href.replace(/\/+\?/, '?');
		const url = new URL(newUrl);
		const urlParams = new URLSearchParams(url.search);

		// Hide the loader sign.
		jQuery( '.ny-district-report-loader' ).hide();

		// Get page link to navigate.
		jQuery(".select-district-reports-page").on( 'change', function (event) {
			event.preventDefault();

			// Ajax get the tabular score.
			jQuery.ajax({
				method: 'POST',
				url: sft_data.ajaxurl,
				data: {
					action: 'ny_site_get_building_report',
					site_id: jQuery(this).val(),
				},
				success: (res) => {
					jQuery( '#ny-load-site-iframe' ).attr( 'src', res );

					// get the iframe.
					let iframe = document.getElementById('ny-load-site-iframe');

					// Check if iframe exists.
					if (iframe) {

						// Display loader sign.
						jQuery( '.ny-district-report-loader' ).show();

						// Display the iframe elements.
						jQuery( '#ny-sites-iframe-loads' ).hide();

						// Add an event listener for the load event
						iframe.addEventListener('load', function() {
							jQuery( '#ny-sites-iframe-loads' ).show();
							jQuery( '.ny-district-report-loader' ).hide();
						});
					}
				}
			});
		});

		// If parameters found.
		if ( urlParams ) {

			// Get group id.
			const page_id = urlParams.get('page_id');
			const blog_id = urlParams.get('blog_id');

			// Select Group name.
			if ( blog_id !== null ) {
				setSelectPageValue( blog_id );
			}
		}

		// Function to set the value of the select box and trigger the change event.
		function setSelectPageValue( value ) {
			const selectElement = jQuery('.select-district-reports-page');
			selectElement.val(value);
			selectElement.trigger('change');
		}
	</script>
	{"id":7446,"date":"2024-06-27T06:31:39","date_gmt":"2024-06-27T10:31:39","guid":{"rendered":"https:\/\/nysitereport.staging33.com\/district\/?page_id=7446"},"modified":"2024-08-26T03:19:47","modified_gmt":"2024-08-26T07:19:47","slug":"district-reports","status":"publish","type":"page","link":"https:\/\/nysitereport.staging33.com\/district\/district-reports\/","title":{"rendered":"District Reports"},"content":{"rendered":"<div class=\"members-access-error\">Sorry, but you do not have permission to view this content.<\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"members-access-error\">Sorry, but you do not have permission to view this content.<\/div>\n","protected":false},"author":109,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"acf":[],"_links":{"self":[{"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/pages\/7446"}],"collection":[{"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/users\/109"}],"replies":[{"embeddable":true,"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/comments?post=7446"}],"version-history":[{"count":11,"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/pages\/7446\/revisions"}],"predecessor-version":[{"id":7493,"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/pages\/7446\/revisions\/7493"}],"wp:attachment":[{"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/media?parent=7446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nysitereport.staging33.com\/district\/wp-json\/wp\/v2\/categories?post=7446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}