-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReviews.html
More file actions
46 lines (34 loc) · 1.59 KB
/
Copy pathReviews.html
File metadata and controls
46 lines (34 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reviews</title>
<link rel="icon" href="Image\CityBus.jpg">
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.2/css/star-rating.min.css" />
<link rel="stylesheet" type="text/css" href="CSS\bar.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.2/js/star-rating.min.js"></script>
<link rel="stylesheet" type="text/css" href="CSS\reviews.css">
</head>
<body>
<a href="index.html"><img src="Image\Back.png" style="width: 5%;"></a>
<center>
<div class="container">
<label for="input-1" class="control-label">Give a rating for this:</label>
<input id="input-1" name="input-1" class="rating rating-loading" data-min="0" data-max="5" data-step="0.1" value="2">
</div>
<div class="rec">តើអ្នកមានមតិយោបល់អ្វីដែរឬទេ? / Would you recommend to US?</div>
<button class="con" >មាន / Yes</button>
<button class="con" >គ្មាន / No</button>
<br><br>
<div id="rcorners1">
<textarea name="Type here" placeholder="If you have recommend can comment on this." required></textarea>
</div>
<button class="con" >ទៅ / Post</button>
<button class="con" >បោះបង់ / Cancel</button>
</center>
<br><br><br><br>
<script>$("#input-id").rating();</script>
</body>
</html>