page_frameset.html

 1   <!DOCTYPE html>
 2   <html lang="fr">
 3   <head>
 4   	<base href="${base_url}">
 5   	<title>${favourite} - ${page_name}</title>
 6   	<meta http-equiv="x-ua-compatible" content="IE=edge" >
 7   	<meta charset="${encoding}">
 8   	<meta http-equiv="Content-Type" content="text/html;charset=${encoding}">
 9   	<meta http-equiv="Content-Language" content="fr">
 10   	<meta name="author" content="${meta_author}">
 11   	<meta name="copyright" content="${meta_copyright}">
 12   	<meta name="keywords" content="${meta_keywords}">
 13   	<meta name="description" content="${meta_description}">
 14   	<meta name="generator" content="${meta_generator}">
 15   	<!-- Dublin Core metadatas -->
 16   	<meta name="DC.Creator" content="${meta_author}">
 17   	<meta name="DC.Rights" content="${meta_copyright}">
 18   	<meta name="DC.Subject" content="${meta_keywords}">
 19   	<meta name="DC.Description" content="${meta_description}">
 20   	<!-- Set the viewport width to device width for mobile -->
 21   	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 22   	<!-- Le style -->
 23   	<style>
 24   	@font-face {font-family: "Ubuntu";src: url("${base_url}fonts/ubuntu-webfont.eot?") format("eot"), url("${base_url}fonts/ubuntu-webfont.woff2") format("woff2"), url("${base_url}fonts/ubuntu-webfont.woff") format("woff"), url("${base_url}fonts/ubuntu-webfont.ttf") format("truetype"), url("${base_url}fonts/ubuntu-webfont.svg#Ubuntu") format("svg")}
 25   	@font-face {font-family: "UbuntuLight";src: url("${base_url}fonts/Ubuntu-Light.eot?") format("eot"), url("${base_url}fonts/Ubuntu-Light.woff2") format("woff2"), url("${base_url}fonts/Ubuntu-Light.woff") format("woff"), url("${base_url}fonts/Ubuntu-Light.ttf") format("truetype"), url("${base_url}fonts/Ubuntu-Light.svg#UbuntuLight") format("svg")}
 26   	@font-face {font-family: "UbuntuRegular";src: url("${base_url}fonts/Ubuntu-Regular.eot?") format("eot"), url("${base_url}fonts/Ubuntu-Regular.woff2") format("woff2"), url("${base_url}fonts/Ubuntu-Regular.woff") format("woff"), url("${base_url}fonts/Ubuntu-Regular.ttf") format("truetype"), url("${base_url}fonts/Ubuntu-Regular.svg#UbuntuRegular") format("svg")}
 27   	@font-face {font-family: "Montserrat";src: url("${base_url}fonts/Montserrat-Regular-webfont.eot?") format("eot"), url("${base_url}fonts/Montserrat-Regular-webfont.woff2") format("woff2"), url("${base_url}fonts/Montserrat-Regular-webfont.woff") format("woff"), url("${base_url}fonts/Montserrat-Regular-webfont.ttf") format("truetype"), url("${base_url}fonts/Montserrat-Regular-webfont.svg#Montserrat") format("svg")}
 28   	@font-face {font-family: "MontserratLight";src: url("${base_url}fonts/Montserrat-Light-webfont.eot?") format("eot"), url("${base_url}fonts/Montserrat-Light-webfont.woff2") format("woff2"), url("${base_url}fonts/Montserrat-Light-webfont.woff") format("woff"), url("${base_url}fonts/Montserrat-Light-webfont.ttf") format("truetype"), url("${base_url}fonts/Montserrat-Light-webfont.svg#MontserratLight") format("svg")}
 29   	@font-face {font-family: "Nucleo Outline";src: url("${base_url}fonts/nucleo-outline.eot?") format("eot"), url("${base_url}fonts/nucleo-outline.woff2") format("woff2"), url("${base_url}fonts/nucleo-outline.woff") format("woff"), url("${base_url}fonts/nucleo-outline.ttf") format("truetype"), url("${base_url}fonts/nucleo-outline.svg#Nucleo_Outline") format("svg")}
 30   	</style>
 31   	<#if plugin_theme?? >
 32   		<#assign thetheme=plugin_theme />
 33   	<#else>
 34   		<#assign thetheme=theme />
 35   	</#if>
 36   	${plugins_css_links}
 37   	<link href="css/font-awesome.min.css" rel="stylesheet">
 38   	<link href="css/ionicons.min.css" rel="stylesheet">
 39   	<link href="css/bootstrap.min.css" rel="stylesheet">
 40   	<link href="js/jquery/jquery-ui-1.12.1/jquery-ui.min.css" rel="stylesheet">
 41   	<link href="js/jquery/plugins/featherlight-1.7.9/featherlight.min.css" rel="stylesheet">
 42   	<link href="js/jquery/plugins/fancybox/jquery.fancybox.min.css" rel="stylesheet"></script>
 43   	<link href="${thetheme.pathCss}page_template_styles.css" rel="stylesheet">
 44   	<link href="css/nomades.css" rel="stylesheet">
 45   	<style>/* Autocompelte Solr */.ui-autocomplete.ui-front{	z-index:9999 !important; }</style>
 46   	<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
 47   	<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
 48   	<!-- JQUERY UI: Keep for compatibility -->
 49   	<!--[if lt IE 9]>
 50   		<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
 51   		<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
 52   	<![endif]-->
 53   	<#if isExtendInstalled?? && isExtendInstalled >
 54   		<#if page_id??>
 55   			@Extender[${page_id},PAGE,opengraph,{header:true}]@
 56   		</#if>
 57   		@Extender[ExtendParameteredId,document,opengraph,{header:true}]@
 58   		@Extender[ExtendParameteredId,DIRECTORY_RECORD,opengraph,{header:true}]@
 59   	</#if>
 60   	${extend_meta!}
 61   	${document_meta?default("<!-- no document_meta -->")}
 62   	${rss?default("<!-- no RSS feed -->")}
 63   	<!-- Included JS Files -->
 64   	<script src="js/jquery/jquery-1.11.3.min.js"></script>
 65   	<script src="js/jquery/plugins/ui/jstree/jquery.cookie.js"></script>
 66   	<!-- Le fav and touch icons -->
 67   	<link rel="apple-touch-icon" sizes="180x180" href="${base_url}apple-touch-icon.png">
 68   	<link rel="icon" type="image/png" sizes="32x32" href="${base_url}favicon-32x32.png">
 69   	<link rel="icon" type="image/png" sizes="16x16" href="${base_url}favicon-16x16.png">
 70   	<link rel="manifest" href="${base_url}site.webmanifest">
 71   	<link rel="mask-icon" href="${base_url}safari-pinned-tab.svg" color="#5bbad5">
 72   	<meta name="msapplication-TileColor" content="#ffc40d">
 73   	<meta name="theme-color" content="#ffffff">
 74   </head>
 75   <body <#if !lutece_user?exists>class="anonymous"</#if>>
 76   <!-- header -->
 77   <header role="banner">
 78   	<div class="container">
 79   		<div class="row hidden-xs">
 80   			<#include "banner.html"/>
 81   			${bandeaugra_include!''}
 82   		</div>
 83   	<!-- Nav -->
 84   	<nav class="navbar navbar-main">
 85   		<div class="navbar-header">
 86   			<button type="button" class="navbar-toggle collapsed pull-right" data-toggle="collapse" data-target="#intraparis-collapse"  aria-expanded="false">
 87   				<span class="sr-only">Toggle navigation</span>
 88   				<span class="fa fa-bars fa-2x"></span>
 89   			</button>
 90   			<a class="navbar-brand pull-left" href="#">
 91   				<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" class="hidden-xs">
 92   					<path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M23.614,12.798 C23.228,13.188 22.602,13.188 22.216,12.798 L12.008,2.521 L3.470,11.117 L4.090,11.117 C5.182,11.117 6.068,12.011 6.068,13.113 L6.068,14.174 L6.070,14.174 L6.075,20.167 C6.141,20.829 6.390,21.007 7.116,21.056 C7.960,20.983 8.045,20.678 8.051,19.535 L8.047,17.087 C8.058,15.993 8.937,15.110 10.023,15.110 L11.011,15.110 L11.011,15.085 L12.989,15.082 L12.989,15.110 L13.977,15.110 C15.069,15.110 15.955,16.004 15.955,17.106 L15.955,18.167 L15.958,18.167 L15.960,19.426 L15.963,19.088 C15.963,20.642 15.963,20.980 16.938,21.056 C17.767,20.988 17.914,20.730 17.935,19.749 L17.926,21.070 L17.941,21.070 L17.939,19.188 C17.939,19.394 17.938,19.586 17.935,19.749 L17.939,19.172 L17.933,13.068 C17.933,12.516 18.375,12.069 18.921,12.069 C19.467,12.069 19.910,12.516 19.910,13.068 L19.917,20.007 L19.910,20.007 L19.910,21.068 C19.910,22.170 19.024,23.064 17.932,23.064 L16.944,23.064 L15.955,23.064 C14.890,23.064 14.028,22.212 13.985,21.148 L13.982,18.575 L13.976,18.304 C13.977,18.332 13.980,18.354 13.981,18.383 L13.979,17.077 L13.427,17.078 L13.949,17.081 L13.976,18.304 C13.926,17.314 13.694,17.114 12.723,17.079 L11.219,17.081 C10.305,17.118 10.078,17.315 10.027,18.184 L10.051,17.083 L10.024,17.083 L10.026,18.197 C10.026,18.193 10.027,18.189 10.027,18.184 L10.026,18.218 L10.029,20.007 L10.023,20.007 L10.023,21.068 C10.023,22.170 9.137,23.064 8.045,23.064 L7.056,23.064 L6.068,23.064 C5.005,23.064 4.144,22.215 4.099,21.153 L4.092,13.085 L3.663,13.086 L4.062,13.088 L4.071,14.439 C4.049,13.336 3.885,13.127 2.879,13.087 L1.162,13.091 C0.883,13.113 0.599,13.029 0.386,12.814 C-0.000,12.424 -0.000,11.792 0.386,11.402 L11.231,0.484 C11.255,0.454 11.265,0.418 11.293,0.390 C11.679,0.000 12.305,0.000 12.691,0.390 L12.705,0.404 C12.706,0.405 12.707,0.405 12.707,0.406 C12.708,0.406 12.708,0.407 12.708,0.407 L23.614,11.387 C24.000,11.776 24.000,12.408 23.614,12.798 ZM15.963,21.075 L16.416,21.074 L15.963,21.071 L15.963,21.075 ZM6.076,21.075 L6.529,21.074 L6.076,21.071 L6.076,21.075 ZM4.071,14.439 C4.075,14.640 4.075,14.868 4.075,15.134 L4.071,14.439 Z"/>
 93   				</svg>
 94   				<img src="images/local/skin/logo-xs.png" class="banner-logo visible-xs pull-left" alt="" title="${favourite} - ${page_name}">
 95   				<span>${meta_author}</span>
 96   			</a>
 97   			<div class="perso perso-xs">
 98   				<a href="" data-toggle="modal" data-target="#mapage_modal" class="toolbar-galaxy" title="Les (ntrapar)s">
 99   					<img src="https://d27-bandeau.apps.paris.mdp/bandeau/assets/images/constellation-xs.png" alt="Les sites intraparis" title="Les (ntrapar)s" aria-hidden="true" class="">
 100   				</a>
 101   				<#if lutece_user?exists>
 102   					<a href="" id="mes_applications" data-toggle="modal" data-target="#mapage_modal" class="toolbar-apps must-auth" title="Mes Applications" data-tooltip="Mes Applications">
 103   						<img src="https://d27-bandeau.apps.paris.mdp/bandeau/assets/images/apps-xs.png" alt="Mes Applications" title="Mes Applications" aria-hidden="true" class="">
 104   					</a>
 105   				</#if>
 106   				<a href="" data-toggle="modal" data-target="#mapage_modal" class="toolbar-rapido must-auth" title="Rapido">
 107   					<img src="https://d27-bandeau.apps.paris.mdp/bandeau/assets/images/rapido-xs.png" alt="Rapido" title="Rapido" aria-hidden="true">
 108   				</a>
 109   				<#if lutece_user?exists>
 110   					<div class="agent">
 111   						<div class="btn-group">
 112   							<button type="button" class="btn btn-link dropdown-toggle" data-toggle="dropdown" title="Mes Demandes" aria-haspopup="true" aria-expanded="false">
 113   								<img src="https://d27-bandeau.apps.paris.mdp/bandeau/assets/images/perso-xs.png" alt="Menu Agent" title="" class="">
 114   								<span class="sr-only">Toggle Dropdown</span>
 115   							</button>
 116   							<button type="button" class="hidden btn btn-sm btn-user dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 117   								<span class="caret"></span>
 118   								<span class="sr-only">Toggle Dropdown</span>
 119   							</button>
 120   							<ul class="dropdown-menu">
 121   								<li>
 122   									<a href="jsp/site/Portal.jsp?page=mydashboardIdentity&amp;view=viewIdentityd">Mon Profil</a>
 123   								</li>
 124   								<li>
 125   									<a href="jsp/site/Portal.jsp?page=mydashboard">Mes Demandes</a>
 126   								</li>
 127   								<li>
 128   									<a href="https://mesdemandes.mdp">Faire une demande</a>
 129   								</li>
 130   							</ul>
 131   						</div>
 132   					</div>
 133   				</#if>
 134   			</div>
 135   		</div>
 136   		<!-- Collect the nav links, forms, and other content for toggling -->
 137   		<div class="collapse navbar-collapse" id="intraparis-collapse">
 138   			<ul class="nav navbar-nav">
 139   				${page_tree_menu_tree_all_pages!}
 140   			</ul>
 141   		</div>
 142   	</nav>
 143   	<!-- End Nav -->
 144   	<!-- Recherche Responsive -->
 145   	<div class="row">
 146   		<div class="col-xs-12 hidden-sm hidden-md hidden-lg">
 147   		<form id="search-solr-xs" name="search" action="jsp/site/Portal.jsp" method="post" class="form" role="search">
 148   			<input type="hidden" name="page" value="search-solr">
 149   			<input type="hidden" name="fq" value="site:#dskey{portal.site.site_property.name}">
 150   			<div class="form-group">
 151   				<div class="input-group" style="margin-bottom:0">
 152   					<input type="text" id="solr-home-xs" class="form-control" style="background-color: #fff;color:#000;padding-left: 5px" placeholder="Rechercher" type="text" name="query">
 153   					<span class="input-group-btn" style="font-size:initial;background-color: #fff;" >
 154   						<button type="submit" class="btn-search" title="Recherche" style="background-color:#fff; border: 0; padding: 5px 15px 0 15px;">
 155   							<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px">
 156   								<path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M18.208,18.209 C17.917,18.500 17.444,18.500 17.152,18.209 L12.676,13.735 C11.389,14.785 9.767,15.441 7.975,15.441 C3.847,15.441 0.500,12.096 0.500,7.970 C0.500,3.845 3.847,0.500 7.975,0.500 C12.104,0.500 15.451,3.845 15.451,7.970 C15.451,8.731 15.295,9.444 15.075,10.129 L15.080,10.181 C15.080,10.346 15.015,10.490 14.925,10.614 C14.912,10.647 14.907,10.684 14.893,10.717 L14.870,10.694 C14.734,10.837 14.545,10.927 14.333,10.927 C13.921,10.927 13.586,10.593 13.586,10.181 L13.579,10.112 C13.579,9.916 13.659,9.740 13.782,9.607 L13.696,9.520 C13.833,9.019 13.930,8.502 13.930,7.957 C13.930,4.663 11.258,1.992 7.962,1.992 C4.666,1.992 1.993,4.663 1.993,7.957 C1.993,11.251 4.666,13.921 7.962,13.921 C9.598,13.921 11.078,13.261 12.156,12.195 C12.159,12.192 12.162,12.188 12.164,12.184 L13.245,12.203 L15.813,14.769 L15.818,14.765 L18.208,17.153 C18.500,17.445 18.500,17.917 18.208,18.209 Z" />
 157   							</svg>
 158   						</button>
 159   					</span>
 160   				</div>
 161   			</div>
 162   		</form>
 163   		</div>
 164   	</div>
 165   	<!-- Fin Recherche Responsive -->
 166   	</div>
 167   </header>
 168   <section id="main">
 169   <!-- content -->
 170   <div class="container">
 171    <#if page_id &gt; 1>${page_path}</#if>
 172     ${page_content}
 173    <#if page_id?? && isExtendInstalled?? && isExtendInstalled >
 174   		<section id="extend-page">
 175   			@Extender[${page_id},PAGE,opengraph,{header:false,footer:false}]@
 176   			@Extender[${page_id},PAGE,hit,{show:true}]@
 177   			@Extender[${page_id},PAGE,rating,{show:"all"}]@
 178   			@Extender[${page_id},PAGE,comment]@
 179   			<script>
 180   				$( function(){
 181   					$(".comments > h2 > .comment-nb").html( '(' + $(".comment-item").length + ')' );
 182   				});
 183   			</script>
 184   			@Extender[${page_id},PAGE,feedback]@
 185   		</section>
 186   	</#if>
 187   </div>
 188   </section>
 189   <!-- /content -->
 190   <footer>
 191   ${page_footer}
 192   </footer>
 193   
 194   <div class="modal fade" id="mapage_modal" tabindex="-1" role="dialog" aria-labelledby="mapageModalLabel">
 195     <div class="modal-dialog modal-lg" role="document">
 196       <div class="modal-header">
 197         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
 198         <h4 class="modal-title" id="mapageModalLabel">Ajouter un widget</h4>
 199       </div>
 200       <div class="modal-content">
 201         <div class="modal-body">
 202         </div>
 203       </div>
 204         <div class="modal-footer">
 205           <button type="button" class="btn btn-default" data-dismiss="modal">Fermer</button>
 206         </div>
 207       </div>
 208   </div>
 209   <!-- Le javascript
 210       ================================================== -->
 211   <!-- Placed at the end of the document so the pages load faster -->
 212   <script src="js/bootstrap.min.js"></script>
 213   <script src="js/js.cookie.js"></script>
 214   <script src="js/jquery/jquery-ui-1.12.1/jquery-ui.min.js"></script>
 215   <script src="js/jquery/plugins/ui/ui.datepicker-fr.js"></script>
 216   <script src="js/jquery/jquery-ui-1.12.1/jquery.ui.touch-punch.min.js"></script>
 217   <script src="js/jquery/plugins/featherlight-1.7.9/featherlight.min.js"></script>
 218   <script src="js/jquery/plugins/featherlight-1.7.9/featherlight.gallery.min.js" type="text/javascript" charset="utf-8"></script>
 219   <script src="js/jquery/plugins/fancybox/jquery.fancybox.min.js"></script>
 220   <script type="text/javascript" src="js/intraparis.js"></script>
 221   <!-- Fix BS tooltip Ui override  -->
 222   <script>var _tooltip = jQuery.fn.tooltip ;</script>
 223   <!-- End fix -->
 224   <script>
 225   $(function() {
 226   	/* TESTE si portail -- ${thetheme.codeTheme} */
 227   	<#if thetheme.codeTheme='portail'>
 228   		/* TESTE si page acceuil redirige vers monintraparis mais pas en admin */
 229   		<#if page_id=1 && page_name='Accueil'>
 230   			var isInIFrame = (window.location != window.parent.location);
 231   			if( isInIFrame==false ){
 232   				window.location.replace('https://monintraparis.mdp');
 233   			}
 234   		</#if>
 235   	</#if>
 236   
 237   	$('[data-toggle="tooltip"]').tooltip();
 238   	$('#solr-home').autocomplete({
 239   		source: function(request, response){
 240   		$.ajax({
 241   			url: '@base_url@servlet/plugins/SolrSuggest',
 242   			dataType: 'jsonp',
 243   			minLength: 3,
 244   			data: {
 245   			q: request.term,
 246   			},
 247   			success: function(data) {
 248   				var formattedResponse = $.map(data.response.docs, function (item) {
 249   				return {
 250   					label: item.title,
 251   					value: item.title,
 252   					};
 253   				});
 254   				response( formattedResponse );
 255   			}
 256   			});
 257   		},
 258   	});
 259   
 260   	// Pages actus
 261   	var page_actus = 'jsp/site/Portal.jsp?page_id=#dskey{portal.site.site_property.newspage}';
 262   	$('.newspage').attr('href', page_actus );
 263   
 264   	<#if lutece_user?exists>
 265   	<!-- Test email -->
 266   	<#assign userTypeEmail = lutece_user.getUserInfo('user.business-info.mdpTypeMessagerie') >
 267   	<#assign userGroup = lutece_user.getUserInfo('user.business-info.mdpNOMAccessGroup') >
 268   	<!-- GROUP : ${userGroup!} 	-->
 269   	<!-- ${userTypeEmail!?upper_case} -->
 270   	<#assign app_url="https://casarray.exch.mdp:444/owa" >
 271   		<#switch "${userTypeEmail!?upper_case}">
 272   			<#case "ZIMBRA">
 273   				<#assign app_url="https://monmail.paris.fr" >
 274   				<#break>
 275   			<#case "CASVP">
 276   				<#assign app_url="https://webmail.casvp.mdp/owa" >
 277   				<#break>
 278   			<#case "EXCHANGE2016">
 279   				<#assign app_url="https://mail-int.apps.paris.fr/owa" >
 280   			<#break>
 281   		</#switch>
 282   
 283   	$('#mapage_modal').on('shown.bs.modal', function () {
 284   		var wb = $('#mapage_modal').find('#webmail-bandeau');
 285   		if( wb.length > 0 ){
 286   			wb.attr('href', '${app_url!}');
 287   		}
 288   
 289   		<#if userGroup?contains("Elus")>
 290   			wb.after( '<li><a href="https://a02-delib.apps.mdp/">Delib</a></li><li><a href="https://ods.apps.mdp">ODS</a></li><li><a href="https://ods-ma.apps.mdp">ODS-MA</a></li><li><a href="https://a25-ged.apps.mdp/">SAS</a></li>' );
 291   		</#if>
 292   	})
 293   </#if>
 294   
 295   });
 296   jQuery.fn.tooltip = _tooltip ;
 297   </script>
 298   ${plugins_javascript_links}
 299   ${matomo!''}
 300   </body>
 301   </html>