Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. @using Sitecore.Mvc
  2. @using Sitecore.Mvc.Presentation
  3. @model RenderingModel
  4. @{
  5.  
  6. }
  7. <hr />
  8. <!-- [Comments List] -->
  9. <div class="comments">
  10. <h4>What others have to say</h4>
  11. <div><strong>John</strong> &mdash; 05 Feb 2016</div>
  12. <blockquote>Fantastic hike, I did it in 2014, I can't wait to do it again!</blockquote>
  13. <div><strong>Kerry</strong> &mdash; 06 Feb 2016</div>
  14. <blockquote>It is too long, and not really worth it.</blockquote>
  15. </div>
  16. <!-- [/Comments List] -->
  17. <!-- [Comments Form] -->
  18. <div>
  19. <form action="#">
  20. <div>
  21. <input type="text" class="form-control" placeholder="Name" name="name">
  22. <input type="text" class="form-control" placeholder="Add your comment here" name="comment">
  23. </div>
  24. <input type="submit" class="btn btn-default" value="Submit Comment">
  25. </form>
  26. </div>
  27. <!-- [/Comments Form] -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement