diff options
author | Mateja <mail@matejamaric.com> | 2020-11-24 21:45:30 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-11-24 21:45:30 +0100 |
commit | adcc4c9cb49939d55bc84610c5dfd2351c452bf8 (patch) | |
tree | e1d692229c0c70b65149d4c672032dbe3314ab7e /resources/views/pages/activities.blade.php | |
parent | 400e73d5407555a22ae6fe4c5282bafc7685833c (diff) | |
download | yota-laravel-adcc4c9cb49939d55bc84610c5dfd2351c452bf8.tar.gz yota-laravel-adcc4c9cb49939d55bc84610c5dfd2351c452bf8.zip |
Activities special callsign description added.
Diffstat (limited to 'resources/views/pages/activities.blade.php')
-rw-r--r-- | resources/views/pages/activities.blade.php | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/resources/views/pages/activities.blade.php b/resources/views/pages/activities.blade.php index c8ccc04..1c5c32d 100644 --- a/resources/views/pages/activities.blade.php +++ b/resources/views/pages/activities.blade.php @@ -16,6 +16,8 @@ @endif </select> +<div id="sign-desc-div"></div> + <div class="table-responsive mt-2"> <table id="ajax-table" class="table table-striped table-bordered" style="white-space:nowrap;"> <thead class="thead-dark"> @@ -25,32 +27,6 @@ </tbody> </table> </div> - -{{--@if (count($activities) > 0)--}} -{{--<div class="table-responsive">--}} - {{--<table class="table table-striped table-bordered"><!-- table-hover -->--}} - {{--<thead class="thead-dark">--}} - {{--<tr><th>Operator</th><th>From</th><th>To</th><th>Special Callsign</th><th>Frequencies</th><th>QSO</th></tr>--}} - {{--</thead>--}} - {{--<tbody>--}} - {{--@foreach ($activities as $row)--}} - {{--<tr>--}} - {{--<td>{{ $row->operatorCall }}</td>--}} - {{--<td>{{ $row->fromTime }}</td>--}} - {{--<td>{{ $row->toTime }}</td>--}} - {{--<td>{{ $row->specialCall }}</td>--}} - {{--<td>{{ $row->frequencies }}</td>--}} - {{--<td>{{ $row->qso }}</td>--}} - {{--</tr>--}} - {{--@endforeach--}} - {{--</tbody>--}} - {{--</table>--}} -{{--</div>--}} -{{--@else--}} -{{--<div class="text-center">--}} - {{--<strong>There are currently no approved activities.</strong>--}} -{{--</div>--}} -{{--@endif--}} @endsection() @section('scripts') |