Entfernen unnötigerweise versuhter Imports in Status_Julius.aspx

This commit is contained in:
ja
2021-08-12 11:28:18 +02:00
parent 7499dd08bb
commit f1014a53ce
4 changed files with 12 additions and 11 deletions

View File

@@ -3,8 +3,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
Imports System.Data
Imports System.Data.SqlClient
<head>
<!-- Bootstrap -->
<html lang="en">
@@ -541,9 +540,9 @@ Imports System.Data.SqlClient
</div>
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Sprachauswahl:</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Sprachauswahl:</h5>
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<% Dim strDElang = "&nbsp Deutsch"
Dim strENlang = "&nbsp Englisch"