page_frameset.html

 1   <!DOCTYPE html>
 2   <html lang="${user_context_language}">
 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">
 9   <meta name="author" content="${meta_author}">
 10   <meta name="copyright" content="${meta_copyright}">
 11   <meta name="keywords" content="${meta_keywords}">
 12   <meta name="description" content="${meta_description}">
 13   <meta name="generator" content="${meta_generator}">
 14   <!-- Dublin Core metadatas -->
 15   <meta name="DC.Creator" content="${meta_author}">
 16   <meta name="DC.Rights" content="${meta_copyright}">
 17   <meta name="DC.Subject" content="${meta_keywords}">
 18   <meta name="DC.Description" content="${meta_description}">
 19   <!-- Set the viewport width to device width for mobile -->
 20   <meta name="viewport" content="width=device-width, initial-scale=1" />
 21   <link rel="shortcut icon" type="image/x-icon" href="favicon.svg"/>
 22   <!-- Le style -->
 23   <#if plugin_theme?? ><#assign thetheme=plugin_theme /><#else><#assign thetheme=theme /></#if>
 24   <link href="${thetheme.pathCss}/tabler-icons.min.css" rel="stylesheet">
 25   <link href="${thetheme.pathCss}/bootstrap.min.css" rel="stylesheet">
 26   <link href="${thetheme.pathCss}/page_template_styles.css" rel="stylesheet">
 27   <!-- Twitter metas -->
 28   <meta property="twitter:image" content="${base_url}images/preview.png">
 29   <meta property="twitter:image:width" content="1200">
 30   <meta property="twitter:image:height" content="630">
 31   <meta property="twitter:site" content="@LuteceNews">
 32   <meta property="twitter:card" content="summary"> 
 33   <meta property="twitter:description" content="Anything ?">
 34   <#if isExtendInstalled?? && isExtendInstalled >
 35   <!-- Extends -->
 36   <#if page_id??>@Extender[${page_id},PAGE,opengraph,{header:true}]@</#if>
 37   @Extender[ExtendParameteredId,document,opengraph,{header:true}]@
 38   @Extender[ExtendParameteredId,DIRECTORY_RECORD,opengraph,{header:true}]@
 39   </#if>
 40   ${extend_meta!}
 41   ${document_meta?default("<!-- No Document Meta -->")}
 42   ${rss?default("<!-- no RSS feed -->")}
 43   ${plugins_css_links}
 44   <!-- Included JS Files -->
 45   <script src="js/jquery/jquery.min.js"></script>
 46   ${statistical_include_head}
 47   </head>
 48   <body>
 49   <!-- header -->
 50   <header role="banner" class="header">
 51   ${page_header}
 52   </header>
 53   <!-- end header -->
 54   <!-- Main Content -->
 55   ${social!}
 56   ${contextinclude!}
 57   ${contextinclude_1!}
 58   <main role="main" class="container">
 59   ${page_path!}
 60   <#if page_id?? && isExtendInstalled?? && isExtendInstalled >
 61   <!-- Extends -->
 62   @Extender[${page_id},PAGE,opengraph,{header:false,footer:false}]@
 63   @Extender[${page_id},PAGE,hit,{show:true}]@
 64   @Extender[${page_id},PAGE,rating,{show:"all"}]@
 65   @Extender[${page_id},PAGE,actionbar]@
 66   </#if>
 67   <div class="main-content mt-5 p-5">
 68   ${page_content}
 69   <#if display_last_modified?? && display_last_modified ><p class="text-right pt-2 pr-5">#i18n{portal.site.site_property.page.lastModified} ${last_modified!} </p></#if>
 70   </div>
 71   <#if page_id?? && isExtendInstalled?? && isExtendInstalled>
 72   <!-- Extends -->
 73   @Extender[${page_id},PAGE,comment]@
 74   @Extender[${page_id},PAGE,feedback]@
 75   </#if>
 76   ${contextinclude_2!}
 77   </main>
 78   <!-- Main Content -->
 79   ${page_footer}
 80   <#if page_id?? && isExtendInstalled?? && isExtendInstalled >
 81   @Extender[${page_id},PAGE,opengraph,{footer:true}]@
 82   </#if>	
 83   <!--    ======================================================= -->
 84   <!-- 	Le javascript											-->
 85   <!--    ======================================================= -->
 86   <script src="js/bootstrap.bundle.min.js"></script>
 87   <script src="js/site.js"></script>
 88   ${plugins_javascript_links}
 89   ${statistical_include}
 90   </body>
 91   </html>