Skip to content

Commit

Permalink
Update home_admin
Browse files Browse the repository at this point in the history
  • Loading branch information
gayu-thri committed May 1, 2020
1 parent 965f635 commit e0bb500
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions templates/home_admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
</style>
</head>
<body>
<form action="http://127.0.0.1:5000/home_admin" method="POST">
<div>
<ul class="nav nav-tabs">
<li class="active">
Expand All @@ -235,6 +234,7 @@
<section id="tab-1" class="tab-content active">
<div>
<h3 class="greenh2">Fill in the form to add details of the College to the database.</h3>
<form action="http://127.0.0.1:5000/home_admin" method="POST">
<div class="addcontainer">
<div class="cutrow">
<div class="col-25">
Expand Down Expand Up @@ -278,11 +278,13 @@ <h3 class="greenh2">Fill in the form to add details of the College to the databa
<button class=".text-center" id="g-btn" type="submit">Add Details</button></div>
</div>
</div>
</form>
</div>
</section>

<section id="tab-2" class="tab-content hide">
<div>
<form action="http://127.0.0.1:5000/home_admin" method="POST">
<h2 class="greenh2">View/Accept/Remove Students who applied for admission</h2>
<table class="container d-flex align-items-center justify-content-center">
<tr>
Expand All @@ -306,6 +308,7 @@ <h2 class="greenh2">View/Accept/Remove Students who applied for admission</h2>
</tr>

</table>
</form>
</div>

</section>
Expand Down Expand Up @@ -340,6 +343,7 @@ <h2 class="greenh2">Cut-Off Details</h2>
<label><input name="type" type="radio" value="1"><p>Add New Branch </p></label>
<label><input name="type" type="radio" value="2"><p>Choose existing Branch </p></label></div>
<div class="new center">
<form action="http://127.0.0.1:5000/home_admin" method="POST">
<div class="cutcontainer">
<div class="cutrow">
<div class="col-25">
Expand Down Expand Up @@ -381,8 +385,10 @@ <h2 class="greenh2">Cut-Off Details</h2>
<button class="applybtn" type="submit">apply changes</button>
</div>
</div>
</form>
</div>
<div class="exist center">
<form action="http://127.0.0.1:5000/home_admin" method="POST">
<div class="cutcontainer">
<div class="cutrow">
<div class="col-25">
Expand Down Expand Up @@ -430,10 +436,11 @@ <h2 class="greenh2">Cut-Off Details</h2>
</div>

</div>
</form>

</div>
</div>
</section>
</form>
</body>
</html>

Expand Down

0 comments on commit e0bb500

Please sign in to comment.