Guest User

Untitled

a guest
Apr 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <h2>Registration for Shambhava School of Yoga</h2>
  2. <p>
  3. Thank you for choosing the Shambhava School of Yoga. Please complete the entirety of this form to be considered for our teacher
  4. training program.
  5. </p>
  6. <br/>
  7.  
  8. <fieldset>
  9. <table width=25%>
  10. <p> This is the course you've decided to register for. If this is not the correct information please return to the course table. </p>
  11.  
  12. <tr>
  13. <th><?=$course->getCourseDetail()->getName()?></th>
  14. <th><?=$course->getSchool()->getName()?></th>
  15. </tr>
  16.  
  17. <tr>
  18. <th><h4>Start Date</h4><?=$course->getStartDate('m/d/Y')?></th>
  19. <th><h4>End Date</h4><?=$course->getEndDate('m/d/Y')?></th>
  20. </tr>
  21. </table>
  22. </fieldset>
Add Comment
Please, Sign In to add comment