<!DOCTYPE html>
<html>
<head>
<title>Formulir Pendaftaran Siswa Baru | SMA Negeri 1 Bojonegoro</title>
<link rel="stylesheet" type="text/css" href="index_sty.css">
<script type="text/javascript" src="ajax.js"></script>
</head>
<body>
<center class="header">
<header>
<img id="logo1" src="logo1.png">
<img id="logo2" src="logo2.png">
<h2>Pendaftaran Siswa Baru</h2>
<h1>SMA Negeri 1 Bojonegoro</h1>
</header>
</center>
<div class="menu">
<h3>Menu</h3>
<p><a onclick="daftar()">Daftar Baru</a></p>
<p><a onclick="tampil()">Pendaftar</a></p>
<div id="demo">
</div>
<?php if(isset($_GET[\'status\'])): ?>
<p>
<?php
if($_GET[\'status\'] == \'sukses\'){
echo "Pendaftaran siswa baru berhasil!";
} else {
echo "Pendaftaran gagal!";
}
?>
</p>
<?php endif; ?>
</body>
</html>