welcome.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <div id="booked-welcome-screen">
  2. <div class="wrap about-wrap">
  3. <h1><?php echo sprintf(esc_html__('Thanks for using %s!','booked'),'Booked'); ?></h1>
  4. <div class="about-text">
  5. <?php echo sprintf(esc_html__('If this is your first time using %s, you will find some helpful "Getting Started" links below. If you just updated the plugin, you can find out what\'s new in the "What\'s New" section below.','booked'),'Booked'); ?>
  6. </div>
  7. <div class="booked-badge">
  8. <img src="<?php echo BOOKED_PLUGIN_URL; ?>/templates/images/badge.png">
  9. </div>
  10. <div id="welcome-panel" class="welcome-panel">
  11. <img src="<?php echo BOOKED_PLUGIN_URL; ?>/templates/images/welcome-banner.jpg" class="booked-welcome-banner">
  12. <div class="welcome-panel-content">
  13. <div class="welcome-panel-column-container">
  14. <div class="welcome-panel-column">
  15. <h3><?php esc_html_e('Getting Started','booked'); ?></h3>
  16. <ul>
  17. <li><a class="welcome-icon welcome-learn-more" href="https://boxystudio.ticksy.com/articles/3239/" target="_blank"><?php esc_html_e('Installation & Setup Guide','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a></li>
  18. <li><a class="welcome-icon welcome-learn-more" href="https://boxystudio.ticksy.com/articles/6268/" target="_blank"><?php esc_html_e('Custom Calendars','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a></li>
  19. <li><a class="welcome-icon welcome-learn-more" href="https://boxystudio.ticksy.com/articles/3238/" target="_blank"><?php esc_html_e('Default Time Slots','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a></li>
  20. <li><a class="welcome-icon welcome-learn-more" href="https://boxystudio.ticksy.com/articles/3233/" target="_blank"><?php esc_html_e('Custom Time Slots','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a></li>
  21. <li><a class="welcome-icon welcome-learn-more" href="https://boxystudio.ticksy.com/articles/6267/" target="_blank"><?php esc_html_e('Custom Fields','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a></li>
  22. <li><a class="welcome-icon welcome-learn-more" href="https://boxystudio.ticksy.com/articles/3240/" target="_blank"><?php esc_html_e('Shortcodes','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a></li>
  23. </ul>
  24. <a class="button" style="margin-bottom:15px; margin-top:0;" href="https://boxystudio.ticksy.com/articles/7827/" target="_blank"><?php esc_html_e('View all Guides','booked'); ?>&nbsp;&nbsp;<i class="booked-icon booked-icon-sign-out"></i></a>&nbsp;
  25. <a class="button button-primary" style="margin-bottom:15px; margin-top:0;" href="<?php echo get_admin_url().'admin.php?page=booked-settings'; ?>"><?php esc_html_e('Get Started','booked'); ?></a>
  26. </div>
  27. <div class="welcome-panel-column welcome-panel-last">
  28. <?php do_action( 'booked_welcome_before_changelog' ); ?>
  29. <?php echo booked_parse_readme_changelog(); ?>
  30. <?php do_action( 'booked_welcome_after_changelog' ); ?>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </div>