Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
instrument
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
Windy Chikita
instrument
Commits
ed8cce50
Commit
ed8cce50
authored
Jun 20, 2022
by
windychikita20
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update js
parent
caa771ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
resources/views/content/backend/masters/lembar_instrument_monitoring/index.blade.php
+16
-0
resources/views/layouts/front/masterapp.blade.php
+4
-4
No files found.
resources/views/content/backend/masters/lembar_instrument_monitoring/index.blade.php
View file @
ed8cce50
...
...
@@ -160,7 +160,23 @@
@endfor
</tr>
@foreach(
$sub_pernyataan_instrument
as
$value
)
@if(
$item->id
==
$value->id_pernyataan_instrument
)
<tr>
<td>{{
$value->sub_peryataan
}}</td>
@for (
$a
= 1;
$a
<= count(
$fakultas
) ;
$a
++)
<td>
test
</td>
@endfor
</tr>
@endif
@endforeach
@endif
...
...
resources/views/layouts/front/masterapp.blade.php
View file @
ed8cce50
...
...
@@ -4,7 +4,7 @@
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
INSTRUMENT MONITORING
- UNIVERSITAS NEGERI SURABAYA
</title>
<title>
REKRUTMEN
- UNIVERSITAS NEGERI SURABAYA
</title>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
>
<link
href=
"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap"
rel=
"stylesheet"
>
...
...
@@ -32,7 +32,7 @@
<div
class=
"header-top"
>
<div
class=
"container"
>
<a
href=
""
><img
src=
"{{URL::to('images/logo.png')}}"
alt=
"Logo"
width=
"45%"
></a>
<a
href=
"
{{ route('pengumuman.index') }}
"
><img
src=
"{{URL::to('images/logo.png')}}"
alt=
"Logo"
width=
"45%"
></a>
<div
class=
"header-top-right"
>
...
...
@@ -47,7 +47,7 @@
</div>
</a>
<ul
class=
"dropdown-menu dropdown-menu-end shadow-lg"
aria-labelledby=
"dropdownMenuButton1"
>
<
!-- <li><a class="dropdown-item" href="">Ubah Password</a></li> --
>
<
li><a
class=
"dropdown-item"
href=
"{{ route('changePassword') }}"
>
Ubah Password
</a></li
>
<li><hr
class=
"dropdown-divider"
></li>
<li><a
class=
"dropdown-item"
href=
"{{ route('logout') }}"
>
Logout
</a></li>
...
...
@@ -77,7 +77,7 @@
<div
class=
"container"
>
<div
class=
"footer clearfix mb-0 text-muted"
>
<div
class=
"float-start"
>
<p>
2022
©
INSTRUMENT MONITORING
</p>
<p>
2022
©
REKRUTMEN PEGAWAI UNESA
</p>
</div>
<div
class=
"float-end"
>
<p><a
href=
"https://unesa.ac.id/"
target=
"_blank"
>
UNESA
</a>
<span
class=
"text-danger"
><i
class=
"bi bi-heart"
></i></span>
by
<a
...
...
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