Advertisement
oleghalin

Untitled

Feb 14th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. <!--Вопрос тикета-->
  2. <div class="content-title">Не могу зайти в игру</div>
  3.  
  4. <!--Сообщение пользователя-->
  5. <div class="content-block">
  6. <div class="info">
  7. <div class="title">User</div>
  8. <div class="postdate">29.02 22:50</div>
  9. </div>
  10. <div class="content">But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?</div>
  11. </div>
  12. <!--Сообщение админа-->
  13. <div class="content-block">
  14. <div class="info">
  15. <div class="title">Admin</div>
  16. <div class="postdate">29.02 23:10</div>
  17. </div>
  18. <div class="content">
  19. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  20. <div class="text-right"><span>Как вы оцениваете ответ? </span><a href="">Плохо</a><span>/</span><a href="">Хорошо</a></div>
  21. </div>
  22. </div>
  23. <!--Форма-->
  24. <form class="boi-form">
  25. <div class="input-container">
  26. <div style="width:100%" class="input">
  27. <label for="answer">Ваш ответ</label>
  28. <textarea id="answer" name="answer" type="text" style="width:100%"></textarea>
  29. </div>
  30. </div>
  31. <div class="text-center register-button">
  32. <button type="submit">Войти </button>
  33. </div>
  34. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement