<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="3.0"
	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:ou="http://omniupdate.com/XSL/Variables"
	xmlns:ouc="http://omniupdate.com/XSL/Variables"
	exclude-result-prefixes="xsl xs ou ouc">

	<!-- ************************** Begin - Mayuri 8/4/2022 HRWS-243 ************** -->
	<!-- Specify Domain -->

	<xsl:param name="ou:httproot" />
	<xsl:param name="ou:dirname" />
	<xsl:param name="ou:filename" />
	<xsl:variable name="domain" select="substring($ou:httproot,1,string-length($ou:httproot)-1)" />
	<xsl:variable name="dirname" select="if(string-length($ou:dirname) = 1) then $ou:dirname else concat($ou:dirname,'/')" />
	<xsl:variable name="file-link" select="concat('https://',$domain,$dirname,$ou:filename)"/>
  <!-- ******************************* End - Mayuri 8/4/2022 HRWS-243 ***********************-->
	
	<xsl:template name="hrrd-admin-BIHelp-landing">

		<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr" prefix="og: http://ogp.me/ns#">


			<!-- Fallback to homescreen for Chrome <39 on Android -->
			<meta name="mobile-web-app-capable" content="yes"/>
			<!-- ************************** Begin - Mayuri 8/4/2022 HRWS-243 ************** -->
			<!-- <meta name="application-name" content="[site/application name - Aerostat2016]"/> -->
			<!-- ************************** End - Mayuri 8/4/2022 HRWS-243 ************** -->


					<head>
						<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
						<meta http-equiv="x-ua-compatible" content="ie=edge" />
							<meta name="viewport" content="width=device-width, initial-scale=1" />
							<!-- ************************** Begin - Mayuri 8/4/2022 HRWS-243 ************** -->
								<!-- <xsl:copy-of select="document/meta/node()"/> -->
								<xsl:copy-of select="document/metadata/node()"/>
							<!-- ************************** End - Mayuri 8/4/2022 HRWS-243 ************** -->
								<title><xsl:copy-of select="document/title/node()"/></title>

								<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-57x57.png" />
								<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-114x114.png" />
								<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-72x72.png" />
								<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-144x144.png" />
								<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-60x60.png" />
								<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-120x120.png" />
								<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-76x76.png" />
								<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/_resources/hr_assets_rd/images/favicons/apple-touch-icon-152x152.png" />
								<link rel="icon" type="image/png" href="/_resources/hr_assets_rd/images/favicons/favicon-196x196.png" sizes="196x196" />
								<link rel="icon" type="image/png" href="/_resources/hr_assets_rd/images/favicons/favicon-96x96.png" sizes="96x96" />
								<link rel="icon" type="image/png" href="/_resources/hr_assets_rd/images/favicons/favicon-32x32.png" sizes="32x32" />
								<link rel="icon" type="image/png" href="/_resources/hr_assets_rd/images/favicons/favicon-16x16.png" sizes="16x16" />
								<link rel="icon" type="image/png" href="/_resources/hr_assets_rd/images/favicons/favicon-128.png" sizes="128x128" />
								<meta name="msapplication-TileColor" content="#92d4d4" />
								<meta name="msapplication-TileImage" content="/_resources/hr_assets_rd/images/favicons/mstile-144x144.png" />
								<meta name="msapplication-square70x70logo" content="/_resources/hr_assets_rd/images/favicons//favicons/mstile-70x70.png" />
								<meta name="msapplication-square150x150logo" content="/_resources/hr_assets_rd/images/favicons/mstile-150x150.png" />
								<meta name="msapplication-wide310x150logo" content="/_resources/hr_assets_rd/images/favicons/mstile-310x150.png" />
								<meta name="msapplication-square310x310logo" content="/_resources/hr_assets_rd/images/favicons/mstile-310x310.png" />
								<meta name="robots" content="index, follow"/>
							<!-- ************************** Begin - Mayuri 8/4/2022 HRWS-243 ************** -->
								<!-- <link rel="canonical" href="[site url - Aerostat2016]"/> -->
									<link rel="canonical" href="{$file-link}"/>
							<!-- ************************** End - Mayuri 8/4/2022 HRWS-243 ************** -->
								<meta property="og:locale" content="en_US" />
								<meta property="og:type" content="website" />
								<!-- ************************** Begin - Mayuri 8/4/2022 HRWS-243 ************** -->	
								<!-- <meta property="og:title" content="[page title - Aerostat2016]" />
								<meta property="og:url" content="[site url - Aerostat2016]" />
								<meta property="og:site_name" content="[site name - Aerostat2016]" /> -->
								<meta property="og:title" content="{document/title/node()}" />
								<meta property="og:site_name" content="MSU Human Resources" />
								<meta property="og:url" content="{$file-link}" />
								<!-- ************************** End - Mayuri 8/4/2022 HRWS-243 ************** -->
								<meta name="twitter:card" content="summary" />
								<!-- ************************** Begin - Mayuri 8/4/2022 HRWS-243 ************** -->	
									<!-- <meta name="twitter:title" content="[page title - Aerostat2016]" /> -->
										<meta name="twitter:title" content="{document/title/node()}" />
								<!-- ************************** End - Mayuri 8/4/2022 HRWS-243 ************** -->	
								<link rel="stylesheet" media="screen" href="/_resources/hr_assets_rd/styles/main-hradmin.css"/>
								<link rel="stylesheet" media="screen" href="/_resources/hr_assets_rd/styles/custom.css"/>
								<link rel="stylesheet" media="print" href="/_resources/hr_assets_rd/styles/print.css"/>
								<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> <!-- gdf HRWS-180 -->
						<script src="https://use.fontawesome.com/7d44d28614.js"><xsl:comment></xsl:comment></script>
					</head>

					<body class="page-post">>

					<!--[if lt IE 8]>
					<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
					<![endif]-->

					<!-- MSU Masthead  -->
						<xsl:comment> com.omniupdate.div label="hradmin_header_rd" path="/_includes/hradmin_header_rd.html" </xsl:comment>
						<xsl:comment>#include virtual="/_includes/hradmin_header_rd.html" </xsl:comment>
						<xsl:comment> /com.omniupdate.div </xsl:comment>
				
					<!-- ************************************************************************************************************************************************************************************************************************	 -->

					<div class="main">
					<div class="container">
						<div id="crumbs">
							<a href="/">MSU Human Resources</a> &gt;&gt;
							<xsl:call-template name="tokenize">
							<xsl:with-param name="template">construct-breadcrumb</xsl:with-param>
							<xsl:with-param name="string" select="$ou:path"/>
							<xsl:with-param name="delimiters">/</xsl:with-param>
						</xsl:call-template>
					</div><br />


						
					<div class="row">
						<div class="page-content col-sm-8 col-md-9" role="main">
							
						<!-- Begin  Mayuri Sunkara 1/31/2024 HRWS-289 - To enable Accordion -->
							<!-- <xsl:copy-of select="document/content/cont1/node()"/> -->
						    <xsl:apply-templates select="document/content/cont1/node()"/>  
						<!-- End Mayuri Sunkara 1/31/2024 HRWS-289 -->	

						</div>

						<div class="page-sidebar col-sm-4 col-md-3" role="complimentary">
							<div class="sidebar-section">
								<xsl:copy-of select="document/content/sidebar-title/node()"/>
								<xsl:copy-of select="document/content/sidebar-cont/node()"/>
							</div>
						</div>

					</div> <!-- row -->
					</div>	<!-- container -->			
					</div><!-- .main -->
						
					<!-- 	*******************************************************************************************************************************************************************************************************************	 -->
					<!-- MSU Footer -->
						<xsl:comment> com.omniupdate.div label="hr_footer_rd" path="/_includes/hradmin_footer_rd.html" </xsl:comment>
						<xsl:comment>#include virtual="/_includes/hradmin_footer_rd.html" </xsl:comment>
						<xsl:comment> /com.omniupdate.div </xsl:comment>
					<!-- MSU Footer -->

					<script src="/_resources/hr_assets_rd/scripts/jquery.js"><xsl:comment></xsl:comment></script>
					<script src="/_resources/hr_assets_rd/scripts/main.js"><xsl:comment></xsl:comment></script>
					<script src="/_resources/hr_assets_rd/scripts/custom.js"><xsl:comment></xsl:comment></script>	
					<script>
						$("[data-toggle='tooltip']").tooltip();
						$("[data-toggle='popover']").popover();
					</script>

