Sfoglia il codice sorgente

Updated unclaimed deposits and removed alert box

master
kj1352 3 anni fa
parent
commit
08017e437b
3 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. BIN
      static/files/UNCLAIMED_DEPOSITS_AS_ON_31.03.2022.xls
  2. +4
    -4
      static/js/home.js
  3. +5
    -5
      templates/home.html

BIN
static/files/UNCLAIMED_DEPOSITS_AS_ON_31.03.2022.xls Vedi File


+ 4
- 4
static/js/home.js Vedi File

@@ -170,8 +170,8 @@ function hide_toast() {
toast.classList.toggle('hide'); toast.classList.toggle('hide');
} }


document.querySelector('.page-alert .content #close-alert-button').addEventListener('click', function () {
"use strict";
// document.querySelector('.page-alert .content #close-alert-button').addEventListener('click', function () {
// "use strict";


document.querySelector('.page-alert').classList.add('hide');
});
// document.querySelector('.page-alert').classList.add('hide');
// });

+ 5
- 5
templates/home.html Vedi File

@@ -6,7 +6,7 @@
{% endblock stylesheets %} {% endblock stylesheets %}


{% block content %} {% block content %}
<section class="page-alert">
<!-- <section class="page-alert">
<section class="content"> <section class="content">
<h2> Alert </h2> <h2> Alert </h2>
<p> <p>
@@ -30,15 +30,15 @@
</p> </p>
<button id="close-alert-button"> Okay </button> <button id="close-alert-button"> Okay </button>
</section> </section>
</section>
</section> -->
<section class="toast"> <section class="toast">
<header>ANNOUNCEMENTS</header> <header>ANNOUNCEMENTS</header>
<div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div> <div class="close-toast"><img src="{% static 'images/down-chevron.svg' %}" alt=""></div>
<ul> <ul>
<li class="highlight"> <a target="_blank" href="{% static 'files/agm-2020-2021-notice.pdf' %}"> AGM 2020-2021 NOTICE </a> </li> <li class="highlight"> <a target="_blank" href="{% static 'files/agm-2020-2021-notice.pdf' %}"> AGM 2020-2021 NOTICE </a> </li>
<li class="highlight"> <a target="_blank" href="{% static 'files/UNCLAIMED_DEPOSITS_31_01_2022.xls' %}"> Unclaimed deposits </a> </li>
<li class="highlight"> <a href="_blank" href="{% static 'files/recruitment-post.pdf' %}"> Recruitment by the Bank for various posts </a> </li>
<li class="highlight"> <a href="_blank" href="{% static 'files/recruitment-application.pdf' %}"> Application for Recruitment. </a> </li>
<li class="highlight"> <a target="_blank" href="{% static 'files/UNCLAIMED_DEPOSITS_AS_ON_31.03.2022.xls' %}"> UNCLAIMED DEPOSITS AS ON 31.03.2022 </a> </li>
<li class="highlight"> <a target="_blank" href="{% static 'files/recruitment-post.pdf' %}"> Recruitment by the Bank for various posts </a> </li>
<li class="highlight"> <a target="_blank" href="{% static 'files/recruitment-application.pdf' %}"> Application for Recruitment. </a> </li>
<!-- <li class="highlight"> <a target="_blank" href="{% static 'files/annual-audit-report-19-20.pdf' %}"> Annual and Audit Report for the year 2019-20 </a> </li> <!-- <li class="highlight"> <a target="_blank" href="{% static 'files/annual-audit-report-19-20.pdf' %}"> Annual and Audit Report for the year 2019-20 </a> </li>
<li> <a target="_blank" href="{% static 'files/AGBM-NOTICE-2019-20.pdf' %}"> AGBM NOTICE - 2019-20 </a> </li> <li> <a target="_blank" href="{% static 'files/AGBM-NOTICE-2019-20.pdf' %}"> AGBM NOTICE - 2019-20 </a> </li>
<li> <a target="_blank" href="{% static 'files/defaulters-letter-2020.pdf' %}"> DEFAULTERS LETTER REGARDING AGBM </a> </li> <li> <a target="_blank" href="{% static 'files/defaulters-letter-2020.pdf' %}"> DEFAULTERS LETTER REGARDING AGBM </a> </li>


Caricamento…
Annulla
Salva