Commit 9b6e56c0 by Suryaningsih Sinaga

mengedit

parent 16b7c34c
...@@ -42,6 +42,8 @@ if(isset($_GET['out'])){ ...@@ -42,6 +42,8 @@ if(isset($_GET['out'])){
<li><a href="aboutus.php">FEEDBACK</a></li> <li><a href="aboutus.php">FEEDBACK</a></li>
<li><a href="daftarkamar.php">DAFTAR KAMAR</a></li>
<li><a href="contactus.php">Contact Us</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
...@@ -80,6 +82,9 @@ if(isset($_GET['out'])){ ...@@ -80,6 +82,9 @@ if(isset($_GET['out'])){
echo '<li><a href="index.php?out">LOGOUT (' . $_SESSION['username'] .')</a></li>'; echo '<li><a href="index.php?out">LOGOUT (' . $_SESSION['username'] .')</a></li>';
}?> }?>
<li><a href="aboutus.php">Feedback</a></li> <li><a href="aboutus.php">Feedback</a></li>
<li><a href="daftarkamar.php">Daftar Kamar</a></li>
<li><a href="contactus.php">Contact Us</a></li>
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<li class="active"><a href="home.php"><svg class="glyph stroked dashboard-dial"><use xlink:href="#stroked-dashboard-dial"></use></svg> Dashboard</a></li> <li class="active"><a href="home.php"><svg class="glyph stroked dashboard-dial"><use xlink:href="#stroked-dashboard-dial"></use></svg> Dashboard</a></li>
<li><a href="isikeluhan.php"><svg class="glyph stroked calendar"><use xlink:href="#stroked-calendar"></use></svg> DAFTAR KELUHAN</a></li> <li><a href="isikeluhan.php"><svg class="glyph stroked calendar"><use xlink:href="#stroked-calendar"></use></svg> DAFTAR KELUHAN</a></li>
<li><a href="Daftar_pesanan.php"><svg class="glyph stroked table"><use xlink:href="#stroked-table"></use></svg> PESANAN</a></li> <li><a href="Daftar_pesanan.php"><svg class="glyph stroked table"><use xlink:href="#stroked-table"></use></svg> PESANAN</a></li>
<li><a href="pengunjung.php"><svg class="glyph stroked table"><use xlink:href="#stroked-table"></use></svg>Daftar Pengunjung</a></li>
<li role="presentation" class="divider"></li> <li role="presentation" class="divider"></li>
......
...@@ -53,7 +53,7 @@ require_once(dirname(__FILE__).'/header.php'); ...@@ -53,7 +53,7 @@ require_once(dirname(__FILE__).'/header.php');
</div> </div>
</div> </div>
<div class="item"> <div class="item">
<img src="images/5.jpg" alt="slider"style="width:1400px; height:600px"> <img src="images/5.JPG" alt="slider"style="width:1400px; height:600px">
<div class="carousel-caption"> <div class="carousel-caption">
</div> </div>
</div> </div>
......
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<li class="active"><a href="home.php"><svg class="glyph stroked dashboard-dial"><use xlink:href="#stroked-dashboard-dial"></use></svg> Dashboard</a></li> <li class="active"><a href="home.php"><svg class="glyph stroked dashboard-dial"><use xlink:href="#stroked-dashboard-dial"></use></svg> Dashboard</a></li>
<li><a href="isikeluhan.php"><svg class="glyph stroked calendar"><use xlink:href="#stroked-calendar"></use></svg> DAFTAR KELUHAN</a></li> <li><a href="isikeluhan.php"><svg class="glyph stroked calendar"><use xlink:href="#stroked-calendar"></use></svg> DAFTAR KELUHAN</a></li>
<li><a href="Daftar_pesanan.php"><svg class="glyph stroked table"><use xlink:href="#stroked-table"></use></svg> PESANAN</a></li> <li><a href="Daftar_pesanan.php"><svg class="glyph stroked table"><use xlink:href="#stroked-table"></use></svg> PESANAN</a></li>
<li><a href="Pengunjung.php"><svg class="glyph stroked table"><use xlink:href="#stroked-table"></use></svg> Daftar Pengunjung</a></li>
<li role="presentation" class="divider"></li> <li role="presentation" class="divider"></li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment