Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education in INDIA
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Manas
Education in INDIA
Commits
dddb6000
Commit
dddb6000
authored
Nov 22, 2022
by
Manas Gabani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plot division title updated
parent
a327daeb
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
9 deletions
+17
-9
templates/classrooms.html
templates/classrooms.html
+2
-1
templates/facilities.html
templates/facilities.html
+3
-2
templates/schools.html
templates/schools.html
+4
-2
templates/students.html
templates/students.html
+4
-2
templates/teachers.html
templates/teachers.html
+4
-2
No files found.
templates/classrooms.html
View file @
dddb6000
...
@@ -128,7 +128,8 @@
...
@@ -128,7 +128,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Classroom condition: {% print(classroom_condition) %}
<!-- Distribution across states of Classroom condition: {% print(classroom_condition) %} -->
Distribution across states by Classroom Condition
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_of_classroom_conditions"
>
<form
method=
"POST"
action=
"/get_distribution_of_classroom_conditions"
>
Select Year:
Select Year:
...
...
templates/facilities.html
View file @
dddb6000
...
@@ -146,7 +146,8 @@
...
@@ -146,7 +146,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of School Facilities: {% print(school_facility) %}
<!-- Distribution across states of School Facilities: {% print(school_facility) %} -->
Distribution across states by Dimension
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_of_school_facilities"
>
<form
method=
"POST"
action=
"/get_distribution_of_school_facilities"
>
Select Year:
Select Year:
...
@@ -163,7 +164,7 @@
...
@@ -163,7 +164,7 @@
<option
value=
"2007"
>
2007
</option>
<option
value=
"2007"
>
2007
</option>
<option
value=
"2006"
>
2006
</option>
<option
value=
"2006"
>
2006
</option>
</select>
</select>
Select
Facility
:
Select
Dimension
:
<select
name=
"facility"
class=
"facility"
>
<select
name=
"facility"
class=
"facility"
>
<option
value=
"enrolment_lt_50"
>
Enrolment
<
= 50
</option>
<option
value=
"enrolment_lt_50"
>
Enrolment
<
= 50
</option>
<option
value=
"drinking_water"
>
Schools with Drinking Water
</option>
<option
value=
"drinking_water"
>
Schools with Drinking Water
</option>
...
...
templates/schools.html
View file @
dddb6000
...
@@ -134,7 +134,8 @@
...
@@ -134,7 +134,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Schools by {% print(school_category) %} category
<!-- Distribution across states of Schools by {% print(school_category) %} category -->
Distribution across states by School Category
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_of_schools_by_category"
>
<form
method=
"POST"
action=
"/get_distribution_of_schools_by_category"
>
Select Year:
Select Year:
...
@@ -216,7 +217,8 @@
...
@@ -216,7 +217,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Rural schools by {% print(rural_school_category) %} category
<!-- Distribution across states of Rural schools by {% print(rural_school_category) %} category -->
Distribution across states by Rural Schools
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_of_rural_schools_by_category"
>
<form
method=
"POST"
action=
"/get_distribution_of_rural_schools_by_category"
>
Select Year:
Select Year:
...
...
templates/students.html
View file @
dddb6000
...
@@ -133,7 +133,8 @@
...
@@ -133,7 +133,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Elementary Enrolment in {% print(elementary_enrolment_category) %} Schools
<!-- Distribution across states of Elementary Enrolment in {% print(elementary_enrolment_category) %} Schools -->
Distribution across states by School Category
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_for_elementary_enrolment"
>
<form
method=
"POST"
action=
"/get_distribution_for_elementary_enrolment"
>
Select Year:
Select Year:
...
@@ -215,7 +216,8 @@
...
@@ -215,7 +216,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Rural Enrolment in {% print(rural_enrolment_category) %} Schools
<!-- Distribution across states of Rural Enrolment in {% print(rural_enrolment_category) %} Schools -->
Distribution across states by Rural Schools
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_for_rural_enrolment"
>
<form
method=
"POST"
action=
"/get_distribution_for_rural_enrolment"
>
Select Year:
Select Year:
...
...
templates/teachers.html
View file @
dddb6000
...
@@ -133,7 +133,8 @@
...
@@ -133,7 +133,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Teachers in {% print(teachers_category) %} Schools
<!-- Distribution across states of Teachers in {% print(teachers_category) %} Schools -->
Distribution across states by School Category
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_for_teachers_by_category"
>
<form
method=
"POST"
action=
"/get_distribution_for_teachers_by_category"
>
Select Year:
Select Year:
...
@@ -215,7 +216,8 @@
...
@@ -215,7 +216,8 @@
<div
class=
"content-2"
>
<div
class=
"content-2"
>
<div
class=
"new-students"
>
<div
class=
"new-students"
>
<div
class=
"title"
>
<div
class=
"title"
>
Distribution across states of Teachers by Educational Qualification: {% print(teachers_qualification) %}
<!-- Distribution across states of Teachers by Educational Qualification: {% print(teachers_qualification) %} -->
Distribution across states by Educational Qualification
</div>
</div>
<form
method=
"POST"
action=
"/get_distribution_for_teachers_by_educational_qualification"
>
<form
method=
"POST"
action=
"/get_distribution_for_teachers_by_educational_qualification"
>
Select Year:
Select Year:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment