| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/storage/framework/views/ |
Upload File : |
<?php $__env->startPush('headsection'); ?>
<style>
.actions.top-right {
top: 8px;
}
.addnew{
text-align: right;
}
.associate:link, .associate:visited {
color: #ff9800;
}
</style>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('main'); ?>
<?php echo $__env->make('layouts.backend._parts.page-header', ['page_title' => 'Parole Ricercate'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!--START PAGE CONTENT -->
<section class="page-content container-fluid">
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-header">
Lista Keywords
</div>
<div class="card-body">
<div class="table-responsive">
<table id="tableGetKeywords" class="table table-striped table-bordered" style="width:100%">
<thead>
<tr>
<th>Value</th>
<th>Count</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<!--END PAGE CONTENT -->
<?php $__env->stopSection(); ?>
<?php $__env->startPush('footersection'); ?>
<script>
var tableGetKeywords;
$(function () {
tableGetKeywords = $('#tableGetKeywords').DataTable({
processing: true,
serverSide: true,
pageLength: 100,
stateSave: true,
ajax: $.fn.dataTable.pipeline({
url: '/panel/ajax/ajaxGetKeywords',
pages: 3,
data: function (data) {
/* NULL */
}
}),
columns: [
{data: 'value', name: 'value'},
{data: 'count', name: 'count'},
], dom:
"<'row' <'col-md-4'l> <'col-md-4'f> <'col-md-4 '>>" +
"<'row'<'col-md-12'tr>>" +
//"<'row'<'col-md-12'i><'col-md-12'p>>",
"<'row'<'col-md-12'p>>",
columnDefs: [
{
orderable: true,
targets: 0,
searchable: false,
render: function (data, type, row) {
return data ? data : '-';
}
}, {
orderable: true,
targets: 1,
searchable: false,
render: function (data, type, row) {
return data ? data : '-';
}
}
],
pagination: false,
initComplete: function () {
/* NULL */
},
});
});
</script>
<?php $__env->stopPush(); ?>
<?php echo $__env->make('layouts.backend.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/linkabili/resources/views/backend/keyword/list.blade.php ENDPATH**/ ?>