Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpmw
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alfiro Pratama
simpmw
Commits
f5057285
Commit
f5057285
authored
Apr 01, 2024
by
Muhammad Iskandar Java
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename pkm->pmw
parent
f45e8842
Hide whitespace changes
Inline
Side-by-side
Showing
62 changed files
with
133 additions
and
132 deletions
+133
-132
app/Exports/DaftarProposalBelmawaExport.php
+1
-1
app/Exports/DaftarProposalExport.php
+1
-1
app/Exports/DaftarProposalMonevExport.php
+1
-1
app/Exports/ProposalExport.php
+1
-1
app/Http/Controllers/DashboardController.php
+1
-1
app/Http/Controllers/Dosen/ProposalController.php
+3
-3
app/Http/Controllers/Dosen/SeleksiController.php
+3
-3
app/Http/Controllers/Mahasiswa/LuaranController.php
+2
-2
app/Http/Controllers/Mahasiswa/MonevController.php
+1
-1
app/Http/Controllers/Mahasiswa/ProposalController.php
+4
-4
app/Http/Controllers/Mahasiswa/SeleksiController.php
+4
-4
app/Http/Controllers/Operator/DaftarProposalController.php
+3
-3
app/Http/Controllers/Operator/JenisController.php
+5
-5
app/Http/Controllers/Operator/JenisPenilaianMonevController.php
+2
-2
app/Http/Controllers/Operator/MonevProposalController.php
+7
-2
app/Http/Controllers/Operator/ProposalController.php
+1
-1
app/Http/Controllers/Reviewer/DaftarMonevController.php
+1
-1
app/Http/Controllers/Reviewer/DaftarSeleksiController.php
+1
-5
public/theme/libs/pdfmake/build/vfs_fonts.js
+0
-0
resources/views/auth/login.blade.php
+3
-3
resources/views/backend/dosen/luaran/index.blade.php
+1
-1
resources/views/backend/dosen/monev/index.blade.php
+3
-3
resources/views/backend/dosen/monev/indexmonevI.blade.php
+4
-4
resources/views/backend/dosen/monev/indexmonevII.blade.php
+4
-4
resources/views/backend/dosen/monev/indexmonevIII.blade.php
+5
-5
resources/views/backend/dosen/proposal/index.blade.php
+1
-1
resources/views/backend/dosen/seleksi/index_belmawa.blade.php
+4
-4
resources/views/backend/dosen/seleksi/index_internal.blade.php
+1
-1
resources/views/backend/dosen/seleksi/internal_revisi.blade.php
+1
-1
resources/views/backend/index.blade.php
+2
-2
resources/views/backend/mahasiswa/luaran/index.blade.php
+1
-1
resources/views/backend/mahasiswa/monev/index.blade.php
+3
-3
resources/views/backend/mahasiswa/monev/indexmonevI.blade.php
+4
-4
resources/views/backend/mahasiswa/monev/indexmonevII.blade.php
+4
-4
resources/views/backend/mahasiswa/monev/indexmonevIII.blade.php
+5
-5
resources/views/backend/mahasiswa/monev/upload_monev.blade.php
+1
-1
resources/views/backend/mahasiswa/proposal/create.blade.php
+2
-2
resources/views/backend/mahasiswa/proposal/index.blade.php
+4
-4
resources/views/backend/mahasiswa/seleksi/index_belmawa.blade.php
+4
-4
resources/views/backend/mahasiswa/seleksi/index_internal.blade.php
+1
-1
resources/views/backend/mahasiswa/seleksi/internal_revisi.blade.php
+1
-1
resources/views/backend/mahasiswa/seleksi/revisi_belmawa.blade.php
+1
-1
resources/views/backend/operator/daftar_proposal/belmawa.blade.php
+2
-2
resources/views/backend/operator/daftar_proposal/excel.blade.php
+1
-1
resources/views/backend/operator/daftar_proposal/excel_new.blade.php
+1
-1
resources/views/backend/operator/daftar_proposal/index.blade.php
+3
-3
resources/views/backend/operator/daftar_proposal/monev.blade.php
+2
-2
resources/views/backend/operator/jenis/create.blade.php
+3
-3
resources/views/backend/operator/jenis/edit.blade.php
+3
-3
resources/views/backend/operator/jenis/index.blade.php
+1
-1
resources/views/backend/operator/jenis_penilaian_monev/edit.blade.php
+1
-1
resources/views/backend/operator/jenis_penilaian_monev/index.blade.php
+1
-1
resources/views/backend/operator/pengumuman/index.blade.php
+1
-1
resources/views/backend/operator/proposal/excel.blade.php
+1
-1
resources/views/backend/operator/proposal/index.blade.php
+2
-2
resources/views/backend/reviewer/monev/index.blade.php
+1
-1
resources/views/backend/reviewer/monev/nilai.blade.php
+1
-1
resources/views/backend/reviewer/seleksi/index.blade.php
+1
-1
resources/views/backend/reviewer/seleksi/nilai.blade.php
+2
-2
resources/views/layouts/headpg.blade.php
+1
-1
resources/views/layouts/master.blade.php
+2
-2
resources/views/layouts/menu.blade.php
+1
-1
No files found.
app/Exports/DaftarProposalBelmawaExport.php
View file @
f5057285
...
...
@@ -49,7 +49,7 @@ class DaftarProposalBelmawaExport implements FromView,ShouldAutoSize
foreach
(
$data
as
$key
=>
$value
)
{
$dospem
=
"("
.
str_replace
(
"###"
,
") "
,
$value
->
identitas_dospem
);
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$urut
=
1
;
foreach
(
$value
->
rKelompokDetil
as
$keys
=>
$detil
)
{
...
...
app/Exports/DaftarProposalExport.php
View file @
f5057285
...
...
@@ -55,7 +55,7 @@ class DaftarProposalExport implements FromView,ShouldAutoSize
$data_dospem
=
explode
(
'###'
,
$value
->
identitas_dospem
);
$data_ketua
=
explode
(
'###'
,
$value
->
identitas_ketua
);
$dospem
=
"("
.
$data_dospem
[
0
]
.
") "
.
$data_dospem
[
1
];
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
if
(
$value
->
status_final
==
'1'
)
$status_final
=
"Lolos"
;
...
...
app/Exports/DaftarProposalMonevExport.php
View file @
f5057285
...
...
@@ -49,7 +49,7 @@ class DaftarProposalMonevExport implements FromView,ShouldAutoSize
foreach
(
$data
as
$key
=>
$value
)
{
$dospem
=
"("
.
str_replace
(
"###"
,
") "
,
$value
->
identitas_dospem
);
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$urut
=
1
;
foreach
(
$value
->
rKelompokDetil
as
$keys
=>
$detil
)
{
...
...
app/Exports/ProposalExport.php
View file @
f5057285
...
...
@@ -49,7 +49,7 @@ class ProposalExport implements FromView,ShouldAutoSize
foreach
(
$data
as
$key
=>
$value
)
{
$dospem
=
"("
.
str_replace
(
"###"
,
") "
,
$value
->
identitas_dospem
);
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$urut
=
1
;
foreach
(
$value
->
rKelompokDetil
as
$keys
=>
$detil
)
{
...
...
app/Http/Controllers/DashboardController.php
View file @
f5057285
...
...
@@ -15,7 +15,7 @@ class DashboardController extends Controller
public
function
index
()
{
//
$title
=
'Dashboard P
KM
'
;
$title
=
'Dashboard P
MW
'
;
// $pengumuman = $pengumuman = Pengumuman::query()->first();
$data
=
[
...
...
app/Http/Controllers/Dosen/ProposalController.php
View file @
f5057285
...
...
@@ -74,8 +74,8 @@ class ProposalController extends Controller
$no
=
1
;
if
(
$item
->
upload_dokumen
){
$dokumen
=
' <a href="https://statik.unesa.ac.id/simp
km
/proposal/'
.
$item
->
rPeriode
->
nama
.
'/'
.
$item
->
upload_dokumen
.
'" target="_blank" class="btn btn-success btn-sm"> <i class="far fa-eye"></i> Lihat Proposal</a>
<iframe id="view-pdf" width="100%" height="400px" src="https://statik.unesa.ac.id/simp
km
/proposal/'
.
$item
->
rPeriode
->
nama
.
'/'
.
$item
->
upload_dokumen
.
'" frameborder="0"></iframe>'
;
$dokumen
=
' <a href="https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$item
->
rPeriode
->
nama
.
'/'
.
$item
->
upload_dokumen
.
'" target="_blank" class="btn btn-success btn-sm"> <i class="far fa-eye"></i> Lihat Proposal</a>
<iframe id="view-pdf" width="100%" height="400px" src="https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$item
->
rPeriode
->
nama
.
'/'
.
$item
->
upload_dokumen
.
'" frameborder="0"></iframe>'
;
}
else
{
$dokumen
=
'<div class="alert alert-danger alert-dismissible fade show mb-0" role="alert">
<strong>Informasi!</strong><br/> File tidak ditemukan.
...
...
@@ -94,7 +94,7 @@ class ProposalController extends Controller
<td>"
.
$item
->
judul
.
"</td>
</tr>
<tr>
<td>Jenis P
KM
</td>
<td>Jenis P
MW
</td>
<td>"
.
$item
->
rJenis
->
nama
.
"</td>
</tr>
<tr>
...
...
app/Http/Controllers/Dosen/SeleksiController.php
View file @
f5057285
...
...
@@ -88,8 +88,8 @@ class SeleksiController extends Controller
$data
=
''
;;
if
(
$item
->
upload_dokumen
){
$dokumen
=
' <a href="https://statik.unesa.ac.id/simp
km
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" target="_blank" class="btn btn-success btn-sm"> <i class="far fa-eye"></i> Lihat Proposal</a>
<iframe id="view-pdf" width="100%" height="400px" src="https://statik.unesa.ac.id/simp
km
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" frameborder="0"></iframe>'
;
$dokumen
=
' <a href="https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" target="_blank" class="btn btn-success btn-sm"> <i class="far fa-eye"></i> Lihat Proposal</a>
<iframe id="view-pdf" width="100%" height="400px" src="https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" frameborder="0"></iframe>'
;
}
else
{
$dokumen
=
'<div class="alert alert-danger alert-dismissible fade show mb-0" role="alert">
<strong>Informasi!</strong><br/> File tidak ditemukan.
...
...
@@ -108,7 +108,7 @@ class SeleksiController extends Controller
<td>"
.
$item
->
judul
.
"</td>
</tr>
<tr>
<td>Jenis P
KM
</td>
<td>Jenis P
MW
</td>
<td>"
.
$item
->
jenis_pkm
.
"</td>
</tr>
<tr>
...
...
app/Http/Controllers/Mahasiswa/LuaranController.php
View file @
f5057285
...
...
@@ -62,7 +62,7 @@ class LuaranController extends Controller
$file_nama
=
$proposal
->
rPeriode
->
nama
.
'_'
.
$proposal
->
proposal_id
.
'_'
.
$luaran
[
'jenis_luaran'
]
.
'.'
.
$luaran
[
'file'
]
->
getClientOriginalExtension
();
Storage
::
disk
(
'static'
)
->
put
(
'simp
km
/luaran/'
.
$luaran
[
'jenis_luaran'
]
.
'/'
.
$file_nama
,
file_get_contents
(
$luaran
[
'file'
]
->
getRealPath
()));
Storage
::
disk
(
'static'
)
->
put
(
'simp
mw
/luaran/'
.
$luaran
[
'jenis_luaran'
]
.
'/'
.
$file_nama
,
file_get_contents
(
$luaran
[
'file'
]
->
getRealPath
()));
ProposalLuaran
::
create
([
'proposal_id'
=>
$luaran
[
'proposal_id'
],
...
...
@@ -102,7 +102,7 @@ class LuaranController extends Controller
$proposal
=
Proposal
::
query
()
->
find
(
decrypt
(
$pro
[
'id'
]));
Storage
::
disk
(
'static'
)
->
delete
(
'simp
km
/luaran/'
.
$proposal
->
jenis_luaran
.
'/'
.
$proposal
->
file_luaran
);
Storage
::
disk
(
'static'
)
->
delete
(
'simp
mw
/luaran/'
.
$proposal
->
jenis_luaran
.
'/'
.
$proposal
->
file_luaran
);
$proposal
->
delete
();
...
...
app/Http/Controllers/Mahasiswa/MonevController.php
View file @
f5057285
...
...
@@ -120,7 +120,7 @@ class MonevController extends Controller
$file_nama
=
$proposal
->
rProposal
->
rPeriode
->
nama
.
'_'
.
$proposal
->
rProposal
->
proposal_id
.
'.'
.
$pro
[
'file'
]
->
getClientOriginalExtension
();
Storage
::
disk
(
'static'
)
->
put
(
'simp
km
/monev/'
.
$pro
[
'monev'
]
.
'/'
.
$pro
[
'type'
]
.
'/'
.
$file_nama
,
file_get_contents
(
$pro
[
'file'
]
->
getRealPath
()));
Storage
::
disk
(
'static'
)
->
put
(
'simp
mw
/monev/'
.
$pro
[
'monev'
]
.
'/'
.
$pro
[
'type'
]
.
'/'
.
$file_nama
,
file_get_contents
(
$pro
[
'file'
]
->
getRealPath
()));
if
(
$pro
[
'type'
]
==
'logbook'
){
$proposal
->
logbook_file
=
$file_nama
;
...
...
app/Http/Controllers/Mahasiswa/ProposalController.php
View file @
f5057285
...
...
@@ -133,7 +133,7 @@ class ProposalController extends Controller
$file_nama
=
$periode
->
nama
.
'_'
.
$uuid
.
'.'
.
$proposal
[
'file'
]
->
getClientOriginalExtension
();
Storage
::
disk
(
'static'
)
->
put
(
'simp
km
/proposal/'
.
$periode
->
nama
.
'/'
.
$file_nama
,
file_get_contents
(
$proposal
[
'file'
]
->
getRealPath
()));
Storage
::
disk
(
'static'
)
->
put
(
'simp
mw
/proposal/'
.
$periode
->
nama
.
'/'
.
$file_nama
,
file_get_contents
(
$proposal
[
'file'
]
->
getRealPath
()));
$kel
=
Proposal
::
create
([
'proposal_id'
=>
$uuid
,
...
...
@@ -213,10 +213,10 @@ class ProposalController extends Controller
if
(
!
isset
(
$proposal
[
'file'
])){
$file_nama
=
$pro
->
upload_dokumen
;
}
else
{
// Storage::disk('static')->delete('simp
km
/proposal/'.$pro->rPeriode->nama.'/'.$pro->upload_dokumen);
// Storage::disk('static')->delete('simp
mw
/proposal/'.$pro->rPeriode->nama.'/'.$pro->upload_dokumen);
$file_nama
=
$pro
->
rPeriode
->
nama
.
'_'
.
$pro
->
proposal_id
.
'.'
.
$proposal
[
'file'
]
->
getClientOriginalExtension
();
Storage
::
disk
(
'static'
)
->
put
(
'simp
km
/proposal/'
.
$pro
->
rPeriode
->
nama
.
'/'
.
$file_nama
,
file_get_contents
(
$proposal
[
'file'
]
->
getRealPath
()));
Storage
::
disk
(
'static'
)
->
put
(
'simp
mw
/proposal/'
.
$pro
->
rPeriode
->
nama
.
'/'
.
$file_nama
,
file_get_contents
(
$proposal
[
'file'
]
->
getRealPath
()));
}
$pro
->
jenis_id
=
$proposal
[
'jenis'
];
...
...
@@ -237,7 +237,7 @@ class ProposalController extends Controller
$proposal
=
Proposal
::
query
()
->
find
(
decrypt
(
$pro
[
'id'
]));
Storage
::
disk
(
'static'
)
->
delete
(
'simp
km
/proposal/'
.
$proposal
->
rPeriode
->
nama
.
'/'
.
$proposal
->
upload_dokumen
);
Storage
::
disk
(
'static'
)
->
delete
(
'simp
mw
/proposal/'
.
$proposal
->
rPeriode
->
nama
.
'/'
.
$proposal
->
upload_dokumen
);
$proposal
->
delete
();
...
...
app/Http/Controllers/Mahasiswa/SeleksiController.php
View file @
f5057285
...
...
@@ -148,7 +148,7 @@ class SeleksiController extends Controller
$file_nama
=
$proposal
->
rPeriode
->
nama
.
'_'
.
$proposal
->
proposal_id
.
'.'
.
$pro
[
'file'
]
->
getClientOriginalExtension
();
Storage
::
disk
(
'static'
)
->
put
(
'simp
km
/proposal/revisi/'
.
$proposal
->
rPeriode
->
nama
.
'/'
.
$file_nama
,
file_get_contents
(
$pro
[
'file'
]
->
getRealPath
()));
Storage
::
disk
(
'static'
)
->
put
(
'simp
mw
/proposal/revisi/'
.
$proposal
->
rPeriode
->
nama
.
'/'
.
$file_nama
,
file_get_contents
(
$pro
[
'file'
]
->
getRealPath
()));
$belmawa
->
upload_dokumen
=
$file_nama
;
$belmawa
->
date_upload
=
now
();
...
...
@@ -171,8 +171,8 @@ class SeleksiController extends Controller
$no
=
1
;
if
(
$item
->
upload_dokumen
){
$dokumen
=
' <a href="https://statik.unesa.ac.id/simp
km
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" target="_blank" class="btn btn-success btn-sm"> <i class="far fa-eye"></i> Lihat Proposal</a>
<iframe id="view-pdf" width="100%" height="400px" src="https://statik.unesa.ac.id/simp
km
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" frameborder="0"></iframe>'
;
$dokumen
=
' <a href="https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" target="_blank" class="btn btn-success btn-sm"> <i class="far fa-eye"></i> Lihat Proposal</a>
<iframe id="view-pdf" width="100%" height="400px" src="https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$item
->
periode
.
'/'
.
$item
->
upload_dokumen
.
'" frameborder="0"></iframe>'
;
}
else
{
$dokumen
=
'<div class="alert alert-danger alert-dismissible fade show mb-0" role="alert">
<strong>Informasi!</strong><br/> File tidak ditemukan.
...
...
@@ -191,7 +191,7 @@ class SeleksiController extends Controller
<td>"
.
$item
->
judul
.
"</td>
</tr>
<tr>
<td>Jenis P
KM
</td>
<td>Jenis P
MW
</td>
<td>"
.
$item
->
jenis_pkm
.
"</td>
</tr>
<tr>
...
...
app/Http/Controllers/Operator/DaftarProposalController.php
View file @
f5057285
...
...
@@ -336,7 +336,7 @@ class DaftarProposalController extends Controller
$proposal
=
'<span class="badge bg-warning">Dokumen belum diunggah.</span>'
;
else
{
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/revisi/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/revisi/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$proposal
=
'<a href="'
.
$url
.
'" target="_blank" class="btn btn-primary btn-sm waves-effect waves-light" role="button"><i class="fas fa-search"></i></a>'
;
}
...
...
@@ -595,7 +595,7 @@ class DaftarProposalController extends Controller
if
(
$delete
)
{
$status
=
'success'
;
$message
=
"Berhasil ubah Jenis P
KM
."
;
$message
=
"Berhasil ubah Jenis P
MW
."
;
}
else
{
$status
=
'error'
;
...
...
@@ -673,7 +673,7 @@ class DaftarProposalController extends Controller
$data_dospem
=
explode
(
'###'
,
$value
->
identitas_dospem
);
$data_ketua
=
explode
(
'###'
,
$value
->
identitas_ketua
);
$dospem
=
"("
.
$data_dospem
[
0
]
.
") "
.
$data_dospem
[
1
];
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$value
->
periode
.
"/"
.
$value
->
upload_dokumen
;
if
(
$value
->
status_final
==
'1'
)
$status_final
=
"Lolos"
;
...
...
app/Http/Controllers/Operator/JenisController.php
View file @
f5057285
...
...
@@ -18,7 +18,7 @@ class JenisController extends Controller
{
public
function
index
()
{
return
view
(
'backend.operator.jenis.index'
)
->
withTitle
(
'Jenis P
KM
'
);
return
view
(
'backend.operator.jenis.index'
)
->
withTitle
(
'Jenis P
MW
'
);
}
/* AJAX request */
...
...
@@ -89,7 +89,7 @@ class JenisController extends Controller
public
function
create
()
{
return
view
(
'backend.operator.jenis.create'
)
->
withTitle
(
'Tambah Jenis P
KM
'
);
return
view
(
'backend.operator.jenis.create'
)
->
withTitle
(
'Tambah Jenis P
MW
'
);
}
public
function
store
(
Request
$request
)
...
...
@@ -123,7 +123,7 @@ class JenisController extends Controller
'jenis'
=>
$jenis
];
return
view
(
'backend.operator.jenis.edit'
,
compact
(
'data'
))
->
withTitle
(
'Ubah Jenis P
KM
'
);
return
view
(
'backend.operator.jenis.edit'
,
compact
(
'data'
))
->
withTitle
(
'Ubah Jenis P
MW
'
);
}
public
function
update
(
Request
$request
,
$id
)
...
...
@@ -147,11 +147,11 @@ class JenisController extends Controller
if
(
$delete
==
1
)
{
$status
=
'success'
;
$message
=
"Jenis P
KM
berhasil dihapus."
;
$message
=
"Jenis P
MW
berhasil dihapus."
;
}
else
{
$status
=
'error'
;
$message
=
"Jenis P
KM
tidak ada."
;
$message
=
"Jenis P
MW
tidak ada."
;
}
return
response
()
->
json
([
...
...
app/Http/Controllers/Operator/JenisPenilaianMonevController.php
View file @
f5057285
...
...
@@ -19,7 +19,7 @@ class JenisPenilaianMonevController extends Controller
{
public
function
index
()
{
return
view
(
'backend.operator.jenis_penilaian_monev.index'
)
->
withTitle
(
'Jenis P
KM
'
);
return
view
(
'backend.operator.jenis_penilaian_monev.index'
)
->
withTitle
(
'Jenis P
MW
'
);
}
/* AJAX request */
...
...
@@ -108,7 +108,7 @@ class JenisPenilaianMonevController extends Controller
'jenis_penilaian_monev'
=>
$jenis_penilaian_monev
];
return
view
(
'backend.operator.jenis_penilaian_monev.edit'
,
compact
(
'data'
))
->
withTitle
(
'Ubah Jenis P
KM
'
);
return
view
(
'backend.operator.jenis_penilaian_monev.edit'
,
compact
(
'data'
))
->
withTitle
(
'Ubah Jenis P
MW
'
);
}
public
function
update
(
Request
$request
,
$id
)
...
...
app/Http/Controllers/Operator/MonevProposalController.php
View file @
f5057285
...
...
@@ -25,6 +25,7 @@ use App\Http\Controllers\Controller;
use
Maatwebsite\Excel\Facades\Excel
;
use
App\Models\DaftarProposalBelmawa
;
use
App\Exports\DaftarProposalMonevExport
;
use
Illuminate\Support\Facades\Log
;
class
MonevProposalController
extends
Controller
{
...
...
@@ -106,6 +107,7 @@ class MonevProposalController extends Controller
->
get
();
$data_arr
=
array
();
foreach
(
$records
as
$record
){
$proposal_id
=
$record
->
proposal_id
;
$monev_internal_id
=
$record
->
monev_internal_id
;
...
...
@@ -120,7 +122,7 @@ class MonevProposalController extends Controller
$nilai_2
=
$record
->
nilai_2
;
$reviewer_id_1
=
$record
->
reviewer_id_1
;
$reviewer_id_2
=
$record
->
reviewer_id_2
;
$status_final
=
$record
->
status
_final
;
$status_final
=
$record
->
status
;
$rata
=
$record
->
rata
;
// $rata = ($nilai_1 + $nilai_2) / 2;
...
...
@@ -345,7 +347,8 @@ class MonevProposalController extends Controller
public
function
approval
(
$id
,
$status
)
{
try
{
$delete
=
ReviewerMonev
::
where
(
'proposal_id'
,
Crypt
::
decrypt
(
$id
))
->
update
([
'status_final'
=>
$status
]);
Log
::
debug
(
Crypt
::
decrypt
(
$id
));
$delete
=
ReviewerMonev
::
where
(
'monev_internal_id'
,
Crypt
::
decrypt
(
$id
))
->
update
([
'status_final'
=>
$status
]);
if
(
$delete
)
{
if
(
$status
==
'1'
)
...
...
@@ -370,6 +373,8 @@ class MonevProposalController extends Controller
]);
}
catch
(
\Exception
$id
)
{
Log
::
error
(
$id
);
return
response
()
->
json
([
'status'
=>
'error'
,
'message'
=>
"Data gagal diproses."
,
...
...
app/Http/Controllers/Operator/ProposalController.php
View file @
f5057285
...
...
@@ -110,7 +110,7 @@ class ProposalController extends Controller
}
else
{
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
if
(
$status
==
'1'
)
{
...
...
app/Http/Controllers/Reviewer/DaftarMonevController.php
View file @
f5057285
...
...
@@ -105,7 +105,7 @@ class DaftarMonevController extends Controller
$laporan_kemajuan
=
'<a href="#" class="btn btn-primary btn-sm waves-effect waves-light" role="button">Review <i class="fas fa-search"></i></a>'
;
$laporan_luaran
=
'<a href="#" class="btn btn-primary btn-sm waves-effect waves-light" role="button">Review <i class="fas fa-search"></i></a>'
;
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$urut
=
DB
::
select
(
"select ambil_data_reviewer_monev('"
.
$this
->
rBiodata
->
noidentitas
.
"', '"
.
$monev_internal_id
.
"', '1')"
)[
0
]
->
ambil_data_reviewer_monev
;
...
...
app/Http/Controllers/Reviewer/DaftarSeleksiController.php
View file @
f5057285
...
...
@@ -128,7 +128,7 @@ class DaftarSeleksiController extends Controller
$nilai_2
=
DB
::
select
(
"select ambil_jumlah_penilaian_seleksi('"
.
$record
->
reviewer_proposal_id_2
.
"')"
)[
0
]
->
ambil_jumlah_penilaian_seleksi
;
$url
=
"https://statik.unesa.ac.id/simp
km
/proposal/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$url
=
"https://statik.unesa.ac.id/simp
mw
/proposal/"
.
$record
->
periode
.
"/"
.
$record
->
upload_dokumen
;
$urut
=
DB
::
select
(
"select ambil_data_reviewer_proposal('"
.
$noidentitas
.
"', '"
.
$proposal_id
.
"', '1')"
)[
0
]
->
ambil_data_reviewer_proposal
;
...
...
@@ -315,14 +315,10 @@ class DaftarSeleksiController extends Controller
private
function
createMonevInternal
(
$proposalId
)
{
Log
::
debug
(
'createMonevInternal'
);
$reviewerProposal
=
ReviewerProposal
::
where
(
'proposal_id'
,
$proposalId
)
->
whereIn
(
'urut'
,
[
1
,
2
]);
$count
=
$reviewerProposal
->
where
(
'status_administrasi'
,
1
)
->
count
();
$monevInternal
=
MonevInternal
::
query
()
->
where
(
'proposal_id'
,
$proposalId
)
->
get
();
Log
::
debug
(
$count
);
Log
::
debug
(
$monevInternal
->
count
());
if
(
$count
==
2
){
for
(
$i
=
3
;
$i
<
5
;
$i
++
)
{
$jenis
=
JenisMonev
::
query
()
->
where
(
'urut'
,
$i
)
->
first
();
...
...
public/theme/libs/pdfmake/build/vfs_fonts.js
View file @
f5057285
This source diff could not be displayed because it is too large. You can
view the blob
instead.
resources/views/auth/login.blade.php
View file @
f5057285
...
...
@@ -5,7 +5,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
Login | SIM P
KM
UNESA
</title>
<title>
Login | SIM P
MW
UNESA
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
content=
"Premium Multipurpose Admin & Dashboard Template"
name=
"description"
>
<meta
content=
"Themesbrand"
name=
"author"
>
...
...
@@ -30,7 +30,7 @@
<div
class=
"bg-primary"
>
<div
class=
"text-primary text-center p-4"
>
<h5
class=
"text-white font-size-20"
>
LOGIN
</h5>
<p
class=
"text-white-50"
>
Sistem Informasi P
KM
.
</p>
<p
class=
"text-white-50"
>
Sistem Informasi P
MW
.
</p>
<a
href=
"{{ url('/') }}"
class=
"logo logo-admin"
>
<img
src=
"{{ asset('theme/images/logo-login.png') }}"
height=
"66"
alt=
"logo"
>
</a>
...
...
@@ -68,7 +68,7 @@
</div>
<div
class=
"mt-5 text-center"
>
<p
class=
"mb-0"
>
©
<script>
document
.
write
(
new
Date
().
getFullYear
())
</script>
SIM P
KM
. Crafted with
<i
class=
"mdi mdi-heart text-danger"
></i>
by PPTI
</p>
<p
class=
"mb-0"
>
©
<script>
document
.
write
(
new
Date
().
getFullYear
())
</script>
SIM P
MW
. Crafted with
<i
class=
"mdi mdi-heart text-danger"
></i>
by PPTI
</p>
</div>
...
...
resources/views/backend/dosen/luaran/index.blade.php
View file @
f5057285
...
...
@@ -51,7 +51,7 @@
<td>{{
$loop->iteration
}}</td>
<td>{{
$item->jenis_luaran
}}</td>
<td>{{
$item->judul
}}</td>
<td><a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
luaran
/
{{
$item
->
jenis_luaran
}}
/
{{
$item
->
file_luaran
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a></td>
<td><a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
luaran
/
{{
$item
->
jenis_luaran
}}
/
{{
$item
->
file_luaran
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a></td>
</tr>
@endforeach
...
...
resources/views/backend/dosen/monev/index.blade.php
View file @
f5057285
...
...
@@ -44,7 +44,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Catatan Harian (Logbook)</th>
<th>Laporan Kemajuan</th>
...
...
@@ -83,7 +83,7 @@
<td>{{
$item->judul
}}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td>{{
$item->rJenis
->nama }}</td>
</tr>
<tr>
...
...
@@ -98,7 +98,7 @@
</tr>
<tr>
<th>Proposal</th>
<td> <iframe id="
view
-
pdf
" width="
100
%
" height="
200
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" frameborder="
0
"></iframe></td>
<td> <iframe id="
view
-
pdf
" width="
100
%
" height="
200
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" frameborder="
0
"></iframe></td>
</tr>
<tr>
<th>Komentar</th>
...
...
resources/views/backend/dosen/monev/indexmonevI.blade.php
View file @
f5057285
...
...
@@ -59,7 +59,7 @@
<th>No</th>
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
10
%
">Laporan Kemajuan</th>
...
...
@@ -80,14 +80,14 @@
@if(is_null(
$item->logbook_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
I
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
I
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->kemajuan_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
I
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
I
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
...
...
@@ -113,7 +113,7 @@
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
<tr>
...
...
resources/views/backend/dosen/monev/indexmonevII.blade.php
View file @
f5057285
...
...
@@ -59,7 +59,7 @@
<th>No</th>
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
10
%
">Laporan Kemajuan</th>
...
...
@@ -80,14 +80,14 @@
@if(is_null(
$item->logbook_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->kemajuan_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
II
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
II
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
...
...
@@ -113,7 +113,7 @@
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
<tr>
...
...
resources/views/backend/dosen/monev/indexmonevIII.blade.php
View file @
f5057285
...
...
@@ -59,7 +59,7 @@
<th>No</th>
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Catatan Harian (Logbook)</th>
<th>Laporan Kemajuan</th>
...
...
@@ -80,21 +80,21 @@
@if(is_null(
$item->logbook_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
III
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
III
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->kemajuan_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
III
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
III
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->akhir_file
))
<span class="
badge
bg
-
danger
">Belum Upload</span>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
III
/
akhir
/
{{
$item
->
akhir_file
}}
" target="
_blank
" title="
Laporan
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
III
/
akhir
/
{{
$item
->
akhir_file
}}
" target="
_blank
" title="
Laporan
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
...
...
@@ -117,7 +117,7 @@
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
<tr>
...
...
resources/views/backend/dosen/proposal/index.blade.php
View file @
f5057285
...
...
@@ -60,7 +60,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
{{-- <th>Identitas Dosen Pembimbing</th> --}}
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
resources/views/backend/dosen/seleksi/index_belmawa.blade.php
View file @
f5057285
...
...
@@ -60,7 +60,7 @@
<th>No</th>
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
@@ -110,7 +110,7 @@
<td>{{
$item->judul
}}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td>{{
$item->rJenis
->nama }}</td>
</tr>
<tr>
...
...
@@ -128,8 +128,8 @@
<tr>
<th>Proposal</th>
<td>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" target="
_blank
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
far
fa
-
eye
"></i> Lihat Proposal</a>
<iframe id="
view
-
pdf
" width="
100
%
" height="
200
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" target="
_blank
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
far
fa
-
eye
"></i> Lihat Proposal</a>
<iframe id="
view
-
pdf
" width="
100
%
" height="
200
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
</td>
</tr>
<tr>
...
...
resources/views/backend/dosen/seleksi/index_internal.blade.php
View file @
f5057285
...
...
@@ -60,7 +60,7 @@
<th>No</th>
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
resources/views/backend/dosen/seleksi/internal_revisi.blade.php
View file @
f5057285
...
...
@@ -41,7 +41,7 @@
</div>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
<select class="
form
-
select
select2
" name="
jenis
">
<option selected>Pilih Jenis</option>
...
...
resources/views/backend/index.blade.php
View file @
f5057285
...
...
@@ -26,8 +26,8 @@
<div class="
card
">
<div class="
card
-
body
">
<center>
<h1 class="
display
-
5
">Selamat Datang di SIM P
KM
</h1>
<h1 class="
display
-
6
text
-
primary
">(Sistem Informasi Manajemen Program
Kreativitas Mahasisw
a )</h1>
<h1 class="
display
-
5
">Selamat Datang di SIM P
MW
</h1>
<h1 class="
display
-
6
text
-
primary
">(Sistem Informasi Manajemen Program
Mahasiswa Wirausah
a )</h1>
<h1 class="
display
-
7
text
-
warning
">Universitas Negeri Surabaya</h1>
</center>
</div>
...
...
resources/views/backend/mahasiswa/luaran/index.blade.php
View file @
f5057285
...
...
@@ -53,7 +53,7 @@
<td>{{
$loop->iteration
}}</td>
<td>{{
$item->jenis_luaran
}}</td>
<td>{{
$item->judul
}}</td>
<td><a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
luaran
/
{{
$item
->
jenis_luaran
}}
/
{{
$item
->
file_luaran
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a></td>
<td><a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
luaran
/
{{
$item
->
jenis_luaran
}}
/
{{
$item
->
file_luaran
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a></td>
<td>
<a onclick="
hapus
(
'{{ encrypt($item->id) }}'
,
'row-{{ $token }}'
)
" class="
btn
btn
-
danger
btn
-
sm
">Hapus</a>
</td>
...
...
resources/views/backend/mahasiswa/monev/index.blade.php
View file @
f5057285
...
...
@@ -44,7 +44,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Catatan Harian (Logbook)</th>
<th>Laporan Kemajuan</th>
...
...
@@ -83,7 +83,7 @@
<td>{{
$item->judul
}}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td>{{
$item->rJenis
->nama }}</td>
</tr>
<tr>
...
...
@@ -98,7 +98,7 @@
</tr>
<tr>
<th>Proposal</th>
<td> <iframe id="
view
-
pdf
" width="
100
%
" height="
200
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" frameborder="
0
"></iframe></td>
<td> <iframe id="
view
-
pdf
" width="
100
%
" height="
200
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" frameborder="
0
"></iframe></td>
</tr>
<tr>
<th>Komentar</th>
...
...
resources/views/backend/mahasiswa/monev/indexmonevI.blade.php
View file @
f5057285
...
...
@@ -60,7 +60,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
10
%
">Laporan Kemajuan</th>
...
...
@@ -82,14 +82,14 @@
@if(is_null(
$item->logbook_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
id
.
'__logbook__I'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
I
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
I
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->kemajuan_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
id
.
'__kemajuan__I'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
I
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
I
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
...
...
@@ -116,7 +116,7 @@
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
<tr>
...
...
resources/views/backend/mahasiswa/monev/indexmonevII.blade.php
View file @
f5057285
...
...
@@ -60,7 +60,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
10
%
">Laporan Kemajuan</th>
...
...
@@ -82,14 +82,14 @@
@if(is_null(
$item->logbook_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
id
.
'__logbook__II'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
II
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->kemajuan_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
id
.
'__kemajuan__II'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
II
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
II
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
...
...
@@ -116,7 +116,7 @@
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
<tr>
...
...
resources/views/backend/mahasiswa/monev/indexmonevIII.blade.php
View file @
f5057285
...
...
@@ -60,7 +60,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th width="
10
%
">Catatan Harian (Logbook)</th>
<th width="
10
%
">Laporan Kemajuan</th>
...
...
@@ -83,21 +83,21 @@
@if(is_null(
$item->logbook_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__logbook__III'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
III
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
III
/
logbook
/
{{
$item
->
logbook_file
}}
" target="
_blank
" title="
Logbook
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->laporan_kemajuan_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__kemajuan__III'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
III
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
III
/
kemajuan
/
{{
$item
->
kemajuan_file
}}
" target="
_blank
" title="
Laporan
Kemajuan
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
@if(is_null(
$item->laporan_akhir_file
))
<a href="
{{
URL
::
to
(
'mahasiswa/monev-revisi/'
.
encrypt
(
$item
->
proposal_id
.
'__akhir__III'
))
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
file
-
upload
"></i> Upload</a>
@else
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
monev
/
III
/
akhir
/
{{
$item
->
akhir_file
}}
" target="
_blank
" title="
Laporan
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
monev
/
III
/
akhir
/
{{
$item
->
akhir_file
}}
" target="
_blank
" title="
Laporan
Akhir
" class="
btn
btn
-
info
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
search
"></i> Lihat</a>
@endif
</td>
<td>
...
...
@@ -124,7 +124,7 @@
<td colspan="
2
">{{
$item->rProposal
->judul }}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td colspan="
2
">{{
$item->rProposal
->rJenis->nama }}</td>
</tr>
<tr>
...
...
resources/views/backend/mahasiswa/monev/upload_monev.blade.php
View file @
f5057285
...
...
@@ -41,7 +41,7 @@
<label class="
col
-
sm
-
10
col
-
form
-
label
">{{
$proposal->rProposal
->judul }}</label>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<label class="
col
-
sm
-
10
col
-
form
-
label
">{{
$proposal->rProposal
->rJenis->nama }}</label>
</div>
<div class="
row
mb
-
3
">
...
...
resources/views/backend/mahasiswa/proposal/create.blade.php
View file @
f5057285
...
...
@@ -46,7 +46,7 @@
</div>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
<select class="
form
-
select
select2
" name="
jenis
">
<option selected>Pilih Jenis</option>
...
...
@@ -61,7 +61,7 @@
<div class="
col
-
sm
-
10
">
@if (
$errors->has
('file')) <span class="
text
-
danger
">{{
$errors->first
('file') }}</span> @endif
<input type="
file
" name="
file
" class="
form
-
control
" id="
input
-
file
" accept="
application
/
pdf
">
<iframe id="
view
-
pdf
" width="
80
%
" height="
80
%
" frameborder="
0
" src="
{{
$proposal
?
'https://statik.unesa.ac.id/simp
km
/proposal/'
.
$proposal
->
rPeriode
->
nama
.
'/'
.
$proposal
->
upload_dokumen
:
''
}}
"></iframe>
<iframe id="
view
-
pdf
" width="
80
%
" height="
80
%
" frameborder="
0
" src="
{{
$proposal
?
'https://statik.unesa.ac.id/simp
mw
/proposal/'
.
$proposal
->
rPeriode
->
nama
.
'/'
.
$proposal
->
upload_dokumen
:
''
}}
"></iframe>
</div>
</div>
<div class="
mb
-
0
">
...
...
resources/views/backend/mahasiswa/proposal/index.blade.php
View file @
f5057285
...
...
@@ -61,7 +61,7 @@
<th width="
5
%
">Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
@@ -128,7 +128,7 @@
<td>{{
$item->judul
}}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td>{{
$item->rJenis
->nama }}</td>
</tr>
<tr>
...
...
@@ -145,8 +145,8 @@
<th>Proposal</th>
<td>
@if(
$item->upload_dokumen
)
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" target="
_blank
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
far
fa
-
eye
"></i> Lihat Proposal</a>
<iframe id="
view
-
pdf
" width="
100
%
" height="
400
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" target="
_blank
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
far
fa
-
eye
"></i> Lihat Proposal</a>
<iframe id="
view
-
pdf
" width="
100
%
" height="
400
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
@else
<div class="
alert
alert
-
danger
alert
-
dismissible
fade
show
mb
-
0
" role="
alert
">
<strong>Informasi!</strong> File tidak ditemukan.
...
...
resources/views/backend/mahasiswa/seleksi/index_belmawa.blade.php
View file @
f5057285
...
...
@@ -61,7 +61,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
@@ -113,7 +113,7 @@
<td>{{
$item->judul
}}</td>
</tr>
<tr>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<td>{{
$item->rJenis
->nama }}</td>
</tr>
<tr>
...
...
@@ -131,8 +131,8 @@
<tr>
<th>Proposal</th>
<td>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" target="
_blank
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
far
fa
-
eye
"></i> Lihat Proposal</a>
<iframe id="
view
-
pdf
" width="
100
%
" height="
400
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" target="
_blank
" class="
btn
btn
-
success
btn
-
sm
"> <i class="
far
fa
-
eye
"></i> Lihat Proposal</a>
<iframe id="
view
-
pdf
" width="
100
%
" height="
400
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
</td>
</tr>
...
...
resources/views/backend/mahasiswa/seleksi/index_internal.blade.php
View file @
f5057285
...
...
@@ -61,7 +61,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
resources/views/backend/mahasiswa/seleksi/internal_revisi.blade.php
View file @
f5057285
...
...
@@ -41,7 +41,7 @@
</div>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
<select class="
form
-
select
select2
" name="
jenis
">
<option selected>Pilih Jenis</option>
...
...
resources/views/backend/mahasiswa/seleksi/revisi_belmawa.blade.php
View file @
f5057285
...
...
@@ -39,7 +39,7 @@
<label class="
col
-
sm
-
10
col
-
form
-
label
">{{
$proposal->judul
}}</label>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<label class="
col
-
sm
-
10
col
-
form
-
label
">{{
$proposal->rJenis
->nama }}</label>
</div>
<div class="
row
mb
-
3
">
...
...
resources/views/backend/operator/daftar_proposal/belmawa.blade.php
View file @
f5057285
...
...
@@ -40,7 +40,7 @@
<div class="
row
">
<div class="
col
-
md
-
4
">
<div class="
row
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
KM
: </label>
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
MW
: </label>
<div class="
col
-
sm
-
6
">
<select class="
form
-
select
select2
" name="
reqJenisPkm
" id="
reqJenisPkm
">
<option value="
0
">Semua</option>
...
...
@@ -84,7 +84,7 @@
<tr>
<th>id</th>
<th>Kode Kelompok</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Dosen Pembimbing</th>
<th>Proposal</th>
...
...
resources/views/backend/operator/daftar_proposal/excel.blade.php
View file @
f5057285
...
...
@@ -3,7 +3,7 @@
<tr>
<td
style=
"border: 1px solid #000000;"
><strong>
No
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Kode Kelompok
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Jenis P
KM
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Jenis P
MW
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Fak.
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Nama
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
NIM
</strong></td>
...
...
resources/views/backend/operator/daftar_proposal/excel_new.blade.php
View file @
f5057285
...
...
@@ -10,7 +10,7 @@
<
tr
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
No
</
strong
></
td
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
Kode
Kelompok
</
strong
></
td
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
Jenis
P
KM
</
strong
></
td
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
Jenis
P
MW
</
strong
></
td
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
Fak
.</
strong
></
td
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
Nama
</
strong
></
td
>
<
td
style
=
"border: 1px solid #000000;"
><
strong
>
NIM
</
strong
></
td
>
...
...
resources/views/backend/operator/daftar_proposal/index.blade.php
View file @
f5057285
...
...
@@ -40,7 +40,7 @@
<div class="
row
">
<div class="
col
-
md
-
4
">
<div class="
row
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
KM
: </label>
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
MW
: </label>
<div class="
col
-
sm
-
6
">
<select class="
form
-
select
select2
" name="
reqJenisPkm
" id="
reqJenisPkm
">
<option value="
0
">Semua</option>
...
...
@@ -84,7 +84,7 @@
<tr>
<th rowspan="
2
">id</th>
<th rowspan="
2
" width='5%'>Kode Kelompok</th>
<th rowspan="
2
" width='15%'>Jenis P
KM
</th>
<th rowspan="
2
" width='15%'>Jenis P
MW
</th>
<th rowspan="
2
" width='20%'>Judul Proposal</th>
<th rowspan="
2
" width='10%'>Dosen Pembimbing</th>
<th rowspan="
2
" width='15%'>Reviewer 1</th>
...
...
@@ -235,7 +235,7 @@
var
isi
=
this
.
value
;
Swal
.
fire
({
title
:
"Apakah Anda Yakin?"
,
text
:
"Anda akan meruhan jenis P
KM
ini?!"
,
text
:
"Anda akan meruhan jenis P
MW
ini?!"
,
icon
:
"warning"
,
showCancelButton
:
!
0
,
confirmButtonText
:
"Ya, Ubah Jenis"
,
...
...
resources/views/backend/operator/daftar_proposal/monev.blade.php
View file @
f5057285
...
...
@@ -44,7 +44,7 @@
<div class="
row
">
<div class="
col
-
md
-
4
">
<div class="
row
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
KM
: </label>
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
MW
: </label>
<div class="
col
-
sm
-
6
">
<select class="
form
-
select
select2
" name="
reqJenisPkm
" id="
reqJenisPkm
">
<option value="
0
">Semua</option>
...
...
@@ -87,7 +87,7 @@
<tr>
<th rowspan="
2
">id</th>
<th rowspan="
2
">Kode Kelompok</th>
<th rowspan="
2
">Jenis P
KM
</th>
<th rowspan="
2
">Jenis P
MW
</th>
<th rowspan="
2
">Judul Proposal</th>
<th rowspan="
2
">Dosen Pembimbing</th>
<th rowspan="
2
">Reviewer 1</th>
...
...
resources/views/backend/operator/jenis/create.blade.php
View file @
f5057285
...
...
@@ -18,7 +18,7 @@
<h6 class="
page
-
title
">{!!
$title
!!}</h6>
<ol class="
breadcrumb
m
-
0
">
<li class="
breadcrumb
-
item
">Setting</li>
<li class="
breadcrumb
-
item
"><a href="
{{
URL
::
to
(
'operator/jenis'
)
}}
">Jenis P
KM
</a></li>
<li class="
breadcrumb
-
item
"><a href="
{{
URL
::
to
(
'operator/jenis'
)
}}
">Jenis P
MW
</a></li>
<li class="
breadcrumb
-
item
">{!!
$title
!!}</li>
</ol>
</div>
...
...
@@ -33,9 +33,9 @@
{!! Form::open(array('url' => route('operator.jenis.store'), 'method' => 'POST', 'id' => 'ff', 'class' => 'form-horizontal')) !!}
{!! csrf_field() !!}
<div class="
row
mb
-
3
">
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
{{ Form::text('nama', old('nama'), array('class' => 'form-control', 'placeholder' => 'Masukkan Jenis P
KM
')) }}
{{ Form::text('nama', old('nama'), array('class' => 'form-control', 'placeholder' => 'Masukkan Jenis P
MW
')) }}
@if (
$errors->has
('nama'))
<span class="
help
-
block
">
{
{$errors->first('nama')}
}
</span>
@endif
...
...
resources/views/backend/operator/jenis/edit.blade.php
View file @
f5057285
...
...
@@ -22,7 +22,7 @@
<h6 class="
page
-
title
">{!!
$title
!!}</h6>
<ol class="
breadcrumb
m
-
0
">
<li class="
breadcrumb
-
item
">Setting</li>
<li class="
breadcrumb
-
item
"><a href="
{{
URL
::
to
(
'operator/jenis'
)
}}
">Jenis P
KM
</a></li>
<li class="
breadcrumb
-
item
"><a href="
{{
URL
::
to
(
'operator/jenis'
)
}}
">Jenis P
MW
</a></li>
<li class="
breadcrumb
-
item
">{!!
$title
!!}</li>
</ol>
</div>
...
...
@@ -37,9 +37,9 @@
{!! Form::model(
$jenis
, ['route' => ['operator.jenis.update',
$id
], 'method'=>'patch', 'class'=>'form-horizontal']) !!}
{!! csrf_field() !!}
<div class="
row
mb
-
3
">
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
{{ Form::text('nama', null, array('class' => 'form-control', 'placeholder' => 'Masukkan Jenis P
KM
')) }}
{{ Form::text('nama', null, array('class' => 'form-control', 'placeholder' => 'Masukkan Jenis P
MW
')) }}
@if (
$errors->has
('nama'))
<span class="
help
-
block
">
{
{$errors->first('nama')}
}
</span>
@endif
...
...
resources/views/backend/operator/jenis/index.blade.php
View file @
f5057285
...
...
@@ -41,7 +41,7 @@
<thead>
<tr>
<th>id</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Deskripsi</th>
<th>Aksi</th>
</tr>
...
...
resources/views/backend/operator/jenis_penilaian_monev/edit.blade.php
View file @
f5057285
...
...
@@ -38,7 +38,7 @@
{!! Form::model(
$jenis
, ['route' => ['operator.jenis-penilaian-monev.update',
$id
], 'method'=>'patch', 'class'=>'form-horizontal']) !!}
{!! csrf_field() !!}
<div class="
row
mb
-
3
">
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
<label for="
example
-
text
-
input
" class="
col
-
sm
-
2
col
-
form
-
label
">: {{
$jenis->nama
}}</label>
</div>
...
...
resources/views/backend/operator/jenis_penilaian_monev/index.blade.php
View file @
f5057285
...
...
@@ -36,7 +36,7 @@
<thead>
<tr>
<th>id</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Deskripsi</th>
<th>Jumlah Komponen</th>
<th>Aksi</th>
...
...
resources/views/backend/operator/pengumuman/index.blade.php
View file @
f5057285
...
...
@@ -50,7 +50,7 @@
<div class="
col
-
sm
-
10
">
@if (
$errors->has
('file')) <span class="
text
-
danger
">{{
$errors->first
('file') }}</span> @endif
<input type="
file
" name="
file
" class="
form
-
control
" id="
input
-
file
">
<iframe id="
view
-
pdf
" width="
80
%
" height="
100
%
" src="
{{
$pengumuman
?
'https://statik.unesa.ac.id/simp
km
/pengumuman/'
.
$pengumuman
->
file
:
''
}}
" frameborder="
0
"></iframe>
<iframe id="
view
-
pdf
" width="
80
%
" height="
100
%
" src="
{{
$pengumuman
?
'https://statik.unesa.ac.id/simp
mw
/pengumuman/'
.
$pengumuman
->
file
:
''
}}
" frameborder="
0
"></iframe>
</div>
</div>
</div>
...
...
resources/views/backend/operator/proposal/excel.blade.php
View file @
f5057285
...
...
@@ -3,7 +3,7 @@
<tr>
<td
style=
"border: 1px solid #000000;"
><strong>
No
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Kode Kelompok
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Jenis P
KM
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Jenis P
MW
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Fak.
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
Nama
</strong></td>
<td
style=
"border: 1px solid #000000;"
><strong>
NIM
</strong></td>
...
...
resources/views/backend/operator/proposal/index.blade.php
View file @
f5057285
...
...
@@ -39,7 +39,7 @@
<div class="
row
">
<div class="
col
-
md
-
4
">
<div class="
row
">
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
KM
: </label>
<label class="
col
-
sm
-
3
col
-
form
-
label
">Jenis P
MW
: </label>
<div class="
col
-
sm
-
6
">
<select class="
form
-
select
" name="
reqJenisPkm
" id="
reqJenisPkm
">
<option value="
0
">Semua</option>
...
...
@@ -86,7 +86,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas Dosen Pembimbing</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Aksi</th>
...
...
resources/views/backend/reviewer/monev/index.blade.php
View file @
f5057285
...
...
@@ -42,7 +42,7 @@
<th>Kode Kelompok</th>
<th>Identitas Ketua</th>
<th>Identitas <br>Dosen Pembimbing</th>
<th>Jenis <br>P
KM
</th>
<th>Jenis <br>P
MW
</th>
<th>Judul Proposal</th>
<th>Catatan Harian <br>(Logbook)</th>
<th>Laporan <br>Kemajuan</th>
...
...
resources/views/backend/reviewer/monev/nilai.blade.php
View file @
f5057285
...
...
@@ -40,7 +40,7 @@
</div>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
<span>{{
$monev
?
$monev->jenis_pkm
: '' }}</span>
</div>
...
...
resources/views/backend/reviewer/seleksi/index.blade.php
View file @
f5057285
...
...
@@ -78,7 +78,7 @@
<tr>
<th>id</th>
<th>Kode Kelompok</th>
<th>Jenis P
KM
</th>
<th>Jenis P
MW
</th>
<th>Judul Proposal</th>
<th>Status</th>
<th>Proposal</th>
...
...
resources/views/backend/reviewer/seleksi/nilai.blade.php
View file @
f5057285
...
...
@@ -40,7 +40,7 @@
</div>
</div>
<div class="
row
mb
-
3
">
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
KM
</label>
<label class="
col
-
sm
-
2
col
-
form
-
label
">Jenis P
MW
</label>
<div class="
col
-
sm
-
10
">
<span>{{
$proposal
?
$proposal->jenis_pkm
: '' }}</span>
</div>
...
...
@@ -49,7 +49,7 @@
<label for="
kode
" class="
col
-
sm
-
2
col
-
form
-
label
">Proposal</label>
<div class="
col
-
sm
-
10
">
@if(
$proposal->upload_dokumen
)
<iframe id="
view
-
pdf
" width="
100
%
" height="
400
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
km
/
proposal
/
{{
$proposal
->
periode
}}
/
{{
$proposal
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
<iframe id="
view
-
pdf
" width="
100
%
" height="
400
px
" src="
https
://
statik
.
unesa
.
ac
.
id
/
simp
mw
/
proposal
/
{{
$proposal
->
periode
}}
/
{{
$proposal
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
@else
<div class="
alert
alert
-
danger
alert
-
dismissible
fade
show
mb
-
0
" role="
alert
">
<strong>Informasi!</strong> File tidak ditemukan.
...
...
resources/views/layouts/headpg.blade.php
View file @
f5057285
...
...
@@ -14,7 +14,7 @@
<meta
name=
"geo.position"
content=
"-7.300818;112.672689"
>
<meta
name=
"geo.placename"
content=
"Surabaya"
>
<meta
name=
"geo.region"
content=
"Indonesia"
>
<title>
SIM P
KM
UNESA | Sistem Informasi Manajemen Program Kreativitas Mahasiswa
</title>
<title>
SIM P
MW
UNESA | Sistem Informasi Manajemen Program Kreativitas Mahasiswa
</title>
<!-- App favicon -->
<link
rel=
"shortcut icon"
href=
"{{ asset('theme/images/favicon.ico') }}"
>
...
...
resources/views/layouts/master.blade.php
View file @
f5057285
...
...
@@ -33,7 +33,7 @@
<div class="
d
-
flex
">
<!-- App Search-->
<div class="
dropdown
d
-
inline
-
block
">
{{-- <div class="
dropdown
pt
-
3
d
-
inline
-
block
"> --}}
<button type="
button
" class="
btn
header
-
item
waves
-
effect
" id="
page
-
header
-
user
-
dropdown
" data-bs-toggle="
dropdown
" aria-haspopup="
true
" aria-expanded="
false
">
...
...
@@ -82,7 +82,7 @@
<div class="
container
-
fluid
">
<div class="
row
">
<div class="
col
-
12
">
© <script>document.write(new Date().getFullYear())</script> SIM P
KM
<span class="
d
-
none
d
-
sm
-
inline
-
block
"> - Crafted with <i class="
mdi
mdi
-
heart
text
-
danger
"></i> by PPTI.</span>
© <script>document.write(new Date().getFullYear())</script> SIM P
MW
<span class="
d
-
none
d
-
sm
-
inline
-
block
"> - Crafted with <i class="
mdi
mdi
-
heart
text
-
danger
"></i> by PPTI.</span>
</div>
</div>
</div>
...
...
resources/views/layouts/menu.blade.php
View file @
f5057285
...
...
@@ -28,7 +28,7 @@
<li
class=
"{{ (request()->is('operator/jenis/*')) ? 'mm-active' : '' }}"
>
<a
href=
"{{ URL::to('operator/jenis') }}"
class=
"waves-effect"
>
<i
class=
"ti-home"
></i>
<span>
Jenis P
KM
</span>
<span>
Jenis P
MW
</span>
</a>
</li>
<li
class=
"{{ (request()->is('operator/jenis-penilaian-monev/*')) ? 'mm-active' : '' }}"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment