Commit 455eea7072be1200d87adf79d3432f52f90a3679
1 parent
8f9345a870
Exists in
master
Nouvelle version de Wize_S5 utilisant plus de paramètres configurables
Showing 1 changed file with 3 additions and 2 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 --> | |
<link rel="shortcut icon" | 19 | 19 | <link rel="shortcut icon" | |
href="[% resource('common-spec/favicon.ico') %]" > | 20 | 20 | href="[% resource('common-spec/favicon.ico') %]" > | |
<link rel="stylesheet" | 21 | 21 | <link rel="stylesheet" | |
href="[% resource('common-spec/zim-variables.css') %]" > | 22 | 22 | href="[% resource('common-spec/zim-variables.css') %]" > | |
<link rel="stylesheet" | 23 | 23 | <link rel="stylesheet" | |
href="[% resource('common-spec/zim-pres-variables.css') %]" > | 24 | 24 | href="[% resource('common-spec/zim-pres-variables.css') %]" > | |
25 | 25 | |||
26 | 26 | |||
<link rel="stylesheet" href="[% resource('ui/default/slides.css') %]" type="text/css" media="projection" id="slideProj" /> | 27 | 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" /> | 28 | 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" /> | 29 | 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" /> | 30 | 30 | <link rel="stylesheet" href="[% resource('ui/default/opera.css') %]" type="text/css" media="projection" id="operaFix" /> | |
31 | 31 | |||
<link rel="stylesheet" | 32 | 32 | <link rel="stylesheet" | |
href="[% resource('common/zim-style.css') %]" > | 33 | 33 | href="[% resource('common/zim-style.css') %]" > | |
<link rel="stylesheet" | 34 | 34 | <link rel="stylesheet" | |
href="[% resource('common/zim-table-style.css') %]" > | 35 | 35 | href="[% resource('common/zim-table-style.css') %]" > | |
<link rel="stylesheet" | 36 | 36 | <link rel="stylesheet" | |
href="[% resource('common/zim-special.css') %]" > | 37 | 37 | href="[% resource('common/zim-special.css') %]" > | |
<link rel="stylesheet" | 38 | 38 | <link rel="stylesheet" | |
href="[% resource('common/zim-hljs.css') %]" > | 39 | 39 | href="[% resource('common/zim-hljs.css') %]" > | |
<link rel="stylesheet" | 40 | 40 | <link rel="stylesheet" | |
href="[% resource('common-spec/zim-pres-override.css') %]" > | 41 | 41 | href="[% resource('common-spec/zim-pres-override.css') %]" > | |
42 | 42 | |||
<link rel="stylesheet" | 43 | 43 | <link rel="stylesheet" | |
href="[% resource('common/hljs/styles/sunburst.css') %]" > | 44 | 44 | href="[% resource('common/hljs/styles/sunburst.css') %]" > | |
45 | 45 | |||
<!-- hljs --> | 46 | 46 | <!-- hljs --> | |
<script src="[% resource('common/hljs/highlight.pack.js') %]"></script> | 47 | 47 | <script src="[% resource('common/hljs/highlight.pack.js') %]"></script> | |
48 | 48 | |||
<script src="[% resource('common/wizefunc.js') %]"></script> | 49 | 49 | <script src="[% resource('common/wizefunc.js') %]"></script> | |
50 | 50 | |||
<!-- S5 JS --> | 51 | 51 | <!-- S5 JS --> | |
<script src="[% resource('ui/default/slides.js') %]" type="text/javascript"></script> | 52 | 52 | <script src="[% resource('ui/default/slides.js') %]" type="text/javascript"></script> | |
<style type='text/css'> | 53 | 53 | <style type='text/css'> | |
* { font-family: sans-serif } | 54 | 54 | * { font-family: sans-serif } | |
img { | 55 | 55 | img { | |
display: block; | 56 | 56 | display: block; | |
margin-left: auto; | 57 | 57 | margin-left: auto; | |
margin-right: auto; | 58 | 58 | margin-right: auto; | |
59 | height: var(--main-pres-img-height); | |||
} | 59 | 60 | } | |
tt { | 60 | 61 | tt { | |
font-size: inherit; | 61 | 62 | font-size: inherit; | |
} | 62 | 63 | } | |
63 | 64 | |||
td, th { | 64 | 65 | td, th { | |
font-size:80%; | 65 | 66 | font-size: var(--main-pres-table-font-size); | |
} | 66 | 67 | } | |
67 | 68 | |||
code { | 68 | 69 | code { | |
font-size:80%; | 69 | 70 | font-size: var(--main-pres-code-font-size); | |
} | 70 | 71 | } | |
71 | 72 | |||
body { | 72 | 73 | body { | |
background: var(--main-pres-background-color); | 73 | 74 | background: var(--main-pres-background-color); | |
background-image: url('[% resource("common-spec/fond-pres.jpg") %]'); | 74 | 75 | background-image: url('[% resource("common-spec/fond-pres.jpg") %]'); | |
background-repeat: var(--main-pres-background-repeat); | 75 | 76 | background-repeat: var(--main-pres-background-repeat); | |
background-size: var(--main-pres-background-size); | 76 | 77 | background-size: var(--main-pres-background-size); | |
} | 77 | 78 | } | |
78 | 79 | |||
</style> | 79 | 80 | </style> | |
</head> | 80 | 81 | </head> | |
<body> | 81 | 82 | <body> | |
82 | 83 | |||
<div class="layout"> | 83 | 84 | <div class="layout"> | |
<div id="controls"><!-- DO NOT EDIT --></div> | 84 | 85 | <div id="controls"><!-- DO NOT EDIT --></div> | |
<div id="currentSlide"><!-- DO NOT EDIT --></div> | 85 | 86 | <div id="currentSlide"><!-- DO NOT EDIT --></div> | |
<div id="header"> | 86 | 87 | <div id="header"> | |
<div id="logoDivId" style="position: absolute; right: 1em;"> | 87 | 88 | <div id="logoDivId" style="position: absolute; right: 1em;"> | |
<img id="logoImgId" src='[% resource("common-spec/logo-pres.png") %]' alt=' '> | 88 | 89 | <img id="logoImgId" src='[% resource("common-spec/logo-pres.png") %]' alt=' '> | |
</div> | 89 | 90 | </div> | |
</div> | 90 | 91 | </div> | |
<div id="footer"> | 91 | 92 | <div id="footer"> | |
<h2 id="footinfo1"></h2> | 92 | 93 | <h2 id="footinfo1"></h2> | |
<h2 id="footinfo2"></h2> | 93 | 94 | <h2 id="footinfo2"></h2> | |
</div> | 94 | 95 | </div> | |
95 | 96 | |||
</div> | 96 | 97 | </div> | |
97 | 98 |