Updated Google Avatar, Admin Features, All Pages with small changes, Filters in Publications Page
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
<h3 class="page-title m-0">
|
||||
<i class="fas fa-book-open me-2 text-primary"></i>All Publications
|
||||
</h3>
|
||||
<!-- Include the reusable send-email component -->
|
||||
<x-send-email />
|
||||
@if(auth()->user()->role->name === 'Faculty')
|
||||
<input type="hidden" id="scholar-url" value="{{ $scholarUrl ?? '' }}">
|
||||
<button id="btn-fetch-scholar" class="btn btn-outline-primary">
|
||||
@@ -57,8 +59,6 @@
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
<!-- Include the reusable send-email component -->
|
||||
<x-send-email />
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
@@ -88,14 +88,16 @@
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light">Peer Reviewed</span>
|
||||
<select id="is_peer_reviewed-filter" class="form-select">
|
||||
<span class="input-group-text bg-light">Category</span>
|
||||
<select id="category-filter" class="form-select">
|
||||
<option value="">All</option>
|
||||
<option value="Yes">Yes</option>
|
||||
<option value="No">No</option>
|
||||
<option value="SCI">SCI</option>
|
||||
<option value="Scopus">Scopus</option>
|
||||
<option value="Peer Reviewed">Peer Reviewed</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="input-group">
|
||||
<span class="input-group-text bg-light">Date Range</span>
|
||||
@@ -109,7 +111,7 @@
|
||||
<!-- Column Selector -->
|
||||
<div class="flex justify-between col-md-12 mt-3 mb-4">
|
||||
<!-- Include the reusable download-proofs component -->
|
||||
<x-download-proofs :route="route('admin.downloadProofs')" :model="'ActivitiesOrganised'" />
|
||||
<x-download-proofs :route="route('admin.downloadProofs')" :model="'Publications'" />
|
||||
@php
|
||||
use Illuminate\Support\Str;
|
||||
$labels = [
|
||||
|
||||
Reference in New Issue
Block a user