rewiev.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <html lang="en">
  2. <head id="top">
  3. <meta charset="UTF-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. <link rel="stylesheet" href="styles/style_rew.css">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>ModelMaster</title>
  8. </head>
  9. <body>
  10. <div class="header_content">
  11. <div class="Name_site">
  12. <p class="Name">Model <br class="Name1">
  13. Master</p>
  14. </div>
  15. <div class="hd">
  16. <div class = "login1">
  17. <a href="indexforuser.html"><div class = "login2">
  18. <p>Главная</p>
  19. </div></a>
  20. </div>
  21. </div>
  22. </div>
  23. <div class="pred">
  24. <div class="pred_up">
  25. <div class = "login">
  26. <form action = "review.php" method="POST"> <p>Поставьте нам оценку: </p>
  27. <div class="rating-area">
  28. <input type="radio" id="star-5" name="rating" value="5">
  29. <label for="star-5" title="Оценка «5»"></label>
  30. <input type="radio" id="star-4" name="rating" value="4">
  31. <label for="star-4" title="Оценка «4»"></label>
  32. <input type="radio" id="star-3" name="rating" value="3">
  33. <label for="star-3" title="Оценка «3»"></label>
  34. <input type="radio" id="star-2" name="rating" value="2">
  35. <label for="star-2" title="Оценка «2»"></label>
  36. <input type="radio" id="star-1" name="rating" value="1">
  37. <label for="star-1" title="Оценка «1»"></label>
  38. </div>
  39. <label for="review"></label>
  40. <input type="text" name="review" id="review" required placeholder="Введите текст комментария">
  41. <input type="submit" value="Отправить комментарий" >
  42. </form>
  43. </div>
  44. </div>
  45. </div>
  46. <footer>
  47. <div class="footer-content">
  48. <div class="footer-info">
  49. <h3>Горячая линия и связь:</h3>
  50. <p>Телефон: **************</p>
  51. <p>Эл. почта: *****************</p>
  52. </div>
  53. </div>
  54. <p class="copyright">&copy; ModelMaster</p>
  55. </footer>
  56. </body>