Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {exp:channel:form channel="tournament"}
  2. <ul>
  3. <li>
  4. <label for="tour_title">Tournament Name</label>
  5. <input class="medium" type="text" name="tour_title" id="tour_title" value="{tour_title}">
  6. </li>
  7. <li>
  8. <label for="tour_body">Tournament Description</label>
  9. <textarea name="tournament-description"></textarea>
  10. </li>
  11. <li>etc .....</li>
  12. </ul>
  13. {/exp:channel:form}
  14.  
  15. <section class="page_nav">
  16. <a href="#" class="form-button">Next</a>
  17. </section>
  18. <section class="page_nav">
  19. <a href="#" class="form-button">Last</a>
  20. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement