Konark

week\tooltip.php

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