Home « Server software «
Documentation: skins/digital/template_s5.php
skins/digital/template_s5.php - The HTML template for slideshow based on S5
The S5 theme to use is specified in constant S5_THEME that is defined in skin.php. Default value is set in skin_skeleton.php to 'default'.This template uses specific variables as follows:
- $context['footer'] - content of slide footer
- $context['header'] - content of slide header
- $context['text'] - the list of slides, which is the main content of the page
Slide footer is made of up to two successive headers, as per following pattern:
<h1>[location/date of presentation]</h1>
<h2>[slide show title here]</h2>
Main content of the page is a list of slides, as per following pattern:
<div class="slide">
<h1>[slide show title here]</h1>
<h3>[name of presenter]</h3>
<h4>[affiliation of presenter]</h4>
</div>
<div class="slide">
<h1>[slide title]</h1>
<ul>
<li>[point one]</li>
<li>[point two]</li>
<li>[point three]</li>
<li>[point four]</li>
<li>[point five]</li>
</ul>
<div class="handout">
[any material that should appear in print but not on the slide]
</div>
</div>
...
This script is a reference file of this system.
Voir aussi:
Licence: GNU Lesser General Public License
Auteurs:
- Bernard Paques bernard.paques@bigfoot.com