Bureau de gestion des urgences – Ville de Longmont Passer au contenu principal

Bureau de gestion des urgences

function shareLink (shareType) { var shareUrl = ""; var shareTitle = document.itemTitle ? encodeURIComponent(document.itemTitle.trim()).replace(/[!'()*]/g, escape) : "Office+of+Emergency+Management"; switch (shareType) { case "facebook": shareUrl = "https://www.facebook.com/sharer.php?u=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&t=" + shareTitle; break; case "linkedin": shareUrl = "https://www.linkedin.com/shareArticle?mini=true&url=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&title=" + shareTitle; break; case "twitter": //Below link works in iOS and other OS shareUrl = "https://twitter.com/intent/tweet?url=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&text=Office+of+Emergency+Management+%7c+"; break; case "delicious": shareUrl = "https://secure.delicious.com/login?noui=yes&v=4&jump=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new%26title%3D" + shareTitle + "%26notes%3D%26tags%3D%26v%3D4%26noui%3D%26share%3Dyes%26jump%3Dclose%26time%3D1239993443"; break; case "myspace": shareUrl = "https://www.myspace.com/Modules/PostTo/Pages/?u=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&t=" + shareTitle + "&c="; break; case "googlebookmark": shareUrl = "https://www.google.com/bookmarks/mark?op=add&bkmk=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&title=" + shareTitle; break; case "stumbleupon": shareUrl = "https://www.stumbleupon.com/submit?url=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&title=" + shareTitle; break; case "digg": shareUrl = "https://digg.com/submit/?url=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new"; break; case "tumblr": shareUrl = "https://www.tumblr.com/share/link?url=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&name=" + shareTitle; break; case "reddit": shareUrl = "https://www.reddit.com/submit?url=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-n-z%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new&title=" + shareTitle; break; } if (shareUrl.length > 0) window.open(shareUrl, "_blank"); }


Partager et ajouter aux favoris, appuyez sur Entrée pour afficher toutes les options, appuyez sur Tab pour passer à l'option suivante

Impressions hors ligne $(function () { var widgetContext = "widget_7_0_9503";

// Début de VISPP-4466 var useDesignThemFontSizeCss = window.visionOptions.useDesignThemFontSizeCss; var folderPath = useDesignThemFontSizeCss == true ? window.visionOptions.currentDesignFolderPath : window.visionOptions.mainFolderPath; if (!folderPath) folderPath = window.visionOptions.mainFolderPath; var resizeTimer; var resizeFaqTabs = function () { $(".faq_widget").each(function () { var tabheight = $(this).find(".faq_tab_nav").height(); $(this).find(".faqtab_section").attr("style", "min-height: " + (tabheight - 42) + "px"); }); }; var SetFontSize = function (fontsize) { $("#active_font").attr("href", folderPath + fontsize).attr("data-css", fontsize); var url = window.location.origin + visionOptions.virtualApplicationPath + "Shared/ChangeFontSizeCookie"; var cookieValue = fontsize ? fontsize : "small.css"; var cookieInt; switch(cookieValue){ case("xx-small.css"): cookieInt=1; break; case ("x-small.css"): cookieInt = 2; break; case ("small.css"): default: cookieInt = 3; break; case("medium.css"): cookieInt=4; break; case ("large.css"): cookieInt = 5; break; $.frontendAjax({ url: url, type: 'POST', contentType: 'application/json', data: JSON.stringify({ cookieValue: cookieInt}), success: function (data, textStatus, jqXHR) { if (data && data.success) { $("#active_font").attr("href", window.visionOptions.mainFolderPath + cookieValue).attr("data-css", cookieValue); } } }); if ($(".faq_tab_nav").length > 0) { clearTimeout(resizeTimer); resizeTimer = setTimeout(function () { resizeFaqTabs(); }, 200); } };

$(".font_larger").on("click", function () { switch ($("#active_font").attr("data-css")) { case "medium.css": SetFontSize("large.css"); break; case "small.css": SetFontSize("medium.css"); break; case "x-small.css": SetFontSize("small.css"); break; case "xx-small.css": SetFontSize("x-small.css"); break; } return false; });

$(".font_smaller").on("click", function () { switch ($("#active_font").attr("data-css")) { case "large.css": SetFontSize("medium.css"); break; case "medium.css": SetFontSize("small.css"); break; case "small.css": SetFontSize("x-small.css"); break; case "x-small.css": SetFontSize("xx-small.css"); break; } return false; }); $(".text_size").on("click", function () { SetFontSize("x-small.css"); return false; }); //fin VISPP-4466

$("#" + widgetContext + " #share").click(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").show(); else $("#" + widgetContext + " div#share").find("ul").hide(); });

$("div").click(function () { if ($("#" + widgetContext + " div#share").hasClass("click-active")) { $("#" + widgetContext + " div#share").find("ul").hide(); } });

$(document).click(function (e) { if (!$(e.target).closest("#share").length > 0) { $("#" + widgetContext + " div#share").removeClass("click-active"); $("#" + widgetContext + " div#share").find("ul").hide(); } });

var shareContainerTimeout = null; $("#" + widgetContext + " #share").bind('mouseover', function () { // Si l'événement n'est pas lié à un clic if (shareContainerTimeout) { clearTimeout(shareContainerTimeout); shareContainerTimeout = null; } shareContainerTimeout = setTimeout(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").show(); }, 100); });

$("#" + widgetContext + " #share").bind('mouseleave', function () { // Si l'événement n'est pas lié à un clic if (shareContainerTimeout) { clearTimeout(shareContainerTimeout); shareContainerTimeout = null; } shareContainerTimeout = setTimeout(function () { if (!$("#" + widgetContext + " div#share").hasClass("click-active")) $("#" + widgetContext + " div#share").find("ul").hide(); }, 200); });

$("header#" + widgetContext + " a.feedback_link").click(function () { var windowHeight = 485; if (window.innerWidth <= 648) { windowHeight = 545; } var opts = { title: "Commentaires", url: "/Template/GetFeedbackPartial?feedbackUrl=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-nz%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new", useFrame: true, height: windowHeight, onClosed: function (result) { if (result != undefined && result.IsOk == true) { $.refreshTempMessage(result.Message); } $("header#" + widgetContext + " a.feedback_link").focus(); }, skin: 'viClientDialog feedback_lightbox', fixed: false }; $.viClientDialog(opts).open(); }); //Safari iOS : Aucun événement de clic $("header#" + widgetContext + " a.send_share_email").bind("click touchstart", function () { var shareEmailTitle = document.itemTitle ? encodeURIComponent(document.itemTitle.trim()).replace(/[!'()*]/g, escape) : "Office+of+Emergency+Management"; var opts = { title: "Cliquez pour soumettre un e-mail en ligne", url: "/Template/GetShareEmailPartial?shareUrl=https%3a%2f%2fwww.longmontcolorado.gov%2fdepartments%2fdepartments-nz%2fpublic-safety-department%2fdivisions%2fcommunity-health-and-resilience%2foffice-of-emergency-management-new" + "&shareTitle=" + shareEmailTitle, useFrame: true, hauteur : 485, onClosed : function (result) { if (result != undefined && result.IsOk == true) { $.refreshTempMessage(result.Message); } $("header#" + widgetContext + " a.send_share_email").focus(); }, skin : 'viClientDialog send_share_email_lightbox', fixed : false }; $.viClientDialog(opts).open(); }); });

Les urgences peuvent survenir à tout moment. Qu'il s'agisse d'une urgence naturelle ou d'origine humaine, les résidents et les entreprises doivent toujours être préparés. Cette page vous fournira des informations et des liens concernant la préparation aux situations d'urgence.

Veuillez consulter les informations actuelles concernant les urgences de grande ampleur ici. Vous trouverez également des informations complémentaires sur Facebook (Longmont Fire Police OEM) ou sur Twitter (@LongmontPS).

Durant les premières heures et les premiers jours suivant une catastrophe, les services essentiels peuvent être indisponibles. Les habitants doivent pouvoir agir seuls. La préparation est l'affaire de tous. Chacun doit se préparer aux catastrophes, notamment les prestataires de services, les entreprises, les associations civiques et bénévoles, les associations industrielles et de quartier, ainsi que les résidents.

Lien vers le site Web du National Weather Service (informations fluviales, caméras, etc.)

Lien vers la notification d'urgence pour les appareils mobiles

 

INFORMATIONS COMPLÉMENTAIRES POUR DES URGENCES SPÉCIFIQUES


Numéros de téléphone des services publics de la ville de Longmont :

Service d'électricité et de communications de la ville de Longmont - (303) 651-8386; Pannes (303) 776-0011.
Parcs et ressources naturelles de la ville de Longmont - (Parcs et espaces verts) - (303) 651-8416
Services publics et travaux publics de la ville de Longmont (Eau, déchets, rues, recyclage et compostage - (303) 651-8416.
NextLight™ (Internet et voix numérique) - (303) 774-4494

Pour obtenir des informations supplémentaires auprès du Bureau de gestion des urgences, veuillez ou a nous envoyer un courriel ou composez le (303) 774-3793.

Mise à jour sur les débris de tempête : Ramassage des branches et des rameaux