| 1 |
<div class="<?php print $class; ?>-wrapper timeline-wrapper" style="width: <?php print $width; ?>; height: <?php print $height; ?>" >
|
| 2 |
<noscript><?php print t('This page uses Javascript to show you a Timeline. Please enable Javascript in your browser to see the full page. Thank you'); ?></noscript>
|
| 3 |
<div id="<?php print $id; ?>" class="<?php print $class; ?> <?php print $timeline_theme ?>" style="height: <?php print $height; ?>;"></div>
|
| 4 |
<div id="timeline_top_left"></div>
|
| 5 |
<div id="timeline_top_right"></div>
|
| 6 |
<div id="timeline_bot_left"></div>
|
| 7 |
<div id="timeline_bot_right"></div>
|
| 8 |
<?php if (isset($controls)): ?>
|
| 9 |
<div id="<?php print $id; ?>-controls" class="<?php print $class; ?>-controls"></div>
|
| 10 |
<?php endif; ?>
|
| 11 |
</div>
|
| 12 |
<?php if (isset($debug)) print '<br />' . $debug; ?>
|