<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Danube Levels - Water Level | DanubeAlert.com</title>
<meta name="description" content="Monitor Danube River water levels in real time with DanubeAlert.com. Set custom alerts for cities along the Danube and receive instant updates on changing conditions." />
<meta name="keywords" content="Danube water levels, river levels Danube, Danube flood alerts, real-time river monitoring, water level updates Danube, river water alerts, custom alerts Danube" />
<link rel="canonical" href="https://danubealert.com/en/" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Real-Time Danube River Water Levels - DanubeAlert.com" />
<meta property="og:description" content="Get personalized water level alerts for cities along the Danube River with DanubeAlert.com. Stay updated with real-time notifications directly to your device." />
<meta property="og:url" content="https://danubealert.com/en/" />
<meta property="og:type" content="website" />
<link rel="alternate" href="https://danubealert.com/en/" hreflang="en" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="https://danubealert.com/style.css">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4PPSD1QXJ5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4PPSD1QXJ5');
</script>
</head>
<body>
<!-- Popup HTML -->
<div id="alertPopup" class="popup-modal">
<div class="popup-content">
<span id="popupClose" class="popup-close">×</span>
<div id="popupMessage"></div>
<a href="/functions/register.php" class="popup-btn">Create an Account</a>
</div>
</div>
<!-- Basic Styles for the Popup -->
<style>
/* Modal Background */
.popup-modal {
display: none; /* Hidden by default */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
justify-content: center;
align-items: center;
}
/* Popup Content */
.popup-content {
background-color: white;
padding: 20px;
border-radius: 10px;
max-width: 400px;
width: 90%;
text-align: center;
position: relative;
opacity: 0; /* Hidden by default */
transition: opacity 0.3s ease-in-out;
}
/* Close Button */
.popup-close {
position: absolute;
top: 10px;
right: 10px;
font-size: 24px;
cursor: pointer;
color: black;
}
/* Button Style */
.popup-btn {
display: inline-block;
margin-top: 20px;
padding: 10px 20px;
background-color: #2d98da;
color: white;
border: none;
border-radius: 5px;
text-decoration: none;
font-size: 16px;
}
/* Responsive adjustments for mobile */
@media only screen and (max-width: 768px) {
.popup-content {
width: 90%;
font-size: 14px;
}
.popup-close {
font-size: 18px;
}
.popup-btn {
font-size: 14px;
padding: 8px 16px;
}
}
</style>
<!-- JavaScript for Pop-up -->
<script>
document.addEventListener('DOMContentLoaded', function() {
// Messages for rotation
const messages = [
"Create an account today to benefit from Danube Alert. You can set LDC levels and get notified.",
"Stay ahead with HDC alerts! Sign up now and monitor high water levels effortlessly.",
"Customize your water level alerts for the Danube. Register now and set your preferences.",
"Never miss a low water level alert again. Create an account and set up LDC notifications.",
"Get instant HDC alerts directly to your inbox. Sign up and stay informed.",
"Monitor the Danube like a pro. Create custom alerts tailored to your needs."
];
// Randomly select a message to display
const randomIndex = Math.floor(Math.random() * messages.length);
const selectedMessage = messages[randomIndex];
// Display the selected message in the popup
document.getElementById('popupMessage').innerHTML = selectedMessage;
// Show the popup after 15 seconds if not already closed
setTimeout(function() {
const popup = document.getElementById('alertPopup');
const popupContent = document.querySelector('.popup-content');
// Show the popup modal
popup.style.display = 'flex';
// Make the popup content visible with fade-in effect
popupContent.style.opacity = 1;
}, 15000); // 15 seconds delay
// Close the popup when the close button is clicked
document.getElementById('popupClose').onclick = function() {
document.getElementById('alertPopup').style.display = 'none';
};
// Close the popup when clicking outside the popup content
window.onclick = function(event) {
const popup = document.getElementById('alertPopup');
if (event.target === popup) {
popup.style.display = 'none';
}
};
});
</script>
<!-- Header -->
<div class="header" style="
background-color: #2d98da;
color: white;
padding: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);">
<!-- Translated site title -->
<div style="font-size: 22px; font-weight: bold;">Danube Alerts</div>
<div class="navbar" style="position: relative; margin-right: 0px; display: flex; align-items: center; flex-grow: 1; justify-content: flex-end;">
<!-- Iconiță My Account -->
<div class="icon-container" style="margin-right: 20px;">
<span class="menu-icon" onclick="toggleMyAccountMenu()" style="cursor: pointer;">
<i class="fas fa-user-circle"></i>
</span>
<div class="menu" id="menu" style="display: none; left: auto; right: 0;">
<a href="https://danubealert.com/functions/login.php">Login</a>
<a href="https://danubealert.com/functions/register.php">Register</a>
</div>
</div>
<!-- Iconiță pentru notificări -->
<!-- Iconiță pentru admin -->
</div>
</div>
<!-- Secondary Menu -->
<div class="secondary-menu" style="
display: flex;
justify-content: center;
margin: 0;
padding: 10px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
">
<a href="https://danubealert.com/en/" style="margin: 0 15px; text-decoration: none; color: #333; font-weight: bold;">Home</a>
<a href="https://danubealert.com/en/about" style="margin: 0 15px; text-decoration: none; color: #333; font-weight: bold;">About</a>
<a href="https://danubealert.com/pricing.php" style="margin: 0 15px; text-decoration: none; color: #333; font-weight: bold;">Pricing</a>
<a href="https://danubealert.com/contact.php" style="margin: 0 15px; text-decoration: none; color: #333; font-weight: bold;">Contact</a>
</div>
<script>
let openMenu = null; // Variabilă pentru a reține meniul deschis
function toggleMenu(menuId) {
const menu = document.getElementById(menuId);
// Închide meniul deschis anterior, dacă este diferit de cel curent
if (openMenu && openMenu !== menu) {
openMenu.style.display = 'none';
}
// Comută vizibilitatea meniului curent
menu.style.display = (menu.style.display === 'block') ? 'none' : 'block';
// Actualizează meniul deschis
openMenu = (menu.style.display === 'block') ? menu : null;
}
// Funcții pentru fiecare meniu
function toggleMyAccountMenu() {
toggleMenu('menu');
}
function toggleAlertMenu() {
toggleMenu('alert-menu');
}
function toggleAdminMenu() {
toggleMenu('admin-menu');
}
// Ascunde meniurile când cursorul părăsește zona
document.querySelectorAll('.menu').forEach(menu => {
menu.addEventListener('mouseleave', () => {
menu.style.display = 'none';
openMenu = null; // Resetează meniul deschis
});
});
// Ascunde toate meniurile la click pe document
document.addEventListener('click', (event) => {
const menus = document.querySelectorAll('.menu');
menus.forEach(menu => {
if (menu.style.display === 'block' && !menu.contains(event.target) && !event.target.closest('.icon-container')) {
menu.style.display = 'none';
}
});
// Verifică dacă click-ul a fost pe o iconiță
if (event.target.closest('.icon-container')) {
// Nu face nimic, permite deschiderea meniului
} else {
openMenu = null; // Resetează meniul deschis
}
});
</script>
<div class="container">
<h1>Danube Levels - Water Level</h1>
<!-- Harta Dunării -->
<div class="card map-container">
<div id="map" style="width: 100%; height: 500px;"></div>
</div>
<script>
var map = L.map('map').setView([45.5, 22.5], 6);
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
var danubeGeoJSON = "https://danubealert.com/export.geojson";
function style(feature) {
return {
color: 'blue',
weight: 5,
opacity: 0.7
};
}
L.geoJSON(null, {
style: style,
onEachFeature: function (feature, layer) {
if (feature.properties.name === 'Danube' || feature.properties.name === 'Dunărea') {
layer.addTo(map);
}
}
}).addTo(map);
fetch(danubeGeoJSON)
.then(function(response) {
return response.json();
})
.then(function(data) {
L.geoJSON(data, {
style: style,
filter: function(feature, layer) {
return feature.properties.name === "Danube";
}
}).addTo(map);
});
</script>
<!-- SEO Text -->
<div class="card">
<p>
<h2>Danube River Water Levels</h2>
<p><strong>DanubeAlert</strong> is your comprehensive solution for monitoring <strong>Danube River water levels</strong> across seven countries: <strong>Austria, Slovakia, Hungary, Croatia, Serbia, Bulgaria</strong>, and <strong>Romania</strong>. Our app provides you with real-time data and <strong>custom alerts</strong> for water levels, ensuring you're always informed about the river's conditions.</p>
<h3><strong>Real-time Danube Water Level Monitoring Across 7 Countries</strong></h3>
<p>With <strong>DanubeAlert</strong>, you can easily monitor the <strong>Danube River's water levels</strong> in all the major cities along the river in <strong>Austria, Slovakia, Hungary, Croatia, Serbia, Bulgaria</strong>, and <strong>Romania</strong>. Whether you need the <strong>Danube water level forecast</strong> or historical data, our platform delivers accurate and up-to-date information.</p>
<h3><strong>Flood Warnings and Water Level Alerts</strong></h3>
<p>Stay ahead of potential floods with <strong>DanubeAlert's flood warnings</strong> for any city or country along the Danube. Set up <strong>custom water level alerts</strong> for specific locations in <strong>Austria</strong>, <strong>Slovakia</strong>, <strong>Hungary</strong>, <strong>Croatia</strong>, <strong>Serbia</strong>, <strong>Bulgaria</strong>, and <strong>Romania</strong> to receive notifications when water levels approach critical points.</p>
<h3><strong>Your Danube River Monitoring App</strong></h3>
<p>The <strong>DanubeAlert</strong> platform is ideal for users in the <strong>transportation</strong> or <strong>agricultural industries</strong>, as well as for residents of riverside communities in any of the 7 Danube countries. Our app provides accurate data, making it the perfect tool for staying informed about the river's behavior across <strong>Austria</strong>, <strong>Slovakia</strong>, <strong>Hungary</strong>, <strong>Croatia</strong>, <strong>Serbia</strong>, <strong>Bulgaria</strong>, and <strong>Romania</strong>.</p>
<h3><strong>Detailed Hydrological Data for the Danube</strong></h3>
<p><strong>DanubeAlert</strong> offers precise <strong>hydrological data</strong> for the entire river. With real-time updates, you can track the <strong>Danube River's water levels</strong> and view long-term trends in all 7 countries. Our <strong>Danube water level forecast</strong> feature helps you anticipate changes, ensuring you're always prepared.</p>
<h3><strong>Stay Informed About Water Levels in Austria, Slovakia, Hungary, Croatia, Serbia, Bulgaria, and Romania</strong></h3>
<p>Wherever you are along the Danube – in <strong>Austria</strong>, <strong>Slovakia</strong>, <strong>Hungary</strong>, <strong>Croatia</strong>, <strong>Serbia</strong>, <strong>Bulgaria</strong>, or <strong>Romania</strong> – <strong>DanubeAlert</strong> provides reliable and real-time monitoring of the water levels. Access essential data to stay prepared for any significant changes in water levels.</p>
</p>
</div>
<!-- Descriere aplicație -->
<div class="card">
<p>
<h2>Danube Water Level</h2>The <strong>Danube Alert</strong> application is dedicated to the constant monitoring of water levels on the Danube, covering the countries through which the river flows: <a href="/en/Austria">Austria</a>,
<a href="/en/Slovakia">Slovacia</a>,
<a href="/en/Hungary">Ungaria</a>,
<a href="/en/Croatia">Croația</a>,
<a href="/en/Serbia">Serbia</a>,
<a href="/en/Bulgaria">Bulgaria</a> și
<a href="/en/Romania">România</a>.
Through this application, users have access to up-to-date data about water levels and can set personalized alerts for different cities or sectors of the Danube. </p>
</div>
<!-- SEO Text -->
<div class="card">
<p>
<h2>Monitor the <strong>Danube River Water Levels</strong> in Real Time with DanubeAlert</h2>
<p>Stay connected to the latest data on <strong>Danube River water levels</strong> with <strong>DanubeAlert</strong>. In the table below, you will find the updated <strong>water levels</strong> for all major cities along the river, giving you reliable information whenever you need it.</p>
<h3><strong>Custom Alerts for Danube River Water Levels</strong></h3>
<p>Need <strong>quick alerts</strong> for changing water levels? <strong>DanubeAlert</strong> allows you to set up <strong>custom water level alerts</strong> for the cities or countries that matter most to you. Whether you're tracking the <strong>Danube water level forecast</strong> or concerned about potential floods, our app keeps you informed.</p>
<h3><strong>Forecast and Detailed Hydrological Data</strong></h3>
<p>If you want to know how the <strong>Danube water levels</strong> are expected to change, the <strong>water level forecast</strong> section of <strong>DanubeAlert</strong> is essential. In addition to daily data, we provide a comprehensive look at long-term trends, giving you insights into how water levels are evolving.</p>
<h3><strong>Why Choose DanubeAlert?</strong></h3>
<p>With <strong>DanubeAlert</strong>, you get direct access to the latest <strong>hydrological data</strong> for the Danube River, no matter where you are. Our app is perfect for anyone who needs <strong>real-time water level monitoring</strong>, whether you're involved in transport, agriculture, or just want to stay informed.</p>
<p>Stay prepared for any changes in water levels with <strong>DanubeAlert</strong> – your reliable app for <strong>Danube River monitoring</strong>.</p>
</p>
</div>
<!-- Selectare țară -->
<div class="card">
<label for="country-select">Select Country:</label> <!-- Folosește traducerea -->
<select id="country-select" onchange="updateTable()">
<option value="">All Countries</option> <!-- Folosește traducerea -->
<option value="Austria" >
Austria </option>
<option value="Slovakia" >
Slovakia </option>
<option value="Hungary" >
Hungary </option>
<option value="Croatia" >
Croatia </option>
<option value="Serbia" >
Serbia </option>
<option value="Bulgaria" >
Bulgaria </option>
<option value="Romania" >
Romania </option>
</select>
</div>
<div class="table-responsive card">
<table id="data-table">
<thead>
<tr>
<th>City</th>
<th>Fairway</th>
<th>Rkm</th>
<th>Date and Time</th>
<th>Water Level (cm)</th>
<th>Country</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/en/history/Achleiten">Achleiten</a></td>
<td>Donau</td>
<td>2223</td>
<td>2024-10-30 06:15:00</td>
<td>283</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Duernstein">Duernstein</a></td>
<td>Donau</td>
<td>2009</td>
<td>2024-10-30 06:15:00</td>
<td>330</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Grein">Grein</a></td>
<td>Donau</td>
<td>2079</td>
<td>2024-10-30 06:15:00</td>
<td>726</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Kienstock">Kienstock</a></td>
<td>Donau</td>
<td>2015</td>
<td>2024-10-30 06:15:00</td>
<td>244</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Korneuburg">Korneuburg</a></td>
<td>Donau</td>
<td>1941</td>
<td>2024-10-30 06:15:00</td>
<td>253</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Mauthausen">Mauthausen</a></td>
<td>Donau</td>
<td>2110</td>
<td>2024-10-30 06:15:00</td>
<td>431</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Schwedenbruecke">Schwedenbruecke</a></td>
<td>Wiener Donaukanal</td>
<td>6</td>
<td>2024-10-30 06:15:00</td>
<td>229</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Thebnerstrassl">Thebnerstrassl</a></td>
<td>Donau</td>
<td>1879</td>
<td>2024-10-30 06:15:00</td>
<td>224</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Wildungsmauer">Wildungsmauer</a></td>
<td>Donau</td>
<td>1894</td>
<td>2024-10-30 06:15:00</td>
<td>232</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/Wilhering">Wilhering</a></td>
<td>Donau</td>
<td>2144</td>
<td>2024-10-30 06:15:00</td>
<td>296</td>
<td>Austria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-BAJKAL">AHS BAJKAL</a></td>
<td>Дунав (Bulgaria)</td>
<td>640</td>
<td>2024-10-30 06:15:00</td>
<td>28</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-GOMOTARTSI">AHS GOMOTARTSI</a></td>
<td>Дунав (Bulgaria)</td>
<td>819</td>
<td>2024-10-30 06:00:00</td>
<td>117</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-KOZLODUJ">AHS KOZLODUJ</a></td>
<td>Дунав (Bulgaria)</td>
<td>703</td>
<td>2024-10-30 06:00:00</td>
<td>62</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-MALAK-PRESLAVETS">AHS MALAK PRESLAVETS</a></td>
<td>Дунав (Bulgaria)</td>
<td>413</td>
<td>2024-10-30 04:45:00</td>
<td>64</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-NOVO-SELO">AHS NOVO SELO</a></td>
<td>Дунав (Bulgaria)</td>
<td>833</td>
<td>2024-10-30 05:45:00</td>
<td>224</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-ORYAHOVO">AHS ORYAHOVO</a></td>
<td>Дунав (Bulgaria)</td>
<td>678</td>
<td>2024-10-30 06:00:00</td>
<td>183</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-RUSE-GURGUE-BRIDGE">AHS RUSE-GURGUE BRIDGE</a></td>
<td>Дунав (Bulgaria)</td>
<td>488</td>
<td>2024-10-30 05:30:00</td>
<td>217</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-RYAHOVO">AHS RYAHOVO</a></td>
<td>Дунав (Bulgaria)</td>
<td>465</td>
<td>2024-10-30 05:30:00</td>
<td>0</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-SILISTRA">AHS SILISTRA</a></td>
<td>Дунав (Bulgaria)</td>
<td>375</td>
<td>2024-10-30 06:00:00</td>
<td>-181</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-SVISHTOV">AHS SVISHTOV</a></td>
<td>Дунав (Bulgaria)</td>
<td>554</td>
<td>2024-10-30 05:30:00</td>
<td>215</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-VIDIN-KALAFAT-BRIDGE">AHS VIDIN-KALAFAT BRIDGE</a></td>
<td>Дунав (Bulgaria)</td>
<td>796</td>
<td>2024-10-30 06:00:00</td>
<td>266</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/AHS-ZAGRAZHDEN">AHS ZAGRAZHDEN</a></td>
<td>Дунав (Bulgaria)</td>
<td>625</td>
<td>2024-10-30 05:30:00</td>
<td>45</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/GAUGE-LOM">GAUGE LOM</a></td>
<td>Дунав (Bulgaria)</td>
<td>743</td>
<td>2024-10-30 05:09:00</td>
<td>289</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/GAUGE-NOVO-SELO">GAUGE NOVO SELO</a></td>
<td>Дунав (Bulgaria)</td>
<td>833</td>
<td>2024-10-30 05:06:00</td>
<td>222</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/GAUGE-ORYAHOVO">GAUGE ORYAHOVO</a></td>
<td>Дунав (Bulgaria)</td>
<td>678</td>
<td>2024-10-30 05:12:00</td>
<td>180</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/GAUGE-RUSE">GAUGE RUSE</a></td>
<td>Дунав (Bulgaria)</td>
<td>495</td>
<td>2024-10-30 05:50:00</td>
<td>212</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/GAUGE-SILISTRA">GAUGE SILISTRA</a></td>
<td>Дунав (Bulgaria)</td>
<td>375</td>
<td>2024-10-30 04:58:00</td>
<td>247</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/GAUGE-SVISHTOV">GAUGE SVISHTOV</a></td>
<td>Дунав (Bulgaria)</td>
<td>554</td>
<td>2024-10-30 05:01:00</td>
<td>217</td>
<td>Bulgaria</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Batina">Vodomjer Batina</a></td>
<td>Dunav</td>
<td>1424</td>
<td>2024-10-17 22:00:00</td>
<td>379</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Belisce">Vodomjer Belisce</a></td>
<td>Drava</td>
<td>53</td>
<td>2024-10-17 22:00:00</td>
<td>344</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Crnac">Vodomjer Crnac</a></td>
<td>Sava (Croatia)</td>
<td>588</td>
<td>2024-10-17 22:00:00</td>
<td>252</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Dalj">Vodomjer Dalj</a></td>
<td>Dunav</td>
<td>1354</td>
<td>2024-10-17 22:00:00</td>
<td>610</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Davor">Vodomjer Davor</a></td>
<td>Sava (Croatia)</td>
<td>423</td>
<td>2024-10-13 22:00:00</td>
<td>288</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Donji-Miholjac">Vodomjer Donji Miholjac</a></td>
<td>Drava</td>
<td>80</td>
<td>2024-10-17 22:00:00</td>
<td>223</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Gunja">Vodomjer Gunja</a></td>
<td>Sava (Croatia)</td>
<td>228</td>
<td>2024-10-17 22:00:00</td>
<td>513</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Gusce">Vodomjer Gusce</a></td>
<td>Sava (Croatia)</td>
<td>572</td>
<td>2024-10-17 22:00:00</td>
<td>425</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Jasenovac">Vodomjer Jasenovac</a></td>
<td>Sava (Croatia)</td>
<td>516</td>
<td>2024-10-17 22:00:00</td>
<td>467</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Mohovo">Vodomjer Mohovo</a></td>
<td>Dunav</td>
<td>1311</td>
<td>2024-10-17 22:00:00</td>
<td>501</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Osijek">Vodomjer Osijek</a></td>
<td>Drava</td>
<td>19</td>
<td>2024-10-17 22:00:00</td>
<td>241</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Petres">Vodomjer Petres</a></td>
<td>Dunav</td>
<td>1393</td>
<td>2024-10-17 22:00:00</td>
<td>559</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Siga">Vodomjer Siga</a></td>
<td>Dunav</td>
<td>1412</td>
<td>2024-10-17 22:00:00</td>
<td>504</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Slavonski-Brod">Vodomjer Slavonski Brod</a></td>
<td>Sava (Croatia)</td>
<td>371</td>
<td>2024-10-17 22:00:00</td>
<td>384</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Slavonski-Samac">Vodomjer Slavonski Samac</a></td>
<td>Sava (Croatia)</td>
<td>314</td>
<td>2024-10-17 22:00:00</td>
<td>183</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Sotiin">Vodomjer Sotiin</a></td>
<td>Dunav</td>
<td>1322</td>
<td>2024-10-17 22:00:00</td>
<td>558</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Vukovar">Vodomjer Vukovar</a></td>
<td>Dunav</td>
<td>1333</td>
<td>2024-10-17 22:00:00</td>
<td>405</td>
<td>Croatia</td>
</tr>
<tr>
<td><a href="/en/history/ADONY">ADONY</a></td>
<td>Duna</td>
<td>1597</td>
<td>2024-10-30 06:00:00</td>
<td>94</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/BAJA">BAJA</a></td>
<td>Duna</td>
<td>1478</td>
<td>2024-10-30 06:00:00</td>
<td>272</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/BP-LANCHID">BP-LANCHID</a></td>
<td>Duna</td>
<td>1647</td>
<td>2024-10-30 06:00:00</td>
<td>116</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/BUDAFOK">BUDAFOK</a></td>
<td>Duna</td>
<td>1636</td>
<td>2024-10-30 06:00:00</td>
<td>131</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/BUDAPEST">BUDAPEST</a></td>
<td>Duna</td>
<td>1646</td>
<td>2024-10-30 06:00:00</td>
<td>202</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/DOMBORI">DOMBORI</a></td>
<td>Duna</td>
<td>1506</td>
<td>2024-10-30 06:00:00</td>
<td>171</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/DUNAFOLDVAR">DUNAFOLDVAR</a></td>
<td>Duna</td>
<td>1560</td>
<td>2024-10-30 06:00:00</td>
<td>-36</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/DUNASZEKCSO">DUNASZEKCSO</a></td>
<td>Duna</td>
<td>1460</td>
<td>2024-10-30 06:00:00</td>
<td>292</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/DUNAUJVAROS">DUNAUJVAROS</a></td>
<td>Duna</td>
<td>1580</td>
<td>2024-10-30 06:00:00</td>
<td>65</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/ERCSI">ERCSI</a></td>
<td>Duna</td>
<td>1613</td>
<td>2024-10-30 06:00:00</td>
<td>76</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/ESZTERGOM">ESZTERGOM</a></td>
<td>Duna</td>
<td>1718</td>
<td>2024-10-30 06:00:00</td>
<td>142</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/GOD">GOD</a></td>
<td>Duna</td>
<td>1671</td>
<td>2024-10-30 06:00:00</td>
<td>124</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/GONYU">GONYU</a></td>
<td>Duna</td>
<td>1790</td>
<td>2024-10-30 06:00:00</td>
<td>116</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/KOMAROM">KOMAROM</a></td>
<td>Duna</td>
<td>1768</td>
<td>2024-10-30 06:00:00</td>
<td>163</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/MOHACS">MOHACS</a></td>
<td>Duna</td>
<td>1446</td>
<td>2024-10-30 06:00:00</td>
<td>311</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/NAGYBAJCS">NAGYBAJCS</a></td>
<td>Duna</td>
<td>1801</td>
<td>2024-10-30 06:00:00</td>
<td>166</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/NAGYMAROS">NAGYMAROS</a></td>
<td>Duna</td>
<td>1694</td>
<td>2024-10-30 06:00:00</td>
<td>81</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/OBUDA">OBUDA</a></td>
<td>Duna</td>
<td>1654</td>
<td>2024-10-30 06:00:00</td>
<td>227</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/PAKS">PAKS</a></td>
<td>Duna</td>
<td>1531</td>
<td>2024-10-30 06:00:00</td>
<td>115</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/SZOB">SZOB</a></td>
<td>Duna</td>
<td>1707</td>
<td>2024-10-30 06:00:00</td>
<td>65</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/VAC">VAC</a></td>
<td>Duna</td>
<td>1679</td>
<td>2024-10-30 06:00:00</td>
<td>99</td>
<td>Hungary</td>
</tr>
<tr>
<td><a href="/en/history/Agigea">Agigea</a></td>
<td>Canal Dunăre-Marea Neagră</td>
<td>1</td>
<td>2024-10-30 06:00:00</td>
<td>715</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Bazia%C5%9F">Baziaş</a></td>
<td>Dunărea</td>
<td>1072</td>
<td>2024-10-30 05:00:00</td>
<td>566</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Bechet">Bechet</a></td>
<td>Dunărea</td>
<td>679</td>
<td>2024-10-30 05:00:00</td>
<td>179</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Br%C4%83ila">Brăila</a></td>
<td>Dunărea</td>
<td>169</td>
<td>2024-10-30 05:00:00</td>
<td>273</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Calafat">Calafat</a></td>
<td>Dunărea</td>
<td>795</td>
<td>2024-10-30 05:00:00</td>
<td>116</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/C%C4%83l%C4%83ra%C5%9Fi">Călăraşi</a></td>
<td>Borcea</td>
<td>94</td>
<td>2024-10-30 05:00:00</td>
<td>148</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Cernavod%C4%83">Cernavodă</a></td>
<td>Dunărea</td>
<td>298</td>
<td>2024-10-30 05:00:00</td>
<td>167</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Cernavod%C4%83-Canal">Cernavodă Canal</a></td>
<td>Canal Dunăre-Marea Neagră</td>
<td>60</td>
<td>2024-10-30 06:00:00</td>
<td>598</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Cernavod%C4%83-SPC-Aval">Cernavodă SPC Aval</a></td>
<td>Canal Dunăre-Marea Neagră</td>
<td>59</td>
<td>2024-10-30 06:00:00</td>
<td>724</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Cetate">Cetate</a></td>
<td>Dunărea</td>
<td>811</td>
<td>2024-10-30 05:00:00</td>
<td>180</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Corabia">Corabia</a></td>
<td>Dunărea</td>
<td>630</td>
<td>2024-10-30 05:00:00</td>
<td>126</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Drencova">Drencova</a></td>
<td>Dunărea</td>
<td>1015</td>
<td>2024-10-30 05:00:00</td>
<td>967</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Drobeta-Turnu-Severin">Drobeta Turnu Severin</a></td>
<td>Dunărea</td>
<td>931</td>
<td>2024-10-30 05:00:00</td>
<td>720</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Gala%C5%A3i">Galaţi</a></td>
<td>Dunărea</td>
<td>150</td>
<td>2024-10-30 05:00:00</td>
<td>270</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Giurgiu">Giurgiu</a></td>
<td>Dunărea</td>
<td>493</td>
<td>2024-10-30 05:00:00</td>
<td>143</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Gruia">Gruia</a></td>
<td>Dunărea</td>
<td>851</td>
<td>2024-10-30 05:00:00</td>
<td>152</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/H%C3%A2r%C5%9Fova">Hârşova</a></td>
<td>Dunărea</td>
<td>252</td>
<td>2024-10-30 05:00:00</td>
<td>236</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Isaccea">Isaccea</a></td>
<td>Dunărea</td>
<td>103</td>
<td>2024-10-30 05:00:00</td>
<td>207</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Lumini%C5%A3a">Luminiţa</a></td>
<td>Canal Luminița</td>
<td>4</td>
<td>2024-10-30 06:00:00</td>
<td>205</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Medgidia">Medgidia</a></td>
<td>Canal Dunăre-Marea Neagră</td>
<td>37</td>
<td>2024-10-30 06:00:00</td>
<td>722</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Moldova-Veche">Moldova Veche</a></td>
<td>Dunărea</td>
<td>1048</td>
<td>2024-10-30 05:00:00</td>
<td>706</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Murfatlar">Murfatlar</a></td>
<td>Canal Dunăre-Marea Neagră</td>
<td>24</td>
<td>2024-10-30 06:00:00</td>
<td>714</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/N%C4%83vodari">Năvodari</a></td>
<td>Canal Poarta Albă-Midia Năvodari</td>
<td>1</td>
<td>2024-10-30 06:00:00</td>
<td>179</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Olteni%C5%A3a">Olteniţa</a></td>
<td>Dunărea</td>
<td>430</td>
<td>2024-10-30 05:00:00</td>
<td>167</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Or%C8%99ova">Orșova</a></td>
<td>Dunărea</td>
<td>954</td>
<td>2024-10-30 05:00:00</td>
<td>2505</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Ovidiu">Ovidiu</a></td>
<td>Canal Poarta Albă-Midia Năvodari</td>
<td>12</td>
<td>2024-10-30 06:00:00</td>
<td>726</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Rast">Rast</a></td>
<td>Dunărea</td>
<td>738</td>
<td>2024-10-30 05:00:00</td>
<td>162</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Sulina">Sulina</a></td>
<td>Dunărea</td>
<td>0</td>
<td>2024-10-30 05:00:00</td>
<td>74</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Tulcea">Tulcea</a></td>
<td>Dunărea</td>
<td>71</td>
<td>2024-10-30 05:00:00</td>
<td>170</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Turnu-M%C4%83gurele">Turnu Măgurele</a></td>
<td>Dunărea</td>
<td>597</td>
<td>2024-10-30 05:00:00</td>
<td>146</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/Zimnicea">Zimnicea</a></td>
<td>Dunărea</td>
<td>554</td>
<td>2024-10-30 05:00:00</td>
<td>182</td>
<td>Romania</td>
</tr>
<tr>
<td><a href="/en/history/%D0%90%D0%BF%D0%B0%D1%82%D0%B8%D0%BD">Апатин</a></td>
<td>Дунав</td>
<td>1401</td>
<td>2024-10-29 07:53:00</td>
<td>273</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D0%B0%D0%BD%D0%B0%D1%82%D1%81%D0%BA%D0%B0-%D0%9F%D0%B0%D0%BB%D0%B0%D0%BD%D0%BA%D0%B0">Банатска Паланка</a></td>
<td>Дунав</td>
<td>1076</td>
<td>2024-10-29 23:00:00</td>
<td>682</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D0%B0%D1%87%D0%BA%D0%B0-%D0%9F%D0%B0%D0%BB%D0%B0%D0%BD%D0%BA%D0%B0">Бачка Паланка</a></td>
<td>Дунав</td>
<td>1298</td>
<td>2024-10-29 07:53:00</td>
<td>256</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D0%B5%D0%B7%D0%B4%D0%B0%D0%BD">Бездан</a></td>
<td>Дунав</td>
<td>1425</td>
<td>2024-10-29 23:00:00</td>
<td>175</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D0%B5%D1%99%D0%B8%D0%BD">Бељин</a></td>
<td>Сава</td>
<td>67</td>
<td>2024-10-09 07:09:00</td>
<td>1192</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D0%B5%D0%BE%D0%B3%D1%80%D0%B0%D0%B4">Београд</a></td>
<td>Сава</td>
<td>0</td>
<td>2024-10-29 23:30:00</td>
<td>239</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D0%BE%D0%B3%D0%BE%D1%98%D0%B5%D0%B2%D0%BE">Богојево</a></td>
<td>Дунав</td>
<td>1367</td>
<td>2024-10-29 23:00:00</td>
<td>248</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%91%D1%80%D0%B0%D0%BD%D0%B0-%D0%9D%D0%BE%D0%B2%D0%B8-%D0%91%D0%B5%D1%87%D0%B5%D1%98_%D0%93%D0%BE%D1%80%D1%9A%D0%B0-%D0%B2%D0%BE%D0%B4%D0%B0">Брана Нови Бечеј_Горња вода</a></td>
<td>Тиса</td>
<td>63</td>
<td>2024-10-30 00:00:00</td>
<td>428</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%92%D0%B5%D0%BB%D0%B8%D0%BA%D0%BE-%D0%93%D1%80%D0%B0%D0%B4%D0%B8%D1%88%D1%82%D0%B5">Велико Градиште</a></td>
<td>Дунав</td>
<td>1059</td>
<td>2024-10-29 07:53:00</td>
<td>745</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%97%D0%B5%D0%BC%D1%83%D0%BD">Земун</a></td>
<td>Дунав</td>
<td>1173</td>
<td>2024-10-29 23:00:00</td>
<td>278</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%88%D0%B0%D0%BC%D0%B5%D0%BD%D0%B0">Јамена</a></td>
<td>Сава</td>
<td>204</td>
<td>2024-10-30 00:30:00</td>
<td>348</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%9D%D0%BE%D0%B2%D0%B8-%D0%91%D0%B5%D1%87%D0%B5%D1%98">Нови Бечеј</a></td>
<td>Тиса</td>
<td>65</td>
<td>2024-10-29 07:53:00</td>
<td>333</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%9D%D0%BE%D0%B2%D0%B8-%D0%9A%D0%BD%D0%B5%D0%B6%D0%B5%D0%B2%D0%B0%D1%86">Нови Кнежевац</a></td>
<td>Тиса</td>
<td>144</td>
<td>2024-10-29 23:00:00</td>
<td>174</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%9D%D0%BE%D0%B2%D0%B8-%D0%A1%D0%B0%D0%B4">Нови Сад</a></td>
<td>Дунав</td>
<td>1255</td>
<td>2024-10-29 23:00:00</td>
<td>225</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%9F%D0%B0%D0%BD%D1%87%D0%B5%D0%B2%D0%BE">Панчево</a></td>
<td>Дунав</td>
<td>1154</td>
<td>2024-10-29 23:00:00</td>
<td>306</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%9F%D1%80%D0%B0%D1%85%D0%BE%D0%B2%D0%BE">Прахово</a></td>
<td>Дунав</td>
<td>859</td>
<td>2024-10-29 07:53:00</td>
<td>190</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%A1%D0%B5%D0%BD%D1%82%D0%B0">Сента</a></td>
<td>Тиса</td>
<td>123</td>
<td>2024-10-29 23:00:00</td>
<td>246</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%A1%D0%BB%D0%B0%D0%BD%D0%BA%D0%B0%D0%BC%D0%B5%D0%BD">Сланкамен</a></td>
<td>Дунав</td>
<td>1216</td>
<td>2024-10-29 07:53:00</td>
<td>245</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%A1%D0%BC%D0%B5%D0%B4%D0%B5%D1%80%D0%B5%D0%B2%D0%BE">Смедерево</a></td>
<td>Дунав</td>
<td>1116</td>
<td>2024-10-29 23:00:00</td>
<td>466</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%A1%D1%80%D0%B5%D0%BC%D1%81%D0%BA%D0%B0-%D0%9C%D0%B8%D1%82%D1%80%D0%BE%D0%B2%D0%B8%D1%86%D0%B0">Сремска Митровица</a></td>
<td>Сава</td>
<td>139</td>
<td>2024-10-29 23:30:00</td>
<td>150</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%A2%D0%B8%D1%82%D0%B5%D0%BB">Тител</a></td>
<td>Тиса</td>
<td>8</td>
<td>2024-10-28 06:00:00</td>
<td>-777</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/%D0%A8%D0%B0%D0%B1%D0%B0%D1%86">Шабац</a></td>
<td>Сава</td>
<td>106</td>
<td>2024-10-29 07:53:00</td>
<td>45</td>
<td>Serbia</td>
</tr>
<tr>
<td><a href="/en/history/BRATISLAVA">BRATISLAVA</a></td>
<td>Dunaj</td>
<td>1868</td>
<td>2024-10-29 05:00:00</td>
<td>345</td>
<td>Slovakia</td>
</tr>
<tr>
<td><a href="/en/history/DEVIN">DEVIN</a></td>
<td>Dunaj</td>
<td>1879</td>
<td>2024-10-29 05:00:00</td>
<td>233</td>
<td>Slovakia</td>
</tr>
<tr>
<td><a href="/en/history/KOMARNO">KOMARNO</a></td>
<td>Dunaj</td>
<td>1767</td>
<td>2024-10-29 05:00:00</td>
<td>207</td>
<td>Slovakia</td>
</tr>
<tr>
<td><a href="/en/history/MEDVEDOV">MEDVEDOV</a></td>
<td>Dunaj</td>
<td>1806</td>
<td>2024-10-29 05:00:00</td>
<td>210</td>
<td>Slovakia</td>
</tr>
<tr>
<td><a href="/en/history/STUROVO">STUROVO</a></td>
<td>Dunaj</td>
<td>1718</td>
<td>2024-10-29 05:00:00</td>
<td>146</td>
<td>Slovakia</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Slavonski-Kobas">Vodomjer Slavonski Kobas</a></td>
<td>Sava (Croatia)</td>
<td>400</td>
<td>2024-10-17 22:00:00</td>
<td>452</td>
<td>Unknown</td>
</tr>
<tr>
<td><a href="/en/history/Vodomjer-Stara-Gradiska">Vodomjer Stara Gradiska</a></td>
<td>Sava (Croatia)</td>
<td>467</td>
<td>2024-10-17 22:00:00</td>
<td>411</td>
<td>Unknown</td>
</tr>
</tbody>
</table>
</div>
</div>
<script>
function updateTable() {
const country = document.getElementById('country-select').value;
const date = document.getElementById('date-select') ? document.getElementById('date-select').value : '';
const lang = "en";
if (country) {
const newUrl = `/${lang}/${country}` + (date ? `/${date}` : '');
window.location.href = newUrl;
} else {
window.location.href = `/${lang}`;
}
}
document.getElementById('country-select').addEventListener('change', function() {
const dateContainer = document.getElementById('date-container');
const country = document.getElementById('country-select').value;
if (country === 'Romania' || !false) {
if (dateContainer) dateContainer.style.display = 'none';
} else {
if (dateContainer) dateContainer.style.display = 'block';
}
});
</script>
<footer class="card">
<center>
<p>
© 2024 Danube Alert. All rights reserved. </p>
<nav>
<ul style="list-style-type: none; padding: 0;">
<li style="display: inline; margin-right: 10px;">
<a href="https://danubealert.com/functions/login.php">Login</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://danubealert.com/functions/register.php">Register</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://danubealert.com/user/account.php">My Account</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://danubealert.com/tutorials/all.php">Tutorials</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://danubealert.com/privacy.php">Privacy Policy</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://danubealert.com/terms_conditions.php">Terms & Conditions</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://discord.com/oauth2/authorize?client_id=1286674435029598340">Discord Bot</a>
</li>
<li style="display: inline; margin-right: 10px;">
<a href="https://t.me/DanubeAlertsBot">Telegram Bot</a>
</li>
<!-- Dropdown pentru selecția limbii în footer -->
<div class="translate-dropdown" style="position: relative; margin-top: 20px; text-align: center;">
<button onclick="toggleTranslateMenu()" style="
background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 10px;
font-size: 14px;
color: #333;
cursor: pointer;
outline: none;
transition: border 0.3s ease;">
Translate
</button>
<!-- Meniul care conține țările (ascuns inițial) -->
<div id="translateMenu" style="
display: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
margin-top: 5px;
padding: 5px 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
z-index: 100;">
<a href="#" onclick="changeLanguage('ro')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">Română</a>
<a href="#" onclick="changeLanguage('en')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">English</a>
<a href="#" onclick="changeLanguage('de')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">Österreich (Austria)</a>
<a href="#" onclick="changeLanguage('sk')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">Slovenská Republika (Slovakia)</a>
<a href="#" onclick="changeLanguage('hu')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">Magyarország (Hungary)</a>
<a href="#" onclick="changeLanguage('hr')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">Hrvatska (Croatia)</a>
<a href="#" onclick="changeLanguage('sr')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">Србија (Serbia)</a>
<a href="#" onclick="changeLanguage('bg')" style="display: block; padding: 8px 15px; text-decoration: none; color: #333;">България (Bulgaria)</a>
</div>
</div>
<!-- Script pentru schimbarea limbii și toggle-ul meniului -->
<script>
// Funcție pentru a deschide/închide meniul de traducere
function toggleTranslateMenu() {
const menu = document.getElementById('translateMenu');
menu.style.display = (menu.style.display === 'block') ? 'none' : 'block';
}
// Funcție pentru redirecționarea limbii selectate
function changeLanguage(langCode) {
if (langCode === 'ro') {
// Redirecționează către pagina originală pentru limba Română
window.location.href = 'https://danubealert.com';
} else {
// Redirecționează către Google Translate pentru alte limbi
const translateUrl = `https://danubealert-com.translate.goog/?_x_tr_sl=ro&_x_tr_tl=${langCode}&_x_tr_hl=en&_x_tr_pto=wapp`;
window.location.href = translateUrl;
}
}
// Închide meniul de traducere dacă utilizatorul dă click în afara acestuia
document.addEventListener('click', function(event) {
const menu = document.getElementById('translateMenu');
if (!event.target.closest('.translate-dropdown')) {
menu.style.display = 'none';
}
});
</script>
</ul>
</nav>
</center>
</footer>
</body>
</html>