Entfernen unnötigerweise versuhter Imports in Status_Julius.aspx
This commit is contained in:
@@ -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 = "  Deutsch"
|
||||
Dim strENlang = "  Englisch"
|
||||
|
||||
Reference in New Issue
Block a user