document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  <!DOCTYPE html>  
  2.  <html>  
  3.  <head>  
  4.       <title>Formulir Pendaftaran Siswa Baru | SMA Negeri 1 Bojonegoro</title>
  5.       <link rel="stylesheet" type="text/css" href="index_sty.css">  
  6.       <script type="text/javascript" src="ajax.js"></script>
  7.  </head>  
  8. <body>
  9.     <center class="header">
  10.         <header>
  11.             <img id="logo1" src="logo1.png">
  12.             <img id="logo2" src="logo2.png">
  13.             <h2>Pendaftaran Siswa Baru</h2>
  14.             <h1>SMA Negeri 1 Bojonegoro</h1>
  15.         </header>
  16.     </center>
  17.  
  18.     <div class="menu">
  19.         <h3>Menu</h3>
  20.             <p><a onclick="daftar()">Daftar Baru</a></p>
  21.             <p><a onclick="tampil()">Pendaftar</a></p>
  22.             <div id="demo">
  23.              
  24.     </div>
  25.     <?php if(isset($_GET[\'status\'])): ?>
  26.         <p>
  27.             <?php
  28.                if($_GET[\'status\'] == \'sukses\'){
  29.                    echo "Pendaftaran siswa baru berhasil!";
  30.                } else {
  31.                    echo "Pendaftaran gagal!";
  32.                }
  33.            ?>
  34.         </p>
  35.     <?php endif; ?>
  36.     </body>
  37. </html>
');