Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA1-1617-D3TI107
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
Franciskus Partogu Hamonangan Napitupulu
PA1-1617-D3TI107
Commits
3b23cc70
Commit
3b23cc70
authored
Jun 12, 2017
by
Franciskus Partogu Hamonangan Napitupulu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
permaikan tampilan
parent
4ad34034
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
editarticle.php
editarticle.php
+1
-1
header.php
header.php
+1
-0
logo.ico
images/logo.ico
+0
-0
No files found.
editarticle.php
View file @
3b23cc70
...
...
@@ -29,7 +29,7 @@
<b>
Judul Artikel :
</b>
<input
type=
"text"
name=
"judul_artikel"
style=
"width:100%"
placeholder=
"Judul Artikel"
value=
"
<?php
echo
$data
[
'judul_artikel'
]
?>
"
required
/><br>
<b>
Isi Artikel :
</b>
<textarea
name=
"isi_artikel"
style=
"width:100%; height:450px"
placeholder=
"
<?php
echo
$data
[
'isi_artikel'
]
?>
"
value=
"
<?php
echo
$data
[
'isi_artikel'
]
?>
"
required
></textarea><br>
<textarea
name=
"isi_artikel"
style=
"width:100%; height:450px"
required
>
<?php
echo
$data
[
'isi_artikel'
]
?
>
</textarea><br>
<b>
File Gambar :
<br></b>
<div
class=
"col-md-3 agileinfo_single"
>
<img
src=
"
<?php
echo
$data
[
'gambar_artikel'
];
?>
"
class=
"img-responsive"
required
/>
...
...
header.php
View file @
3b23cc70
...
...
@@ -12,6 +12,7 @@
<html
lang=
"en"
>
<head>
<title>
Toko Buku Cemerlang
</title>
<link
rel=
"icon"
type=
"image/ico"
href=
"images/logo.ico"
>
<!-- for-mobile-apps -->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
...
...
images/logo.ico
0 → 100644
View file @
3b23cc70
File added
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