Commit 26977ceca478fbcf692fe2baac438468042c953e

Authored by William Daniau
1 parent 5703e30a28
Exists in master

Ajout du favicon dans le S5

Showing 1 changed file with 2 additions and 6 deletions Inline Diff

templates/html/Wize_S5.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 3
<html xmlns="http://www.w3.org/1999/xhtml"> 4 4 <html xmlns="http://www.w3.org/1999/xhtml">
5 5
<head> 6 6 <head>
<title>[% title %]</title> 7 7 <title>[% title %]</title>
<!-- metadata --> 8 8 <!-- metadata -->
<meta name="generator" content="[% generator.name %]" /> 9 9 <meta name="generator" content="[% generator.name %]" />
<meta charset="utf-8"/> 10 10 <meta charset="utf-8"/>
<meta name="version" content="S5 1.1" /> 11 11 <meta name="version" content="S5 1.1" />
<meta name="presdate" content="" /> 12 12 <meta name="presdate" content="" />
<meta name="author" content="" /> 13 13 <meta name="author" content="" />
<meta name="company" content="" /> 14 14 <meta name="company" content="" />
<!-- configuration parameters --> 15 15 <!-- configuration parameters -->
<meta name="defaultView" content="slideshow" /> 16 16 <meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" /> 17 17 <meta name="controlVis" content="hidden" />
<!-- style sheet links --> 18 18 <!-- style sheet links -->
19 <link rel="shortcut icon"
20 href="[% resource('common-spec/favicon.ico') %]" >
<link rel="stylesheet" 19 21 <link rel="stylesheet"
href="[% resource('common-spec/zim-variables.css') %]" > 20 22 href="[% resource('common-spec/zim-variables.css') %]" >
<link rel="stylesheet" 21 23 <link rel="stylesheet"
href="[% resource('common-spec/zim-pres-variables.css') %]" > 22 24 href="[% resource('common-spec/zim-pres-variables.css') %]" >
23 25
24 26
<link rel="stylesheet" href="[% resource('ui/default/slides.css') %]" type="text/css" media="projection" id="slideProj" /> 25 27 <link rel="stylesheet" href="[% resource('ui/default/slides.css') %]" type="text/css" media="projection" id="slideProj" />
<link rel="stylesheet" href="[% resource('ui/default/outline.css') %]" type="text/css" media="screen" id="outlineStyle" /> 26 28 <link rel="stylesheet" href="[% resource('ui/default/outline.css') %]" type="text/css" media="screen" id="outlineStyle" />
<link rel="stylesheet" href="[% resource('ui/default/print.css') %]" type="text/css" media="print" id="slidePrint" /> 27 29 <link rel="stylesheet" href="[% resource('ui/default/print.css') %]" type="text/css" media="print" id="slidePrint" />
<link rel="stylesheet" href="[% resource('ui/default/opera.css') %]" type="text/css" media="projection" id="operaFix" /> 28 30 <link rel="stylesheet" href="[% resource('ui/default/opera.css') %]" type="text/css" media="projection" id="operaFix" />
29 31
<link rel="stylesheet" 30 32 <link rel="stylesheet"
href="[% resource('common/zim-style.css') %]" > 31 33 href="[% resource('common/zim-style.css') %]" >
<link rel="stylesheet" 32 34 <link rel="stylesheet"
href="[% resource('common/zim-table-style.css') %]" > 33 35 href="[% resource('common/zim-table-style.css') %]" >
<link rel="stylesheet" 34 36 <link rel="stylesheet"
href="[% resource('common/zim-special.css') %]" > 35 37 href="[% resource('common/zim-special.css') %]" >
<link rel="stylesheet" 36 38 <link rel="stylesheet"
href="[% resource('common/zim-hljs.css') %]" > 37 39 href="[% resource('common/zim-hljs.css') %]" >
<link rel="stylesheet" 38 40 <link rel="stylesheet"
href="[% resource('common-spec/zim-pres-override.css') %]" > 39 41 href="[% resource('common-spec/zim-pres-override.css') %]" >
40 42
<link rel="stylesheet" 41 43 <link rel="stylesheet"
href="[% resource('common/hljs/styles/sunburst.css') %]" > 42 44 href="[% resource('common/hljs/styles/sunburst.css') %]" >
43 45
<!-- hljs --> 44 46 <!-- hljs -->
<script src="[% resource('common/hljs/highlight.pack.js') %]"></script> 45 47 <script src="[% resource('common/hljs/highlight.pack.js') %]"></script>
46 48
<script src="[% resource('common/wizefunc.js') %]"></script> 47 49 <script src="[% resource('common/wizefunc.js') %]"></script>
48 50
<!-- S5 JS --> 49 51 <!-- S5 JS -->
<script src="[% resource('ui/default/slides.js') %]" type="text/javascript"></script> 50 52 <script src="[% resource('ui/default/slides.js') %]" type="text/javascript"></script>
<style type='text/css'> 51 53 <style type='text/css'>
* { font-family: sans-serif } 52 54 * { font-family: sans-serif }
img { 53 55 img {
display: block; 54 56 display: block;
margin-left: auto; 55 57 margin-left: auto;
margin-right: auto; 56 58 margin-right: auto;
} 57 59 }
tt { 58 60 tt {
font-size: inherit; 59 61 font-size: inherit;
} 60 62 }
61 63
td, th { 62 64 td, th {
font-size:80%; 63 65 font-size:80%;
} 64 66 }
65 67
code { 66 68 code {
font-size:80%; 67 69 font-size:80%;
} 68
body { 69
background: var(--main-pres-background-color); 70
background-image: url('[% resource("common-spec/fond-pres.jpg") %]'); 71
background-repeat: var(--main-pres-background-repeat); 72
background-size: var(--main-pres-background-size); 73
} 74 70 }
75 71
</style> 76 72 </style>
</head> 77 73 </head>
<body> 78 74 <body>
79 75
<div class="layout"> 80 76 <div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div> 81 77 <div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div> 82 78 <div id="currentSlide"><!-- DO NOT EDIT --></div>
<div id="header"> 83 79 <div id="header">
<div id="logoDivId" style="position: absolute; right: 1em;"> 84 80 <div id="logoDivId" style="position: absolute; right: 1em;">
<img id="logoImgId" src='[% resource("common-spec/logo-pres.png") %]' alt=' '> 85 81 <img id="logoImgId" src='[% resource("common-spec/logo-pres.png") %]' alt=' '>
</div> 86 82 </div>
</div> 87 83 </div>
<div id="footer"> 88 84 <div id="footer">
<h2 id="footinfo1"></h2> 89 85 <h2 id="footinfo1"></h2>
<h2 id="footinfo2"></h2> 90 86 <h2 id="footinfo2"></h2>
</div> 91 87 </div>
92 88
</div> 93 89 </div>