Advertisement
aknath

Default appointment page

Dec 22nd, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.52 KB | None | 0 0
  1. <table>
  2. <tbody>
  3. <tr>
  4. <td colspan="2">[app_my_appointments]</td>
  5. </tr>
  6. <tr>
  7. <td>[app_services select="Please select your event type"] [app_service_location]</td>
  8. <td>[app_service_providers]</td>
  9. </tr>
  10. <tr>
  11. <td colspan="2">[app_monthly_schedule title="<h2>Our schedule for START</h2>"]</td>
  12. </tr>
  13. <tr>
  14. <td colspan="2">[app_pagination month="1"]</td>
  15. </tr>
  16. <tr>
  17. <td colspan="2">[app_login]</td>
  18. </tr>
  19. <tr>
  20. <td colspan="2">[app_confirmation]</td>
  21. </tr>
  22. <tr>
  23. <td colspan="2">[app_paypal]</td>
  24. </tr>
  25. </tbody>
  26. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement