Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
Project
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
4989feea
Commit
4989feea
authored
Jun 14, 2017
by
Juliper
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.del.ac.id/juliper19/pa2d4ti06
parents
0598f297
511c36dd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
64 deletions
+22
-64
listOwner.blade.php
...s/views/vendor/adminlte/layouts/admin/listOwner.blade.php
+8
-54
updateOwner.blade.php
...views/vendor/adminlte/layouts/admin/updateOwner.blade.php
+14
-10
No files found.
resources/views/vendor/adminlte/layouts/admin/listOwner.blade.php
View file @
4989feea
...
@@ -20,22 +20,18 @@
...
@@ -20,22 +20,18 @@
@endif
@endif
</div>
</div>
<div class="
box
-
body
">
<div class="
box
-
body
">
<table id="
example2
" class="
table
table
-
bordered
table
-
hover
">
<table id="
tabel1
" class="
table
table
-
bordered
table
-
hover
">
<thead>
<thead>
<tr>
<tr>
<th>Nama
</th>
<th>Nama Lengkap
</th>
<th>Username</th>
<th>Username</th>
<th>Email</th>
<th>Email
(s)
</th>
<th
>
</th>
<th
>Engine version
</th>
<th></th>
<th></th>
<!--<th></th>-->
</tr>
</tr>
</thead>
</thead>
@foreach(
$data
as
$a
)
<tbody>
<tbody>
@foreach(
$data
as
$a
)
<tr>
<tr>
<td>
{
{$a->name}
}
</td>
<td>
{
{$a->name}
}
</td>
<td>
{
{$a->username}
}
</td>
<td>
{
{$a->username}
}
</td>
...
@@ -52,55 +48,13 @@
...
@@ -52,55 +48,13 @@
</td>
</td>
<!-- <td> <a href="
{{
url
(
'ownerprofil/'
.
$a
->
id
)}}
" class="
btn
btn
-
primary
"><i class="
glyphicon
glyphicon
-
edit
"></i> </a></td> -->
<!-- <td> <a href="
{{
url
(
'ownerprofil/'
.
$a
->
id
)}}
" class="
btn
btn
-
primary
"><i class="
glyphicon
glyphicon
-
edit
"></i> </a></td> -->
</tr>
</tr>
</tbody>
@endforeach
</table>
<table id="
example2
" class="
table
table
-
bordered
table
-
hover
">
<thead>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</thead>
<tbody>
<tr>
@foreach(
$data
as
$b
)
<td>
{
{$a->name}
}
</td>
<td>Explorer 4.0
</td>
<td>Win 95+</td>
<td> 4</td>
<td>X</td>
@endforeach
@endforeach
</tr>
</tbody>
</tbody>
<tfoot>
<tr>
<td>
{
{$a->name}
}
</td>
<td>
{
{$a->username}
}
</td>
<td>
{
{$a->email}
}
</td>
<td>
<form action="
{{
url
(
'rincianpemilik/'
.
$a
->
id
)}}
">
<input type="
submit
" value="
Rincian
" class="
btn
btn
-
warning
">
</form>
</td>
<td>
<form action="
{{
url
(
'ownerr/'
.
$a
->
id
)}}
">
<input type="
submit
" value="
Perbaharui
" class="
btn
btn
-
success
">
</form>
</td>
<!-- <td> <a href="
{{
url
(
'ownerprofil/'
.
$a
->
id
)}}
" class="
btn
btn
-
primary
"><i class="
glyphicon
glyphicon
-
edit
"></i> </a></td> -->
</tr>
</tfoot>
</table>
</table>
</div>
</div>
</div>
</div>
<script>
<script>
$(function () {
$(function () {
$("
#example1").DataTable();
$("
#example1").DataTable();
...
...
resources/views/vendor/adminlte/layouts/admin/updateOwner.blade.php
View file @
4989feea
...
@@ -40,6 +40,17 @@
...
@@ -40,6 +40,17 @@
</div>
</div>
<div class="
form
-
group
">
<div class="
form
-
group
">
<label>Username</label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
bookmark
"></i>
</div>
<input type="
text
" name="
username
" class="
form
-
control
" placeholder="
Username
" value="
{{
$data
->
username
}}
">
</div>
</div>
<div class="
form
-
group
">
<label> Alamat </label>
<label> Alamat </label>
<div class="
input
-
group
">
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<div class="
input
-
group
-
addon
">
...
@@ -79,23 +90,16 @@
...
@@ -79,23 +90,16 @@
</div>
</div>
</div>
</div>
<div class="
form
-
group
">
<label>Username</label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<input type="
text
" name="
username
" class="
form
-
control
" placeholder="
Username
">
</div>
</div>
</div>
<div class="
form
-
group
">
<!-- <div class="
form
-
group
">
<label>Password</label>
<label>Password</label>
<div class="
input
-
group
">
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<div class="
input
-
group
-
addon
">
<input type="
password
" name="
password
" class="
form
-
control
" placeholder="
Password
">
<input type="
password
" name="
password
" class="
form
-
control
" placeholder="
Password
">
</div>
</div>
</div>
</div>
</div>
</div>
-->
<div class="
form
-
group
" align="
right
" style="
color
:
black
;
">
<div class="
form
-
group
" align="
right
" style="
color
:
black
;
">
<button type="
submit
" class="
btn
btn
-
primary
">Update</button>
<button type="
submit
" class="
btn
btn
-
primary
">Update</button>
...
...
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