Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpkm
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
Farendi Giotivano R.P
simpkm
Commits
f62c1398
Commit
f62c1398
authored
a year ago
by
Farendi Giotivano R.P
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
status belmawa
parent
9d9e9568
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
resources/views/backend/mahasiswa/seleksi/index_belmawa.blade.php
+9
-7
No files found.
resources/views/backend/mahasiswa/seleksi/index_belmawa.blade.php
View file @
f62c1398
...
...
@@ -78,20 +78,21 @@
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->judul
}}</td>
<td>
@if(
$item->r
ReviewProposal
)
@if(
$item->r
ReviewProposal
->status_final == '1
')
<span class="
badge
bg
-
success
">Lolos Seleksi Internal
</span>
@if(
$item->r
Belmawa
)
@if(
$item->r
Belmawa
->status == '0
')
<span class="
badge
bg
-
warning
">Upload Proposal Belmawa
</span>
@else
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi
Internal
</span>
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi
Belmawa
</span>
@endif
@endif
</td>
<td>
@if(
$item->r
ReviewProposal
)
@if(
$item->r
Belmawa
)
@if(is_null(
$item->rBelmawa
->upload_dokumen))
<a href="
{{
URL
::
to
(
'mahasiswa/seleksi-belmawa/revisi'
,
$item
->
proposal_id
)
}}
" type="
button
" class="
btn
btn
-
warning
btn
-
sm
waves
-
effect
waves
-
light
"> <i class="
fas
fa
-
edit
"></i> Edit</a>
@else
<button data-bs-toggle="
modal
" data-bs-target="
{{
'#lihat'
.
$item
->
proposal_id
}}
" href="
{{
URL
::
to
(
'mahasiswa/kelompok-new'
,
encrypt
(
$item
->
proposal_id
))
}}
" class="
btn
btn
-
info
btn
-
sm
">Lihat</button>
{{-- <a onclick="
hapus
(
'{{ encrypt($item->proposal_id) }}'
,
'row-{{ $token }}'
)
" class="
btn
btn
-
danger
btn
-
sm
">Hapus</a> --}}
@endif
@endif
...
...
@@ -132,6 +133,7 @@
<td>
<a href="
https
://
statik
.
unesa
.
ac
.
id
/
simpkm
/
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
/
simpkm
/
proposal
/
revisi
/
{{
$item
->
rPeriode
->
nama
}}
/
{{
$item
->
rBelmawa
->
upload_dokumen
}}
" frameborder="
0
"></iframe>
</td>
</tr>
<tr>
...
...
@@ -176,8 +178,8 @@
function
hapus
(
id
,
rowId
){
Swal
.
fire
({
title
:
'Apakah anda yakin untuk menghapus
Kelompok
?'
,
text
:
"
Semua anggota kelompok juga akan
terhapus"
,
title
:
'Apakah anda yakin untuk menghapus
usulan ini
?'
,
text
:
"
file yang sudah terupload juga
terhapus"
,
icon
:
'warning'
,
showCancelButton
:
true
,
confirmButtonText
:
'OK'
,
...
...
This diff is collapsed.
Click to expand it.
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