Untitled
unknown
plain_text
3 years ago
13 kB
10
Indexable
<div class="mt-10">
<div class="flex justify-between items-center mb-4">
<h3 class="text-lg leading-6 font-medium text-gray-900">
Addressen
</h3>
<a class="py-2 px-4 rounded-md relative inline-flex justify-center text-sm leading-5 font-medium text-white bg-gradient-600 hover:bg-gradient-950 focus:outline-none focus:border-blink-700 focus:shadow-outline-blink active:bg-blink-700 transition duration-300 ease-in-out" href="https://blink-admin.test/addresses/create?location_id=1">Adresse hinzufügen</a>
</div>
<div class="flex flex-col table-divide-y relative">
<div class="-my-2 -mx-4 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="inline-block min-w-full py-2 align-middle md:px-6 lg:px-8">
<div class="overflow-hidden md:rounded-lg border border-blue-100">
<table class="min-w-full divide-y divide-blue-100">
<thead class="bg-blink-blue-25">
<tr class="hover:bg-gradient-150">
<th class="px-3 pt-3 pb-2.5 text-left text-xs font-bold text-gray-600">
ID
</th>
<th class="px-3 pt-3 pb-2.5 text-left text-xs font-bold text-gray-600">
Name
</th>
<th class="px-3 pt-3 pb-2.5 text-left text-xs font-bold text-gray-600">
Ort
</th>
<th class="px-3 pt-3 pb-2.5 text-left text-xs font-bold text-gray-600">
Strasse
</th>
<th class="px-3 pt-3 pb-2.5 text-left text-xs font-bold text-gray-600">
Typ
</th>
<th class="px-3 pt-3 pb-2.5 text-left text-xs font-bold text-gray-600">
</th>
</tr>
</thead>
<tbody class="bg-white">
<tr class="hover:bg-gradient-150">
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau/edit">
#1
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau/edit">
Aarau
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau/edit">
5000 Aarau
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau/edit">
Industriestrasse 1
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau/edit">
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap flex justify-end">
<div class="" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
<div @click="open = ! open">
<button type="button" class="bg-transparent rounded-full flex items-center text-gray-900 hover:text-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-blink-500">
<svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>
</svg>
</button>
</div>
<div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-48 rounded-md shadow-lg origin-top-right right-0" style="display: none;">
<div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="https://blink-admin.test/addresses/aarau/edit">Bearbeiten</a>
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="#" @click="open = false" wire:click.prevent="$emit('openDeleteModal','1')">Löschen</a>
</div>
</div>
</div>
</td>
</tr>
<tr class="hover:bg-gradient-150">
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau-1/edit">
#3
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau-1/edit">
Aarau
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau-1/edit">
5000 Aarau
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau-1/edit">
Poststrasse 17
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/aarau-1/edit">
Abholort
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap flex justify-end">
<div class="" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
<div @click="open = ! open">
<button type="button" class="bg-transparent rounded-full flex items-center text-gray-900 hover:text-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-blink-500">
<svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>
</svg>
</button>
</div>
<div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-48 rounded-md shadow-lg origin-top-right right-0" style="display: none;">
<div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="https://blink-admin.test/addresses/aarau-1/edit">Bearbeiten</a>
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="#" @click="open = false" wire:click.prevent="$emit('openDeleteModal','3')">Löschen</a>
</div>
</div>
</div>
</td>
</tr>
<tr class="hover:bg-gradient-150">
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/exam-office/edit">
#5
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/exam-office/edit">
Exam Office
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/exam-office/edit">
8210 Zurich
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/exam-office/edit">
rr. Nazmi Gafurri
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/exam-office/edit">
Prüfamt
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap flex justify-end">
<div class="" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
<div @click="open = ! open">
<button type="button" class="bg-transparent rounded-full flex items-center text-gray-900 hover:text-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-blink-500">
<svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>
</svg>
</button>
</div>
<div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-48 rounded-md shadow-lg origin-top-right right-0" style="display: none;">
<div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="https://blink-admin.test/addresses/exam-office/edit">Bearbeiten</a>
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="#" @click="open = false" wire:click.prevent="$emit('openDeleteModal','5')">Löschen</a>
</div>
</div>
</div>
</td>
</tr>
<tr class="hover:bg-gradient-150">
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/ulpiane/edit">
#139
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/ulpiane/edit">
Ulpiane
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/ulpiane/edit">
1234 Prishtina
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/ulpiane/edit">
rr. Nazmi Gafurri 2
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap">
<a href="https://blink-admin.test/addresses/ulpiane/edit">
Kurslokalität
</a>
</td>
<td class="px-3 py-3 text-sm text-gray-900 whitespace-nowrap flex justify-end">
<div class="" x-data="{ open: false }" @click.away="open = false" @close.stop="open = false">
<div @click="open = ! open">
<button type="button" class="bg-transparent rounded-full flex items-center text-gray-900 hover:text-gray-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-blink-500">
<svg class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z"></path>
</svg>
</button>
</div>
<div x-show="open" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="absolute z-50 mt-2 w-48 rounded-md shadow-lg origin-top-right right-0" style="display: none;">
<div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="https://blink-admin.test/addresses/ulpiane/edit">Bearbeiten</a>
<a class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out text-sm" href="#" @click="open = false" wire:click.prevent="$emit('openDeleteModal','139')">Löschen</a>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>Editor is loading...