This commit is contained in:
2025-05-19 23:40:43 +02:00
parent ac65de5c3d
commit 52b1da2fe6
2 changed files with 18 additions and 16 deletions

View File

@@ -13,10 +13,10 @@
<div class="container">
<div id="bereich-a">
<div class="top">
<input type="text" placeholder="A 1" />
<input type="text" placeholder="B 2" />
<input type="text" placeholder="C 3" />
<input type="text" placeholder="D 4" />
<input type="text" placeholder="Suchfeld" />
<input type="text" placeholder="Amt" />
<input type="text" placeholder="Raum" />
<input type="text" placeholder="Gebäude" />
</div>
<div class="bottom">
<table>
@@ -31,13 +31,13 @@
</colgroup>
<thead>
<tr>
<th>Spalte 1</th>
<th>Spalte 2</th>
<th>Spalte 3</th>
<th>Spalte 4</th>
<th>Spalte 5</th>
<th>Spalte 6</th>
<th>Spalte 7</th>
<th>Name</th>
<th>Telefon</th>
<th>Mobil</th>
<th>Homeoffice</th>
<th>Amt</th>
<th>Raum</th>
<th>Gebäude</th>
</tr>
</thead>
<tbody>
@@ -65,7 +65,7 @@
</div>
<div id="bereich-b">
<div class="top">
<input type="text" placeholder="E 5" />
<input type="text" placeholder="Stichwort" />
</div>
<div class="bottom">
<table>
@@ -74,7 +74,7 @@
</colgroup>
<thead>
<tr>
<th>Spalte 1</th>
<th>Stichwort</th>
</tr>
</thead>
<tbody>