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

Diff of /contributions/modules/jcarousellite/modules/jcarousellite_views/views-view-jcarousellite.tpl.php

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

revision 1.1.2.1, Wed Sep 16 23:54:12 2009 UTC revision 1.1.2.2, Thu Sep 17 00:15:09 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: views-view-list.tpl.php,v 1.3 2008/09/30 19:47:11 merlinofchaos Exp $  // $Id: views-view-jcarousellite.tpl.php,v 1.1.2.1 2009/09/16 23:54:12 owahab Exp $
3  /**  /**
4   * @file views-view-jcarousellite.tpl.php   * @file views-view-jcarousellite.tpl.php
5   * Default simple view template to display a list of rows.   * Default simple view template to display a list of rows.
# Line 9  Line 9 
9   * @ingroup views_templates   * @ingroup views_templates
10   */   */
11  ?>  ?>
12  <div class="item-list">  <div class="jcarousellite jcarousellite-<?php print $view->vid; ?> jcarousellite-<?php print $view->vid; ?>-<?php print $options['counter']; ?>">
13    <?php if (!empty($title)) : ?>          <div class="item-list">
14      <h3><?php print $title; ?></h3>            <?php if (!empty($title)) : ?>
15    <?php endif; ?>              <h3><?php print $title; ?></h3>
16          <<?php print $options['type']; ?>>            <?php endif; ?>
17          <?php foreach ($rows as $id1 => $row): ?>                  <<?php print $options['type']; ?>>
18                  <li class="<?php print $classes[$id1]; ?>">                  <?php foreach ($rows as $id1 => $row): ?>
19                  <div>                          <li class="<?php print $classes[$id1]; ?>">
20                  <?php foreach ($row as $id2 => $l): ?>                          <div>
21        <div><?php print $l; ?></div>                          <?php foreach ($row as $id2 => $l): ?>
22      <?php endforeach; ?>                <div><?php print $l; ?></div>
23                  </div>              <?php endforeach; ?>
24    <?php endforeach; ?>                          </div>
25          </li>            <?php endforeach; ?>
26          </<?php print $options['type']; ?>>                  </li>
27                    </<?php print $options['type']; ?>>
28            </div>
29  </div>  </div>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2