forked from hngi/mini-classroom-TEAM-PRIAPUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_class.html
200 lines (197 loc) · 7.94 KB
/
add_class.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<!-- BEGIN HEAD -->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>Team Priapus Mini-Classroom</title>
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet" type="text/css" />
<!-- icons -->
<link href="fonts/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="fonts/material-design-icons/material-icon.css" rel="stylesheet" type="text/css" />
<!--bootstrap -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="assets/plugins/bootstrap-datepicker/datepicker.css" rel="stylesheet">
<!-- Material Design Lite CSS -->
<link rel="stylesheet" href="assets/plugins/material/material.min.css">
<link rel="stylesheet" href="assets/css/material_style.css">
<!-- Theme Styles -->
<link href="assets/css/theme_style.css" rel="stylesheet" id="rt_style_components" type="text/css" />
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<link href="assets/css/plugins.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/pages/formlayout.css" rel="stylesheet" type="text/css" />
<link href="assets/css/responsive.css" rel="stylesheet" type="text/css" />
<link href="assets/css/theme-color.css" rel="stylesheet" type="text/css" />
<!-- favicon -->
<link rel="shortcut icon" href="assets/img/favicon.ico" />
</head>
<!-- END HEAD -->
<body
class="page-header-fixed sidemenu-closed-hidelogo page-content-white page-md header-white white-sidebar-color logo-indigo">
<div class="page-wrapper">
<!-- start header -->
<div class="page-header navbar navbar-fixed-top">
<div class="page-header-inner ">
<!-- logo start -->
<div class="page-logo">
<a href="dashboard.html">
<span class="logo-icon material-icons fa-rotate-45">school</span>
<span class="logo-default">Priapus</span> </a>
</div>
<!-- logo end -->
</div>
</div>
<!-- end header -->
<!-- start page container -->
<div class="page-container">
<!-- start page content -->
<div class="page-content-wrapper">
<div class="page-content">
<div class="page-bar">
<div class="page-title-breadcrumb">
<div class=" pull-left">
<div class="page-title">Create Class</div>
</div>
<ol class="breadcrumb page-breadcrumb pull-right">
<li><i class="fa fa-home"></i> <a class="parent-item"
href="dashboard.html">Home</a> <i class="fa fa-angle-right"></i>
</li>
<li><a class="parent-item" href="">Class</a> <i class="fa fa-angle-right"></i>
</li>
<li class="active">Create Class</li>
</ol>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="card card-box">
<div class="card-head">
<header>Course Details</header>
</div>
<div class="card-body" id="bar-parent">
<form action="#" id="form_sample_1" class="form-horizontal">
<div class="form-body">
<div class="form-group row">
<label class="control-label col-md-3">Course Name
<span class="required"> * </span>
</label>
<div class="col-md-5">
<input type="text" name="coursename" placeholder="enter course name"
class="form-control input-height" />
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Course Details
<span class="required"> * </span>
</label>
<div class="col-md-5">
<textarea name="address" placeholder="course details"
class="form-control-textarea" rows="5"></textarea>
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Starting Date
<span class="required"> * </span>
</label>
<div class="input-append date" id="dp1">
<input class="formDatePicker" placeholder="Starting Date" size="44"
type="text" readonly>
<span class="add-on"><i class="fa fa-calendar"></i></span>
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Course Duration
<span class="required"> * </span>
</label>
<div class="col-md-5">
<input type="text" name="csuration" placeholder="Course Duration"
class="form-control input-height" />
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Teacher's Name
<span class="required"> * </span>
</label>
<div class="col-md-5">
<input type="text" name="teachername" placeholder="enter teacher's name"
class="form-control input-height" />
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Maximum Students
<span class="required"> * </span>
</label>
<div class="col-md-5">
<input type="text" name="maxstud" placeholder="Maximum Students"
class="form-control input-height" />
</div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Contact No.
<span class="required"> * </span>
</label>
<div class="col-md-5">
<input name="number" type="text" placeholder="Contact Number"
class="form-control input-height" /> </div>
</div>
<div class="form-group row">
<label class="control-label col-md-3">Course Picture
</label>
<div class="compose-editor">
<input type="file" class="default" multiple>
</div>
</div>
<div class="form-actions">
<div class="row">
<div class="offset-md-3 col-md-9">
<button type="submit"
class="btn btn-info m-r-20">Submit
</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end page content -->
</div>
<!-- end page container -->
<!-- start footer -->
<div class="page-footer">
<div class="page-footer-inner"> 2019 © Team Priapus</div>
<div class="scroll-to-top">
<i class="icon-arrow-up"></i>
</div>
</div>
<!-- end footer -->
</div>
<!-- start js include path -->
<script src="assets/plugins/jquery/jquery.min.js"></script>
<script src="assets/plugins/popper/popper.js"></script>
<script src="assets/plugins/jquery-blockui/jquery.blockui.min.js"></script>
<script src="assets/plugins/jquery-validation/js/jquery.validate.min.js"></script>
<script src="assets/plugins/jquery-validation/js/additional-methods.min.js"></script>
<script src="assets/plugins/jquery-slimscroll/jquery.slimscroll.js"></script>
<!-- bootstrap -->
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/bootstrap-switch/js/bootstrap-switch.min.js"></script>
<script src="assets/plugins/bootstrap-datepicker/bootstrap-datepicker.js"></script>
<script src="assets/plugins/bootstrap-datepicker/datepicker-init.js"></script>
<!-- Common js-->
<script src="assets/js/app.js"></script>
<script src="assets/js/pages/validation/form-validation.js"></script>
<script src="assets/js/layout.js"></script>
<script src="assets/js/theme-color.js"></script>
<!-- Material -->
<script src="assets/plugins/material/material.min.js"></script>
<!-- end js include path -->
</body>
</html>