<?php
/*
* Script name: Points4Prize
* Author: Soft Projects
* Date created: 15/07/2015
*/
require_once 'inc/header.php';
?>
<body class="no-slider">
<!-- <body class="has-top-menu"> -->
<!-- BEGIN #slider-imgs -->
<div id="slider-imgs">
<div class="featured-img-box">
<div id="featured-img-1" class="featured-img"></div>
<div id="featured-img-2" class="featured-img invisible"></div>
<div id="featured-img-3" class="featured-img invisible"></div>
<div id="featured-img-4" class="featured-img invisible"></div>
</div>
<!-- END #slider-imgs -->
</div>
<!-- BEGIN #top-layer -->
<div id="top-layer">
<div id="header-top">
<?php
require_once 'inc/header_top.php';
?>
</div>
<section id="content">
<header id="header">
<div id="menu-bottom">
<?php
require_once 'inc/menu_bottom.php';
?>
</div>
<div class="wrapper">
<div class="header-breadcrumbs">
<?php require_once 'inc/stats.php'; ?>
<ul>
<li><a href="index.php">Home</a></li>
<li>Contact Us</li>
</ul>
</div>
</div>
</header>
<div id="main-box">
<!-- BEGIN #main -->
<div id="main">
<h2><span>Contact Us</span></h2>
<div class="content-padding">
<div class="article-full">
<div class="article-content">
<div class="comment-form2">
<p class="form-info">If you have any questions, suggestions or problems do not hesitate and contact us!</p>
<?php
if(isset($_POST["user"])) { contacts(); }
?>
<form method="post" name="contact">
<table class="register">
<tr height="70px;">
<td width="160px">Your game:</td>
<td><input type="text" name="user" class="form-control" maxlength="40" required="required" style="width:200px;" /></td>
</tr>
<tr height="70px;" style="background:none;">
<td width="100px">Your e-mail:</td>
<td><input type="text" name="email" class="form-control" maxlength="40" required="required" style="width:200px;" /></td>
</tr>
<tr height="70px;" style="display:none;">
<td width="100px">Subject:</td>
<td>
<select name="subject" class="form-control" style="width:205px; height:24px; cursor:default;">
<option value="Question">Question</option>
<option value="Proposal">Proposal</option>
<option value="Complaint">Complaint</option>
<option value="Other">Other</option>
</select>
</td>
</tr>
<tr height="70px;" style="background:none;">
<td width="100px">Messages:</td>
<td><textarea name="message" class="form-control" style="width:350px; height:90px; resize:none; overflow:hidden;" required="required"></textarea></td>
</tr>
<tr height="70px;">
<td width="100px">Code:</td>
<td>
<img src="inc/verify.php" alt="Code" style="float:left;" />
<span style="margin:3px 13px 0 13px; font-weight:bold; float:left; font-size:16px;">></span>
<input type="text" name="scode" class="form-control" maxlength="3" required="required" style="width:25px; float:left;" />
</td> </tr> </table>
<div style="margin-left:178px;">
<table style="margin:0 auto;"> <tr>
<td><button type="submit" class="button" style="width:373px;background-color: #519623;">Send request</button></td> </tr> </table> </div> </form>
</div>
</div>
</div>
<!-- END .content-padding -->
</div>
<!-- END #main -->
</div>
<!-- BEGIN #sidebar -->
<aside id="sidebar">
<!-- BEGIN .panel -->
<div class="panel">
<h2>More Information</h2>
<div class="panel-content">
<span class="icon-line">
<i class="fa fa-skype"></i><span><?php echo $GLOBALS['skype'];?></span>
<br /><br />
<i class="fa fa-facebook-square"></i><span><?php echo $GLOBALS['facebook'];?></span>
<br /><br />
<i class="fa fa-envelope"></i><span><?php echo $GLOBALS['email'];?></span>
</span>
</div>
<!-- END .panel -->
</div>
<!-- END #sidebar -->
</aside>
<div class="clear-float"></div>
</div>
</div>
</div>
<?php
require_once 'inc/footer.php';
?>