Wize_S5.html 3.46 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<title>[% title %]</title>
<!-- metadata -->
<meta name="generator" content="[% generator.name %]" />
<meta charset="utf-8"/>
<meta name="version" content="S5 1.1" />
<meta name="presdate" content="" />
<meta name="author" content="" />
<meta name="company" content="" />
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
<!-- style sheet links -->
<link rel="stylesheet"
        href="[% resource('common-spec/zim-variables.css') %]" >
<link rel="stylesheet"
        href="[% resource('common-spec/zim-pres-variables.css') %]" >

        
<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" />
<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" />
    
    <link rel="stylesheet"
        href="[% resource('common/zim-style.css') %]" >
    <link rel="stylesheet"
        href="[% resource('common/zim-table-style.css') %]" >
    <link rel="stylesheet"
        href="[% resource('common/zim-special.css') %]" >
    <link rel="stylesheet"
        href="[% resource('common/zim-hljs.css') %]" >
    <link rel="stylesheet"
        href="[% resource('common-spec/zim-pres-override.css') %]" >

    <link rel="stylesheet"
        href="[% resource('common/hljs/styles/sunburst.css') %]" >
      
    <!-- hljs -->
    <script src="[% resource('common/hljs/highlight.pack.js') %]"></script>
        
    <script src="[% resource('common/wizefunc.js') %]"></script>    
        
<!-- S5 JS -->
<script src="[% resource('ui/default/slides.js') %]" type="text/javascript"></script>
 <style type='text/css'>
    *           { font-family: sans-serif }
    img {            
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    tt {
            font-size: inherit;
        }
        
    td, th {
        font-size:80%;
    }
    
    code {
        font-size:80%;
        }
    body {
        background: var(--main-pres-background-color);
        background-image: url('[% resource("common-spec/fond-pres.jpg") %]');
        background-repeat: var(--main-pres-background-repeat);
        background-size: var(--main-pres-background-size);
        }
               
</style>
</head>
<body>

<div class="layout">
<div id="controls"><!-- DO NOT EDIT --></div>
<div id="currentSlide"><!-- DO NOT EDIT --></div>
<div id="header">
<div id="logoDivId" style="position: absolute; right: 1em;">
<img id="logoImgId" src='[% resource("common-spec/logo-pres.png") %]' alt=' '>
</div>
</div>
<div id="footer">
<h2 id="footinfo1"></h2>
<h2 id="footinfo2"></h2>
</div>

</div>

<div class="presentation">

[% options.empty_lines = "remove" %]

[% FOR page IN pages %]
[% FOR section IN page.headings(1) %]
<div class="slide">
[% section.content %]
</div>
[% END %]
[% END %]

</div>
<script src="[% resource('common/go-hljs.js') %]"></script>
<script>tagToInfo();</script>

</body>
</html>