| Line 7... |
Line 7... |
| 7 |
<!DOCTYPE html>
|
7 |
<!DOCTYPE html>
|
| 8 |
<html lang="en-US">
|
8 |
<html lang="en-US">
|
| 9 |
<head>
|
9 |
<head>
|
| 10 |
<!--head-->
|
10 |
<!--head-->
|
| 11 |
<?php include_once('elements/head.php'); ?>
|
11 |
<?php include_once('elements/head.php'); ?>
|
| - |
|
12 |
<script src="<?php echo PUBLIC_URL; ?>js/policies.js" async defer></script>
|
| 12 |
<!--//head-->
|
13 |
<!--//head-->
|
| 13 |
</head>
|
14 |
</head>
|
| 14 |
<body>
|
15 |
<body>
|
| 15 |
<div class="container-fluid">
|
16 |
<div class="container-fluid">
|
| 16 |
<!--header-->
|
17 |
<!--header-->
|
| Line 42... |
Line 43... |
| 42 |
<input type="submit" name="loginSubmit" value="Sign In">
|
43 |
<input type="submit" name="loginSubmit" value="Sign In">
|
| 43 |
</div>
|
44 |
</div>
|
| 44 |
</form>
|
45 |
</form>
|
| 45 |
</div>
|
46 |
</div>
|
| 46 |
<?php if(!empty($fbLoginURL) || !empty($gpLoginURL) || !empty($twLoginURL)){ ?>
|
47 |
<?php if(!empty($fbLoginURL) || !empty($gpLoginURL) || !empty($twLoginURL)){ ?>
|
| - |
|
48 |
<div class="group">
|
| - |
|
49 |
<div class="item line"></div>
|
| - |
|
50 |
<div class="item text">or</div>
|
| - |
|
51 |
<div class="item line"></div>
|
| - |
|
52 |
</div>
|
| 47 |
<div class="social-icons">
|
53 |
<div class="social-icons">
|
| 48 |
<h3>Login with your Social Account</h3>
|
54 |
<h3>Login with your Social Account</h3>
|
| - |
|
55 |
<div class="check pt-4 pb-2">
|
| - |
|
56 |
<p id="acceptPoliciesMsg"></p>
|
| - |
|
57 |
<input type="checkbox" id="acceptPolicies" name="acceptPolicies" value="1" required="">
|
| - |
|
58 |
<label for="acceptPolicies"><span></span>I agree to the <a href="../terms.php" target="_blank">Terms of Service</a> and I accept the <a href="../privacy.php" target="_blank">Privacy Policy</a>.</label>
|
| - |
|
59 |
</div>
|
| 49 |
<ul class="bottom-sc-icons">
|
60 |
<ul class="bottom-sc-icons">
|
| 50 |
<?php if(!empty($fbLoginURL)){ ?>
|
61 |
<?php if(!empty($fbLoginURL)){ ?>
|
| 51 |
<li><a href="<?php echo $fbLoginURL; ?>" class="facebook"><i></i><span>Facebook</span></a></li>
|
62 |
<li><a href="<?php echo $fbLoginURL; ?>" class="facebook" onclick="return checkAcceptPolicies();"><i></i><span>Facebook</span></a></li>
|
| 52 |
<?php } ?>
|
63 |
<?php } ?>
|
| 53 |
<?php if(!empty($gpLoginURL)){ ?>
|
64 |
<?php if(!empty($gpLoginURL)){ ?>
|
| 54 |
<li><a href="<?php echo $gpLoginURL; ?>" class="google"><i></i><span>Google</span></a></li>
|
65 |
<li><a href="<?php echo $gpLoginURL; ?>" class="google" onclick="return checkAcceptPolicies();"><i></i><span>Google</span></a></li>
|
| 55 |
<?php } ?>
|
66 |
<?php } ?>
|
| 56 |
<?php if(!empty($twLoginURL)){ ?>
|
67 |
<?php if(!empty($twLoginURL)){ ?>
|
| 57 |
<li><a href="<?php echo $twLoginURL; ?>" class="twitter"><i></i><span>Twitter</span></a></li>
|
68 |
<li><a href="<?php echo $twLoginURL; ?>" class="twitter" onclick="return checkAcceptPolicies();"><i></i><span>Twitter</span></a></li>
|
| 58 |
<?php } ?>
|
69 |
<?php } ?>
|
| 59 |
</ul>
|
70 |
</ul>
|
| 60 |
<div class="clear"> </div>
|
71 |
<div class="clear"> </div>
|
| 61 |
</div>
|
72 |
</div>
|
| 62 |
<?php } ?>
|
73 |
<?php } ?>
|