Advertisement
Konark

month\tooltip.php

Aug 23rd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.67 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4.  *
  5.  * Please see single-event.php in this directory for detailed instructions on how to use and modify these templates.
  6.  *
  7.  * @cmsmasters_package  Petrovich
  8.  * @cmsmasters_version  1.0.0
  9.  *
  10.  */
  11.  
  12. ?>
  13.  
  14. <script type="text/html" id="tribe_tmpl_tooltip">
  15.     <div id="tribe-events-tooltip-[[=eventId]]" class="tribe-events-tooltip">
  16.         [[ if(imageTooltipSrc.length) { ]]
  17.             <div class="tribe-events-event-thumb preloader">
  18.                 <img class="full-width" src="[[=imageTooltipSrc]]" alt="[[=title]]" \/>
  19.             <\/div>
  20.         [[ } ]]
  21.         <div class="tribe-events-event-body">
  22.             <h3 class="entry-title summary">[[=raw title]]<\/h3>
  23.             <div class="duration">
  24.                 <abbr class="tribe-events-abbr updated published dtstart">[[=dateDisplay]] <\/abbr>
  25.             <\/div>
  26.             [[ if(excerpt.length) { ]]
  27.             <p class="entry-summary description">[[=raw excerpt]]<\/p>
  28.             [[ } ]]
  29.             <span class="tribe-events-arrow"><\/span>
  30.         <\/div>
  31.     <\/div>
  32. </script>
  33.  
  34. <script type="text/html" id="tribe_tmpl_tooltip_featured">
  35.     <div id="tribe-events-tooltip-[[=eventId]]" class="tribe-events-tooltip tribe-event-featured">
  36.         [[ if(imageTooltipSrc.length) { ]]
  37.             <div class="tribe-events-event-thumb preloader">
  38.                 <img class="full-width" src="[[=imageTooltipSrc]]" alt="[[=title]]" \/>
  39.             <\/div>
  40.         [[ } ]]
  41.         <div class="tribe-events-event-body">
  42.             <h3 class="entry-title summary">[[=raw title]]<\/h3>
  43.             <div class="duration">
  44.                 <abbr class="tribe-events-abbr updated published dtstart">[[=dateDisplay]] <\/abbr>
  45.             <\/div>
  46.             [[ if(excerpt.length) { ]]
  47.             <p class="entry-summary description">[[=raw excerpt]]<\/p>
  48.             [[ } ]]
  49.             <span class="tribe-events-arrow"><\/span>
  50.         <\/div>
  51.     <\/div>
  52. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement