Example #1
0
    <?php 
include locate_template('partials/sidebar-single-breadcrumbs.php');
?>
    

    <h1>&nbsp;</h1>
      

      <div class="uw-body-copy">
        
        <div id="isotope-canvas">
        <?php 
$storyGrid = new \UWAA\View\ThumbnailBrowser\ThumbnailBrowser();
$storyGrid->renderGridListPrintIcons();
$storyGrid->renderSearchBox('category');
$storyGrid->renderToolbar('category');
?>
            <div class="isotope tile">
            <?php 
$storyGrid->makeThumbnails(new StoryIsotope());
?>
            </div>
        </div>

      </div>

    </div>   

  </div>

</div>
Example #2
0
      <h2 class="uw-site-title">UWAA Membership</h2>

    <?php 
include locate_template('partials/sidebar-single-breadcrumbs.php');
?>
    
      <h1>Membership Benefits</h1>

      <div class="uw-body-copy">
        
        <div id="isotope-canvas">
        <?php 
$benefitsGrid = new \UWAA\View\ThumbnailBrowser\ThumbnailBrowser();
$benefitsGrid->renderGridListPrintIcons();
$benefitsGrid->renderSearchBox('Benefits');
$benefitsGrid->renderToolbar('Benefits');
// $benefitsGrid->buildSortingToolbar('destinations');
?>
            <div class="isotope tile">
            <?php 
$benefitsGrid->makeThumbnails(new BenefitsIsotope());
?>
            </div>
        </div>

      </div>

    </div>   

  </div>
Example #3
0
?>

      <h1><?php 
the_title();
?>
</h1>

      <div class="uw-body-copy">
        <div id="isotope-canvas">

      
        <?php 
$tourGrid = new \UWAA\View\ThumbnailBrowser\ThumbnailBrowser();
$tourGrid->renderGridListPrintIcons();
$tourGrid->renderSearchBox('Tours');
$tourGrid->renderToolbar('Destinations');
?>
            <div class="isotope tile">
            <?php 
$tourGrid->makeThumbnails(new ToursIsotope());
?>
            </div>
        </div>

      </div>

    </div>   

  </div>

</div>
Example #4
0
    <h2 class="uw-site-title">Events</h2>
    
     <?php 
include locate_template('partials/sidebar-single-breadcrumbs.php');
?>

      <div class="uw-body-copy">


        <div id="isotope-canvas">
        
        <?php 
$eventGrid = new \UWAA\View\ThumbnailBrowser\ThumbnailBrowser();
$eventGrid->renderGridListPrintIcons();
$eventGrid->renderSearchBox('Events');
$eventGrid->renderToolbar('Events');
?>
            <div class="isotope tile">
            <?php 
$eventGrid->makeThumbnails(new EventsIsotope());
?>
            </div>
        </div>

      </div>

    </div>   

  </div>

</div>