Skip to main content Help Control Panel

Aubagne HipHop

Tout le Hip Hop d'Aubagne et des alentours

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:

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:

Tools
Browse the source of this script
Server software