-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbranch_details.php
30 lines (25 loc) · 892 Bytes
/
branch_details.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
<!DOCTYPE html>
<html>
<body>
<form action="subject_view.php" method="post" autocomplete="off">
<button type="submit" class="button button-block" name="hlogin"/>VIEW BRANCH VICE SUBJECTS</button>
</form>
<br>
<form action="add_subject.php" method="post" autocomplete="off">
<button type="submit" class="button button-block" name="hlogin"/>ADD SUBJECT</button>
</form>
<br>
<form action="delete_subject.php" method="post" autocomplete="off">
<button type="submit" class="button button-block" name="hlogin"/>REMOVE SUBJECTS</button>
</form>
<br>
<form action="view_branch.php" method="post" autocomplete="off">
<button type="submit" class="button button-block" name="hlogin"/>VIEW BRANCHES</button>
</form>
<br>
<form action="add_branch.php" method="post" autocomplete="off">
<button type="submit" class="button button-block" name="hlogin"/>ADD BRANCH</button>
</form>
<br>
</body>
</html>