ÿØÿà JFIFÿØÿà JFIF ÿØÿà JFIFÿØÿà JFIF   ÿþ$    File Manager

File Manager

Path: /home/u371470492/domains/theglitzcontest.com/public_html/

Melihat File: search.php

<?php 	
include 'config.php';
 ?>
 <!DOCTYPE html>
 <html>
 <head>
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"> -->
    <link rel="stylesheet" href="css/materialize.css">
 	<title>Search Contestants</title>
 </head>
 <style type="text/css">
    body, html {
  height: 100%;
}

.bg {
  /* The image used */
  /*background-image: url("bg.png");*/
  background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
    .gh{
        background-color: #F8D868;
        border-radius: 9px; 
    }
    button.gh:hover{
        background-color: #886018;

    }
    .confirm{
        border:2px solid #886018;
        border-radius: 10px;
        margin-top: 50px

    }
    h5{
        color: #886018;
    }
    label{
    	color: #886018;
    	font-weight: bold;
    }
    .body
    {
        background-color: #222227;
        
    }
    a
    {
        color: #F8D868;
    }
</style>

 <body class="body" >
 <?php
include "topbar.php";
?>
 	<div class="container">
     <br>
     <br>
     <br>
     <br>
     <br> 
 	<h4 class="center white-text" >Input Contestant ID to view Contestant</h4>  
          <div class="row">
            <div class="col l4"></div>
         <div class="confirm col l4 z-depth-5" style="background-color: white">
 <form action="voter.php" method="GET" >	
 		<label>	
 			Contestant Id
 				<input type="text" name="id" placeholder="Contestant ID">
 		</label>
 			<br>	
 		<div class="center">	
 		<button type="submit" style="background-color:#886018" class="btn gh" >View Contestant</button>
 		<br>
 		<br>
 </div>
 </form>
</div>
<div class="col l4"></div>
</div>
</div>
 </body>
 </html>
 
ÿØÿà JFIF    ÿþ$ ÿØÿà JFIF    ÿþ$ ÿÂ