1
|
<?xml version="1.0"?>
|
2
|
<sm:openUiWidget xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns="http://www.w3.org/1999/xhtml" code="htmlMeta" info="Tags métas génériques">
|
3
|
<sm:fillTemplateBuffers>
|
4
|
<sm:postXslFragment keyXsl="xhtml" xml:space="preserve"><xsl:overlay match="html">
|
5
|
<xsl:attribute name="lang"><xsl:value-of select="'?note=Langue%20par%20defaut%20des%20pages%20html&amp;key=defaultWebLangCode;fr'"/></xsl:attribute>
|
6
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
7
|
</xsl:overlay>
|
8
|
|
9
|
</sm:postXslFragment>
|
10
|
</sm:fillTemplateBuffers>
|
11
|
<sm:content>
|
12
|
<meta name="generator">
|
13
|
<addAttribute name="content">
|
14
|
<sm:wspInfo type="scenariVersionFull" prefix="SCENARI " suffix=" / "/>
|
15
|
<sm:wspInfo type="modKey" suffix=" "/>
|
16
|
<sm:wspInfo type="modVersionFull" suffix=" - http://www.scenari.org"/>
|
17
|
</addAttribute>
|
18
|
</meta>
|
19
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
20
|
<sm:choose>
|
21
|
<sm:when xpath="genProp('meta.robots-skin', 'all')!='all'">
|
22
|
<meta name="robots">
|
23
|
<sm:addAttribute name="content">
|
24
|
<sm:genProperty code="meta.robots-skin"/>
|
25
|
</sm:addAttribute>
|
26
|
</meta>
|
27
|
</sm:when>
|
28
|
</sm:choose>
|
29
|
</sm:content>
|
30
|
</sm:openUiWidget>
|