-
Notifications
You must be signed in to change notification settings - Fork 0
/
gg.html
115 lines (109 loc) · 6.9 KB
/
gg.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<form action="" method="POST">
{% csrf_token %}
<div class="text-center pt-3 pb-4 mb-1">
<h5>Create a new slot</h5>
</div>
<div id="custom-progress-bar" class="progress-nav mb-4">
<div class="progress" style="height: 1px;">
<div class="progress-bar" role="progressbar" style="width: 0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<ul class="nav nav-pills progress-bar-tab custom-nav" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link rounded-pill active" data-progressbar="custom-progress-bar" id="pills-gen-info-tab" data-bs-toggle="pill" data-bs-target="#pills-gen-info" type="button" role="tab" aria-controls="pills-gen-info" aria-selected="true" data-position="0">1</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link rounded-pill" data-progressbar="custom-progress-bar" id="pills-info-desc-tab" data-bs-toggle="pill" data-bs-target="#pills-info-desc" type="button" role="tab" aria-controls="pills-info-desc" aria-selected="false" data-position="1">2</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link rounded-pill" data-progressbar="custom-progress-bar" id="pills-success-tab" data-bs-toggle="pill" data-bs-target="#pills-success" type="button" role="tab" aria-controls="pills-success" aria-selected="false" data-position="2">3</button>
</li>
</ul>
</div>
<div class="tab-content">
<div class="tab-pane fade active show" id="pills-gen-info" role="tabpanel" aria-labelledby="pills-gen-info-tab">
<div>
<div class="mb-4">
<div>
<h5 class="mb-1">Spot Location</h5>
<p class="text-muted">Fill all Information as below</p>
</div>
</div>
<div class="row">
<div class="col-lg-3">
<div class="mb-3">
<label class="form-label" for="spot_house_no">Spot House No.</label>
<input type="text" class="form-control" id="spot_house_no" placeholder="house">
</div>
</div>
<div class="col-lg-3">
<div class="mb-3">
<label class="form-label" for="spot_area_name">Area Name</label>
<input type="text" class="form-control" id="spot_area_name" placeholder="area">
</div>
</div>
<div class="col-lg-3">
<div class="mb-3">
<label class="form-label" for="spot_city_name">City</label>
<input type="text" class="form-control" id="spot_city_name" placeholder="city">
</div>
</div>
</div>
<div class="mb-3">
<label class="form-label" for="spot_id_auto">SpotID - (Auto Generated)</label>
<input type="text" class="form-control" id="spot_id_auto" placeholder="id">
</div>
</div>
<div class="d-flex align-items-start gap-3 mt-4">
<button type="button" class="btn btn-success btn-label right ms-auto nexttab nexttab" data-nexttab="pills-info-desc-tab"><i class="ri-arrow-right-line label-icon align-middle fs-16 ms-2"></i>Go to more info</button>
</div>
</div>
<!-- end tab pane -->
<div class="tab-pane fade" id="pills-info-desc" role="tabpanel" aria-labelledby="pills-info-desc-tab">
<div>
<div class="text-center">
<div class="profile-user position-relative d-inline-block mx-auto mb-2">
<img src="assets/images/users/user-dummy-img.jpg" class="rounded-circle avatar-lg img-thumbnail user-profile-image" alt="user-profile-image">
<div class="avatar-xs p-0 rounded-circle profile-photo-edit">
<input id="profile-img-file-input" type="file" class="profile-img-file-input" accept="image/png, image/jpeg">
</div>
</div>
<h5 class="fs-15">Add Image</h5>
</div>
<div>
<label class="form-label" for="gen-info-description-input">Description</label>
<textarea class="form-control" placeholder="Enter Description" id="gen-info-description-input" rows="2"></textarea>
</div>
</div>
<div class="d-flex align-items-start gap-3 mt-4">
<button type="button" class="btn btn-link text-decoration-none btn-label previestab" data-previous="pills-gen-info-tab"><i class="ri-arrow-left-line label-icon align-middle fs-16 me-2"></i> Back to General</button>
<button type="button" class="btn btn-success btn-label right ms-auto nexttab nexttab" data-nexttab="pills-success-tab"><i class="ri-arrow-right-line label-icon align-middle fs-16 ms-2"></i>Submit</button>
{% comment %} <button type="submit" class="btn btn-primary">Submit</button> {% endcomment %}
</div>
</div>
<!-- end tab pane -->
<div class="tab-pane fade" id="pills-success" role="tabpanel" aria-labelledby="pills-success-tab">
<div>
<div class="text-center">
<div class="mb-4">
<lord-icon src="https://cdn.lordicon.com/lupuorrc.json" trigger="loop" colors="primary:#0ab39c,secondary:#405189" style="width:120px;height:120px"></lord-icon>
</div>
<h5>Ready to Create!</h5>
<p class="text-muted">You have Successfully Filled up information.</p>
<button type="button" class="btn btn-success btn-label right ms-auto nexttab nexttab" data-nexttab="pills-success-tab"><i class="ri-arrow-right-line label-icon align-middle fs-16 ms-2"></i>Submit</button>
</div>
</div>
</div>
<input type="submit" value="Submit">
<!-- end tab content -->
</form>
</body>
</html>