??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: 1de3dd7350c314ab09fb8a3da67844b4.php
<?php $title_var = "title_" . @Helper::currentLanguage()->code; $title_var2 = "title_" . env('DEFAULT_LANGUAGE'); if ($WebmasterSection->$title_var != "") { $WebmasterSectionTitle = $WebmasterSection->$title_var; } else { $WebmasterSectionTitle = $WebmasterSection->$title_var2; } ?> <?php $__env->startSection('title', $WebmasterSectionTitle); ?> <?php $__env->startPush("after-styles"); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/dashboard/js/datatables/datatables.min.css')); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="padding"> <div class="box"> <div class="box-header dker"> <?php $cf_title_var = "title_" . @Helper::currentLanguage()->code; $cf_title_var2 = "title_" . env('DEFAULT_LANGUAGE'); $title_var = "title_" . @Helper::currentLanguage()->code; $title_var2 = "title_" . env('DEFAULT_LANGUAGE'); if ($WebmasterSection->$title_var != "") { $WebmasterSectionTitle = $WebmasterSection->$title_var; } else { $WebmasterSectionTitle = $WebmasterSection->$title_var2; } ?> <h3><?php echo $WebmasterSectionTitle; ?></h3> <small> <a href="<?php echo e(route('adminHome')); ?>"><?php echo e(__('backend.home')); ?></a> / <a><?php echo $WebmasterSectionTitle; ?></a> </small> </div> <div class="box-tool"> <ul class="nav"> <?php if(@Auth::user()->permissionsGroup->add_status): ?> <li class="nav-item inline"> <a class="btn btn-fw primary" href="<?php echo e(route("topicsCreate",$WebmasterSection->id)); ?>"> <i class="material-icons"></i> <?php echo e(__('backend.topicNew')); ?> <?php echo $WebmasterSectionTitle; ?> </a> </li> <?php endif; ?> <li class="nav-item inline"> <button type="button" class="btn info" id="filter_btn" title="<?php echo e(__('backend.search')); ?>" data-toggle="tooltip"> <i class="fa fa-search"></i> </button> </li> <?php if(@Auth::user()->permissionsGroup->add_status): ?> <button type="button" class="btn accent" id="import_btn" title="<?php echo e(__('backend.import')); ?>" data-toggle="tooltip"> <i class="fa fa-upload"></i> </button> <?php endif; ?> <li class="nav-item inline"> <button type="button" class="btn warn" id="print_btn" title="<?php echo e(__('backend.print')); ?>" data-toggle="tooltip" onclick="print_as('print')"> <i class="fa fa-print"></i> </button> </li> <li class="nav-item inline"> <button type="button" class="btn success" id="excel_btn" title="<?php echo e(__('backend.export')); ?>" data-toggle="tooltip" onclick="print_as('excel')"> <i class="fa fa-file-excel-o"></i> </button> </li> </ul> </div> <div> <div class="dker b-b displayNone" id="filter_div"> <div class="p-a"> <?php echo e(Form::open(['route'=>['topics',$WebmasterSection->id],'method'=>'GET','id'=>'filter_form','target'=>''])); ?> <input type="hidden" name="stat" id="search_submit_stat" value=""> <div class="filter_div"> <div class="row"> <?php if(count($WebmasterSection->customFields->where("in_search",true))==0): ?> <?php if($WebmasterSection->date_status): ?> <div class="col-md-3"></div> <?php else: ?> <div class="col-md-4"></div> <?php endif; ?> <?php endif; ?> <?php if($WebmasterSection->title_status || $WebmasterSection->longtext_status): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <?php echo Form::text('find_q',@$_GET['find_q'], array('placeholder' => __('backend.searchFor'),'class' => 'form-control','id'=>'find_q', "autocomplete"=>"off")); ?> </div> <?php endif; ?> <?php if($WebmasterSection->date_status): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <div class="form-group m-b-0"> <div class='input-group date' ui-jp="datetimepicker" ui-options="{ format: '<?php echo e(Helper::jsDateFormat()); ?>', icons: { time: 'fa fa-clock-o', date: 'fa fa-calendar', up: 'fa fa-chevron-up', down: 'fa fa-chevron-down', previous: 'fa fa-chevron-left', next: 'fa fa-chevron-right', today: 'fa fa-screenshot', clear: 'fa fa-trash', close: 'fa fa-remove' }, allowInputToggle: true, }"> <?php echo Form::text('date',((@$_GET['date']!="")?Helper::formatDate(@$_GET['date']):""), array('placeholder' => __('backend.topicDate'),'class' => 'form-control','id'=>'find_date')); ?> <span class="input-group-addon"> <span class="fa fa-calendar"></span> </span> </div> </div> </div> <?php endif; ?> <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($customField->in_search): ?> <?php if ($customField->$cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } // check field language status $cf_land_identifier = ""; $cf_land_active = false; $cf_land_dir = @Helper::currentLanguage()->direction; if ($customField->lang_code != "all") { $ct_language = @Helper::LangFromCode($customField->lang_code); $cf_land_identifier = @Helper::languageName($ct_language); $cf_land_dir = $ct_language->direction; if ($ct_language->box_status) { $cf_land_active = true; } } if ($customField->lang_code == "all") { $cf_land_active = true; } // required Status $cf_required = ""; ?> <?php if($cf_land_active): ?> <?php if($customField->type ==12): ?> <?php elseif($customField->type ==11): ?> <?php elseif($customField->type ==10): ?> <?php elseif($customField->type ==9): ?> <?php elseif($customField->type ==8): ?> <?php elseif($customField->type ==14): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <select name="<?php echo e('customField_'.$customField->id); ?>" id="<?php echo e('customField_'.$customField->id); ?>" class="form-control c-select" <?php echo e($cf_required); ?>> <option value="">- - <?php echo $cf_title; ?> - -</option> <option value="1"><?php echo e(__('backend.yes')); ?></option> <option value="0"><?php echo e(__('backend.no')); ?></option> </select> </div> <?php elseif($customField->type ==7 || $customField->type ==6 || $customField->type ==13): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <select name="<?php echo e('customField_'.$customField->id); ?>" id="<?php echo e('customField_'.$customField->id); ?>" class="form-control c-select" <?php echo e($cf_required); ?>> <option value="">- - <?php echo $cf_title; ?> - -</option> <?php $cf_details_var = "details_" . @Helper::currentLanguage()->code; $cf_details_var2 = "details_" . env('DEFAULT_LANGUAGE'); if ($customField->$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $line_num = 1; ?> <?php $__currentLoopData = $cf_details_lines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cf_details_line): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($line_num); ?>" <?php echo e((@$_GET['customField_'.$customField->id] == $line_num) ? "selected='selected'":""); ?>><?php echo e($cf_details_line); ?></option> <?php $line_num++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <?php elseif($customField->type ==5 || $customField->type ==4): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <div class="form-group m-b-0"> <div class='input-group date' ui-jp="datetimepicker" ui-options="{ format: '<?php echo e(Helper::jsDateFormat()); ?>', icons: { time: 'fa fa-clock-o', date: 'fa fa-calendar', up: 'fa fa-chevron-up', down: 'fa fa-chevron-down', previous: 'fa fa-chevron-left', next: 'fa fa-chevron-right', today: 'fa fa-screenshot', clear: 'fa fa-trash', close: 'fa fa-remove' }, allowInputToggle: true, }"> <?php echo Form::text('customField_'.$customField->id,(@$_GET['customField_'.$customField->id]!="")?Helper::formatDate(@$_GET['customField_'.$customField->id]):"", array('placeholder' => $cf_title,'class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?> <span class="input-group-addon"> <span class="fa fa-calendar"></span> </span> </div> </div> </div> <?php elseif($customField->type ==3): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <?php echo Form::email('customField_'.$customField->id,@$_GET['customField_'.$customField->id], array('placeholder' => $cf_title,'class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?> </div> <?php elseif($customField->type ==2): ?> <div class="col-md-3 col-xs-6 m-b-5p"> <?php echo Form::number('customField_'.$customField->id,@$_GET['customField_'.$customField->id], array('placeholder' => $cf_title,'class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'','min'=>0, 'dir'=>$cf_land_dir)); ?> </div> <?php else: ?> <div class="col-md-3 col-xs-6 m-b-5p"> <?php echo Form::text('customField_'.$customField->id,@$_GET['customField_'.$customField->id], array('placeholder' => $cf_title,'class' => 'form-control','id'=>'customField_'.$customField->id,$cf_required=>'', 'dir'=>$cf_land_dir)); ?> </div> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="col-md-1 col-xs-6 m-b-5p"> <button class="btn white w-full" id="search-btn" type="button"><i class="fa fa-search"></i> </button> </div> </div> </div> <?php echo e(Form::close()); ?> </div> </div> <?php echo e(Form::open(['route'=>['topicsUpdateAll',$WebmasterSection->id],'method'=>'post'])); ?> <div class="table-responsive"> <table class="table table-bordered" style="width: 100%" id="topics_<?php echo e($WebmasterSection->id); ?>"> <thead class="dker"> <?php if(@Auth::user()->permissionsGroup->edit_status): ?> <th style="width:20px;"> <label class="ui-check m-a-0"> <input id="checkAll" type="checkbox"><i></i> </label> </th> <?php endif; ?> <th class="text-center w-64">ID</th> <?php if($WebmasterSection->title_status): ?> <th><?php echo e(__('backend.topicName')); ?></th> <?php endif; ?> <?php if($WebmasterSection->date_status): ?> <th style="width:100px;"><?php echo e(__('backend.topicDate')); ?></th> <?php endif; ?> <?php if($WebmasterSection->expire_date_status): ?> <th style="width:100px;"><?php echo e(__('backend.expireDate')); ?></th> <?php endif; ?> <?php if($WebmasterSection->visits_status): ?> <th style="width:80px;"><?php echo e(__('backend.visits')); ?></th> <?php endif; ?> <?php if($WebmasterSection->case_status): ?> <th style="width:80px;"><?php echo e(__('backend.status')); ?></th> <?php endif; ?> <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php // check permission $view_permission_groups = []; if ($customField->view_permission_groups != "") { $view_permission_groups = explode(",", $customField->view_permission_groups); } if (in_array(Auth::user()->permissions_id, $view_permission_groups) || in_array(0, $view_permission_groups) || $customField->view_permission_groups == "") { // have permission & continue ?> <?php if($customField->in_table): ?> <?php if($customField->lang_code == "all" || $customField->lang_code == @Helper::currentLanguage()->code): ?> <?php if ($customField->$cf_title_var != "") { $cf_title = $customField->$cf_title_var; } else { $cf_title = $customField->$cf_title_var2; } ?> <th class="text-center"><?php echo e($cf_title); ?></th> <?php endif; ?> <?php endif; ?> <?php } ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <th class="text-center" style="max-width:150px;"><?php echo e(__('backend.options')); ?></th> </thead> </table> </div> <footer class="p-x p-b light dk"> <div class="row"> <div class="col-sm-12 hidden-xs"> <!-- .modal --> <div id="m-all" class="modal fade" data-backdrop="true"> <div class="modal-dialog" id="animate"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(__('backend.confirmation')); ?></h5> </div> <div class="modal-body text-center p-lg"> <p> <?php echo e(__('backend.confirmationDeleteMsg')); ?> </p> </div> <div class="modal-footer"> <button type="button" class="btn dark-white p-x-md" data-dismiss="modal"><?php echo e(__('backend.no')); ?></button> <button type="submit" class="btn danger p-x-md"><?php echo e(__('backend.yes')); ?></button> </div> </div><!-- /.modal-content --> </div> </div> <!-- / .modal --> <?php if(@Auth::user()->permissionsGroup->edit_status): ?> <select name="action" id="action" class="input-sm form-control w-sm inline v-middle c-select" required> <option value=""><?php echo e(__('backend.bulkAction')); ?></option> <?php if(@Auth::user()->permissionsGroup->active_status): ?> <option value="activate"><?php echo e(__('backend.activeSelected')); ?></option> <option value="block"><?php echo e(__('backend.blockSelected')); ?></option> <?php endif; ?> <?php if(@Auth::user()->permissionsGroup->delete_status): ?> <option value="delete"><?php echo e(__('backend.deleteSelected')); ?></option> <?php endif; ?> </select> <button type="submit" id="submit_all" class="btn white"><?php echo e(__('backend.apply')); ?></button> <button id="submit_show_msg" class="btn white" data-toggle="modal" style="display: none" data-target="#m-all" ui-toggle-class="bounce" ui-target="#animate"><?php echo e(__('backend.apply')); ?> </button> <?php endif; ?> </div> </div> </footer> <?php echo e(Form::close()); ?> </div> </div> <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($customField->in_statics && ($customField->type==6 || $customField->type==7)): ?> <div class="box"> <?php $cf_details_var = "details_" . @Helper::currentLanguage()->code; $cf_details_var2 = "details_" . env('DEFAULT_LANGUAGE'); if ($customField->$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); $heigth = count($cf_details_lines) * 12; if ($heigth < 200) { $heigth = 200; } ?> <div class="chart-area" id="canvas-holder-<?php echo e($customField->id); ?>" style="overflow: auto;padding: 20px;border-bottom: 1px solid #ddd;"> <h6 class="text-muted"><?php echo $customField->$title_var; ?></h6> <canvas id="chart-area-<?php echo e($customField->id); ?>" width="920" height="<?php echo e($heigth); ?>" style="margin: 0 auto"></canvas> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!-- .modal --> <div id="delete-topic" class="modal fade" data-backdrop="true"> <div class="modal-dialog" id="animate"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(__('backend.confirmation')); ?></h5> </div> <div class="modal-body text-center p-lg"> <h6> <?php echo e(__('backend.confirmationDeleteMsg')); ?> </h6> </div> <div class="modal-footer"> <button type="button" class="btn dark-white p-x-md" data-dismiss="modal"><?php echo e(__('backend.no')); ?></button> <button type="button" id="topic_delete_btn" row-id="" class="btn danger p-x-md"><?php echo e(__('backend.yes')); ?></button> </div> </div><!-- /.modal-content --> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush("after-scripts"); ?> <script src="<?php echo e(URL::asset('assets/frontend/js/Chart.min.js')); ?>"></script> <script> var dynamicColors = function () { var r = Math.floor(Math.random() * 255); var g = Math.floor(Math.random() * 255); var b = Math.floor(Math.random() * 255); return "rgb(" + r + "," + g + "," + b + ")"; }; var randomScalingFactor = function () { return Math.round(Math.random() * 100); }; window.onload = function () { <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($customField->in_statics && ($customField->type==6 || $customField->type==7)): ?> <?php $cf_details_var = "details_" . @Helper::currentLanguage()->code; $cf_details_var2 = "details_" . env('DEFAULT_LANGUAGE'); if ($customField->$cf_details_var != "") { $cf_details = $customField->$cf_details_var; } else { $cf_details = $customField->$cf_details_var2; } $cf_details_lines = preg_split('/\r\n|[\r\n]/', $cf_details); ?> new Chart(document.getElementById('chart-area-<?php echo e($customField->id); ?>').getContext('2d'), { type: 'pie', data: { datasets: [{ data: [ <?php $line_num = 1; ?> <?php $__currentLoopData = $cf_details_lines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cf_details_line): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo e((@$statics[$customField->id][$line_num] !="")?@$statics[$customField->id][$line_num]:0); ?>, <?php $line_num++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> ], backgroundColor: [ <?php $line_num = 1; ?> <?php $__currentLoopData = $cf_details_lines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cf_details_line): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> dynamicColors(), <?php $line_num++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> ], label: 'Dataset 1' }], labels: [ <?php $line_num = 1; ?> <?php $__currentLoopData = $cf_details_lines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cf_details_line): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> ('<?php echo e($cf_details_line); ?>').substring(0, 40) + ((('<?php echo e($cf_details_line); ?>').length > 40) ? '..' : '') + " ( " + '<?php echo e((@$statics[$customField->id][$line_num] !="")?@$statics[$customField->id][$line_num]:0); ?>' + ' )', <?php $line_num++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> ] }, options: { responsive: false, legend: { display: true, position: 'left', labels: { // font size, default is defaultFontSize fontSize: 11, // font color, default is '#fff' fontColor: '#666', // font style, default is defaultFontStyle fontStyle: 'normal', // font family, default is defaultFontFamily fontFamily: "smart4dsTitles, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif" } } } }); <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> }; </script> <script src="<?php echo e(asset('assets/dashboard/js/datatables/datatables.min.js')); ?>"></script> <script type="text/javascript"> $("#checkAll").click(function () { $('input:checkbox').not(this).prop('checked', this.checked); }); $("#action").change(function () { if (this.value == "delete") { $("#submit_all").css("display", "none"); $("#submit_show_msg").css("display", "inline-block"); } else { $("#submit_all").css("display", "inline-block"); $("#submit_show_msg").css("display", "none"); } }); $(document).ready(function () { var table_name = "#topics_<?php echo e($WebmasterSection->id); ?>"; var dataTable = $(table_name).DataTable({ "processing": true, "serverSide": true, "searching": false, "responsive": true, "pageLength": <?php echo e(env('BACKEND_PAGINATION')); ?>, "lengthMenu": [[10, 20, 30, 50, 75, 100, 200, -1], [10, 20, 30, 50, 75, 100, 200, "All"]], "ajax": { "url": "<?php echo e(route('topicsList')); ?>", "dataType": "json", "type": "POST", "data": function (data) { data._token = "<?php echo e(csrf_token()); ?>"; data.find_q = $('#find_q').val(); data.find_date = $('#find_date').val(); data.webmaster_id = '<?php echo e($WebmasterSection->id); ?>'; <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($customField->in_search): ?> data.customField_<?php echo e($customField->id); ?> = $('#customField_<?php echo e($customField->id); ?>').val(); <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> } }, "dom": '<"dataTables_wrapper"<"col-sm-12 col-md-9"i><"col-sm-12 col-md-3"l><"col-sm-12 col-md-12"r><"row"t><"row b-t p-x p-t light dk"<"col-sm-12"p>>>', "fnDrawCallback": function () { if ($(table_name + '_paginate .paginate_button').length > 3) { $(table_name + '_paginate')[0].style.display = "block"; } else { $(table_name + '_paginate')[0].style.display = "none"; } $('[data-toggle="tooltip"]').tooltip({html: true}); }, "language": <?php echo json_encode(__("backend.dataTablesTranslation")); ?> , "columns": [ <?php if(@Auth::user()->permissionsGroup->edit_status): ?> { "data": "check", "class": "dker", "orderable": false }, <?php endif; ?> { "data": "no", "class": "text-center w-64" }, <?php if($WebmasterSection->title_status): ?> { "data": "id" }, <?php endif; ?> <?php if($WebmasterSection->date_status): ?> { "data": "date", "orderable": true }, <?php endif; ?> <?php if($WebmasterSection->expire_date_status): ?> { "data": "expire_date", "orderable": true }, <?php endif; ?> <?php if($WebmasterSection->visits_status): ?> { "data": "visits", "orderable": true }, <?php endif; ?> <?php if($WebmasterSection->case_status): ?> { "data": "status", "orderable": true }, <?php endif; ?> <?php $__currentLoopData = $WebmasterSection->customFields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php // check permission $view_permission_groups = []; if ($customField->view_permission_groups != "") { $view_permission_groups = explode(",", $customField->view_permission_groups); } if (in_array(Auth::user()->permissions_id, $view_permission_groups) || in_array(0, $view_permission_groups) || $customField->view_permission_groups == "") { // have permission & continue ?> <?php if($customField->in_table): ?> <?php if($customField->lang_code == "all" || $customField->lang_code == @Helper::currentLanguage()->code): ?> { "data": "field_<?php echo e($customField->id); ?>", "orderable": false, "createdCell": function (td, cellData, rowData, row, col) { $(td).addClass(rowData['class_field_<?php echo e($customField->id); ?>']); }, }, <?php endif; ?> <?php endif; ?> <?php } ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> { "data": "options", "orderable": false } ] <?php if(@Auth::user()->permissionsGroup->edit_status): ?> , "order": [[1, "desc"]] <?php else: ?> , "order": [[0, "desc"]] <?php endif; ?> }); dataTable.on('page.dt', function () { $('html, body').animate({ scrollTop: $(".dataTables_wrapper").offset().top }, 'slow'); }); $.fn.dataTable.ext.errMode = 'none'; $("#search-btn").on('click', function () { dataTable.draw(); }); }); $("#filter_btn").click(function () { $("#filter_div").slideToggle(); }); function DeleteTopic(id) { $("#topic_delete_btn").attr("row-id", id); $("#delete-topic").modal("show"); } $("#topic_delete_btn").click(function () { $(this).html("<img src=\"<?php echo e(asset('assets/dashboard/images/loading.gif')); ?>\" style=\"height: 25px\"/> <?php echo __('backend.yes'); ?>"); var row_id = $(this).attr('row-id'); if (row_id != "") { $.ajax({ type: "GET", url: "<?php echo route("topicsDestroy", ["webmasterId" => $WebmasterSection->id]); ?>/" + row_id, success: function (result) { var obj_result = jQuery.parseJSON(result); if (obj_result.stat == 'success') { $('#topic_delete_btn').html("<?php echo __('backend.yes'); ?>"); swal({ title: "<span class='text-success'><?php echo e(__("backend.deleteDone")); ?></span>", text: "", html: true, type: "success", confirmButtonText: "<?php echo e(__("backend.close")); ?>", confirmButtonColor: "#acacac", timer: 5000, }); $('#topics_<?php echo e($WebmasterSection->id); ?>').DataTable().ajax.reload(); } $('#delete-topic').modal('hide'); $('.modal-backdrop').hide(); } }); } }); function print_as(stat) { $("#search_submit_stat").val(stat); $("#filter_form").attr('action', '<?php echo e(route("topicsPrint",$WebmasterSection->id)); ?>'); $("#filter_form").attr('target', '_blank'); $("#filter_form").submit(); $("#filter_form").attr('action', '<?php echo e(route("topics",$WebmasterSection->id)); ?>'); $("#search_submit_stat").val(""); $("#filter_form").attr('target', ''); } </script> <?php echo $__env->make("dashboard.topics.import.modal", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopPush(); ?> <?php echo $__env->make('dashboard.layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/zuuttrav/public_html/core/resources/views/dashboard/topics/list.blade.php ENDPATH**/ ?>