69 lines
1.8 KiB
HTML
69 lines
1.8 KiB
HTML
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>MIS</title>
|
|
<link rel="stylesheet" href="{% static 'css/style.css' %}">
|
|
<link rel="stylesheet" href="{% static 'css/form.css' %}">
|
|
<link rel="stylesheet" href="{% static 'css/table.css' %}">
|
|
</head>
|
|
<body>
|
|
<div class="navbar">
|
|
<div class="logo-container">
|
|
<div class="logo">
|
|
<img src="{% static 'images/icon.png'%}">
|
|
</div>
|
|
<div class="company-name">Management Information System (MIS)</div>
|
|
</div>
|
|
|
|
<div class="menu-container">
|
|
<a href="http://localhost:8000/rcm">Home</a>
|
|
|
|
<div class="dropdown">
|
|
<a href="#" class="dropdown-btn">Upload</a>
|
|
<div class="dropdown-content">
|
|
<a href="http://localhost:8000/rcm/resulation">Resulation</a>
|
|
<a href="http://localhost:8000/rcm/deed">Contract</a>
|
|
<a href="http://localhost:8000/rcm/mou">MoU</a>
|
|
</div>
|
|
</div>
|
|
<div class="dropdown">
|
|
<a href="#" class="dropdown-btn">View</a>
|
|
<div class="dropdown-content">
|
|
<a href="http://localhost:8000/rcm/viewresulation">Resulations</a>
|
|
<a href="#">Contracts</a>
|
|
<a href="http://localhost:8000/rcm/viewmou">MoU</a>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% block content %}
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
{% endblock content %}
|
|
</body>
|
|
<footer>
|
|
copyright@MIS-DGHS, Bangladesh
|
|
|
|
</footer> |