<!--**************************Begin - Added PDF Click Code Bhanu 11/1/2018 **********************************************************************-->
	  <script>
	  $( window ).click( function(e){
			<!--************ Code to attach event ************-->
						var url = e.target.href;		
		                var title = e.target.title;
		                <!--*var isPdf = url.endsWith(".pdf");-->
		                var isPdf = url.indexOf(".pdf") ;
		  		  				<!--if ( isPdf === true )-->
		  		  				<!--if ( url.indexOf(".pdf") > -1 ) -->
						  if ( isPdf !== -1 )
		  						{
					<!-- ******************** Begin - Mayuri 8/4/2022 HRWS-216***************************** -->	
									<!--		  (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
											  function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
											  e=o.createElement(i);r=o.getElementsByTagName(i)[0];
											  e.src='//www.google-analytics.com/analytics.js';
											  r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
											  ga('create','UA-4768763-1');
											  ga('send', {hitType: 'event',
  														  eventCategory: 'PDF',
  														  eventAction: url,
  														  eventLabel: title});		-->
		  						  	  window.dataLayer = window.dataLayer || [];
									  function gtag(){dataLayer.push(arguments);}
									  gtag('js', new Date());

							   	  <!-- Begin - Mayuri 5/30/2023  HRWS-241 -->  
									 <!-- gtag('config', 'UA-4768763-1'); -->

									  gtag('config', 'G-1BEDHE88SL');
									<!-- End - Mayuri 5/30/2023 HRWS-241 -->
		  
		  							  gtag('event', url, {event_category: "PDF", event_action: url, event_label: title});

		  			<!-- ******************** End - Mayuri 8/4/2022 HRWS-216***************************** -->	
								}
		}
	  );
	  </script>						
<!--**************************End - Added PDF Click Code Bhanu 11/1/2018 ************************************************************************-->
						<!-- ******************** Begin - Mayuri 8/4/2022 HRWS-216***************************** -->			
<!-- <script>
											  (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
											  function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
											  e=o.createElement(i);r=o.getElementsByTagName(i)[0];
											  e.src='//www.google-analytics.com/analytics.js';
											  r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
											  ga('create','UA-4768763-1');ga('send','pageview');
</script> -->
						<!-- Global Site Tag (gtag.js) - Google Analytics -->
				<!-- Begin - Mayuri 5/30/2023  HRWS-241 -->
		 	    	<!-- <script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-4768763-1"><xsl:comment></xsl:comment>
						</script> -->
			    		<script async="async" src="https://www.googletagmanager.com/gtag/js?id=G-1BEDHE88SL"><xsl:comment></xsl:comment>
						</script>

						<script>
						  window.dataLayer = window.dataLayer || [];
						  function gtag(){dataLayer.push(arguments);}
						  gtag('js', new Date());

						<!--  gtag('config', 'UA-4768763-1'); -->

   						 gtag('config', 'G-1BEDHE88SL');
						 
						<!-- End - Mayuri 5/30/2023 HRWS-241 -->

						</script> 			
					<!-- ******************** End - Mayuri 8/4/2022 HRWS-216***************************** -->	
						
					</body>
	 </html>

</xsl:template>
</xsl:stylesheet>

