/[drupal]/contributions/modules/timeline/views-view-timeline.tpl.php
ViewVC logotype

Contents of /contributions/modules/timeline/views-view-timeline.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Sat Jul 25 02:14:49 2009 UTC (4 months ago) by xamanu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +2 -2 lines
File MIME type: text/x-php
Bringing HEAD in sync with the DRUPAL-6--2 branch
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; ?>

  ViewVC Help
Powered by ViewVC 1.1.2