S.No. Notification No. Date About Upload Date Link
1 4750-4890 TE/(D-II) 17-08-2021 Halting and Parking of TSR on Roads in Delhi. 23-06-2025 View
2 2020/49052 14-06-2021 In exercise of the powers conferred by section |15 read with clause (41) of section 2 of the motor vehicles act, 1988. 23-06-2025 View
3 3914 -4063/TE (DII) 19-05-2015 Regarding Najafgarh Vikash Manch- one way traffic movement in clock-wise direction for all vehicles 23-06-2025 View
S.No. Issued Year Description Link
1 Year 2023 No Entry Permission Circular for the Year 2023 View
2 Year 2022 No Entry Permission Circular for the Year 2022 View
3 Year 2019 Circular regarding extension of Annual No Entry Permission 2019 View
_______________________________________________ /* ================================================================================================ Notification Table ================================================================================================= */ .traffic-notification .nav-tabs .nav-link { border: 2px solid #1f3c88; color: #1f3c88; font-weight: 600; border-radius: 10px 10px 0 0; margin-right: 5px; } .traffic-notification.nav-tabs .nav-link.active { background-color: #1f3c88; color: #fff; } .traffic-notification .notification-box { border: 2px solid #1f3c88; border-radius: 10px; padding: 20px; margin-top: -1px; } .traffic-notification .search-input { margin-bottom: 20px; } .traffic-notification table thead th { background-color: #000080 !important; color: #fff !important; text-align: center; vertical-align: middle; font-weight: 800; font-size: 18px; } .traffic-notification table tbody td { vertical-align: middle; font-size: 18px; font-weight: 600; } .traffic-notification table tbody tr:nth-child(even) { background-color: #f5f5f5; } .traffic-notification .view-link { color: #0d6efd; font-weight: 600; text-decoration: none; } .traffic-notification .view-link:hover { text-decoration: underline; } .traffic-notification tbody tr td a.is-visited { color: #000000 !important; } ___________________________________________________ /***********Notification table search *********************/ (function ($, Drupal, once) { Drupal.behaviors.notificationTableSearch = { attach: function (context, settings) { $(once('notificationTableSearch', '#searchInput', context)).each(function (index, element) { $('#searchInput', context).on('keyup', function () { let filter = $(this).val().toLowerCase(); let tableIds = [ '#notificationTable-1', '#notificationTable-2' ]; tableIds.forEach(function (tableId) { $(tableId + ' tbody tr', context).each(function () { let rowText = $(this).text().toLowerCase(); $(this).toggle(rowText.indexOf(filter) > -1); }); }); }); }); } }; })(jQuery, Drupal, once); /***********Notification table visted link color black *********************/ (function($, Drupal, once) { Drupal.behaviors.trafficNotificationVisited = { attach: function(context) { $(once('trafficNotificationVisited', '.traffic-notification tbody tr td a', context)) .each(function(index, element) { $(element).on('click', function(e) { $(this).addClass('is-visited'); }); }); } }; })(jQuery, Drupal, once);