forked from Bengaluru18/team-9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisha.php
129 lines (103 loc) · 3.44 KB
/
disha.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Carewroks Foundation</title>
<style>
body {
background-image: url("cwf.png");
background-color: #cccccc;
background-repeat: no-repeat;
background-size:auto;
background-position:bottom;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body background image>
<div class="container">
<h1 align="center">Careworks Foundation</h1>
<h2 align="center">SCHOOL DETAILS</h2>
<form action="insert.php">
<div class="form-group">
<label for="sid">School ID:..........</label>
</div>
<div class="form-group">
<label for="sid">School Name:..........</label>
</div>
<div class="form-group">
<label for="sid">Locality:............</label>
</div>
<div class="form-group">
<label for="sid">Address:..........</label>
</div>
<div class="form-group">
<label for="sid">Total Classes:..........</label>
</div>
<div class="form-group">
<label for="sid">Medium of Instruction:..........</label>
</div>
<div class="form-group">
<label for="sid">Head Master's Name:...............</label>
</div>
<div class="form-group">
<label for="sid">Phone Number:....................</label>
</div>
<div class="form-group">
<label for="sid">Teacher Mentorship:..........</label>
<br />
</div>
<div class="form-group">
<label for="sid">Stakeholder Engagement:..........</label>
</div>
<div class="form-group">
<label for="computer">Number of Computers:.........</label>
</div>
<div class="form-group">
<label for="library">Is Library Arranged:.YES/NO</label><br>
</div>
<div class="form-group">
<label for="science">Are Chemicals available in Labs:.YES/NO</label><br>
</div>
<div class="form-group">
<label for="water">Storage Facility for Drinking Water:..YES/NO</label><br>
</div>
<div class="form-group">
<label for="toilet">Sanitation Facility:..YES/NO</label><br>
</div>
<div class="form-group">
<label for="handwash">Handwash/Restrooms Area:..YES/NO</label><br>
</div>
<div class="form-group">
<label for="handwash">Any NGO involved?:..YES/NO</label><br>
</div>
<div class="form-group">
<label for="handwash">Are any health services provided free?: ..YES/NO</label><br>
</div>
<div class="form-group">
<label for="handwash">Flooring Condition:.....</label><br />
</div>
<div class="form-group">
<label for="handwash">Plastering Condition:....</label><br>
</div>
<div class="form-group">
<label for="handwash">Waterproofing:...</label><br>
</div>
<div class="form-group">
<label for="handwash">Painting:....</label><br>
</div>
<div class="form-group">
<label for="handwash">Renovation required:...</label><br />
</div>
<div class="form-group">
<label for="handwash">Requires Approval?:...</label><br />
</div>
<br />
<br>
</form>
</div>
</body>
</html>