2 |
efrain |
1 |
<?php
|
1 |
efrain |
2 |
|
2 |
efrain |
3 |
$sandbox=1;
|
|
|
4 |
if($sandbox) {
|
|
|
5 |
$google_map_api_key = 'AIzaSyDqfGXxql_vcpCJZ_5C8X4ARoPzv_kQepk';
|
|
|
6 |
|
|
|
7 |
$google_captcha_site_key = '6Lf4W1gUAAAAAE7gdIH5Xv4vJu7VuO6SxArAmdjZ';
|
|
|
8 |
$google_captcha_secret_key = '6Lf4W1gUAAAAAIz_VFO0768UyKcG9inVD1TIUatR';
|
|
|
9 |
} else {
|
|
|
10 |
$google_map_api_key = 'AIzaSyDqfGXxql_vcpCJZ_5C8X4ARoPzv_kQepk';
|
|
|
11 |
|
|
|
12 |
$google_captcha_site_key = '6Lenx8QZAAAAAAJh-kTLNktsi3mJ47svNmQkoIIv';
|
|
|
13 |
$google_captcha_secret_key = '6Lenx8QZAAAAAO44E3iN3jAkVvQ84lRmXvaDWdSY';
|
|
|
14 |
}
|
1 |
efrain |
15 |
|
|
|
16 |
|
2 |
efrain |
17 |
?>
|
1 |
efrain |
18 |
|
2 |
efrain |
19 |
<!DOCTYPE html>
|
|
|
20 |
<html>
|
1 |
efrain |
21 |
|
2 |
efrain |
22 |
<head>
|
|
|
23 |
<title></title>
|
|
|
24 |
<link rel="icon" href="/storage-network/type/favico">
|
|
|
25 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
26 |
<meta http-equiv="expires" content="0">
|
|
|
27 |
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
|
|
|
28 |
<meta http-equiv="pragma" content="no-cache">
|
|
|
29 |
<meta http-equiv="Cache-Control" content="no-store">
|
|
|
30 |
<meta http-equiv="Cache-Control" content="max-age=0">
|
|
|
31 |
<meta http-equiv="Cache-Control" content="no-cache">
|
|
|
32 |
<meta http-equiv="charset" content="UTF-8">
|
|
|
33 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
34 |
<link rel="stylesheet" type="text/css" href="/css/animate.css">
|
|
|
35 |
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
|
|
|
36 |
<link rel="stylesheet" type="text/css" href="/css/line-awesome.css">
|
|
|
37 |
<link rel="stylesheet" type="text/css" href="/css/line-awesome-font-awesome.min.css">
|
|
|
38 |
<link rel="stylesheet" type="text/css" href="/vendors/fontawesome-free/css/all.min.css">
|
|
|
39 |
<link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css">
|
|
|
40 |
<link rel="stylesheet" type="text/css" href="/lib/slick/slick.css">
|
|
|
41 |
<link rel="stylesheet" type="text/css" href="/lib/slick/slick-theme.css">
|
|
|
42 |
<link rel="stylesheet" type="text/css" href="/look-and-field/main.css" />
|
|
|
43 |
<link rel="stylesheet" type="text/css" href="/look-and-field/style-cesa.css" />
|
|
|
44 |
|
|
|
45 |
<link rel="stylesheet" type="text/css" href="/vendors/nprogress/nprogress.css">
|
|
|
46 |
|
|
|
47 |
<style>
|
|
|
48 |
:root {
|
|
|
49 |
--bg-color: #fff;
|
|
|
50 |
--body-bg-color: #f2f2f2;
|
|
|
51 |
--bg-color-secondary: #D9D9D9;
|
|
|
52 |
--font-color: #1d315c;
|
|
|
53 |
--font-color-hover: #1d315c;
|
|
|
54 |
--title-color: #000;
|
|
|
55 |
--subtitle-color: #626d7a;
|
|
|
56 |
--icons-color: #666666;
|
|
|
57 |
--button-bg: #16283c;
|
|
|
58 |
--button-bg-hover: #1d315c;
|
|
|
59 |
--button-text-color: #fff;
|
|
|
60 |
--button-bg-secondary: #16283c;
|
|
|
61 |
--button-bg-secondary-hover: #1d315c;
|
|
|
62 |
--button-text-color-secondary: #fff;
|
|
|
63 |
--button-bg-tertiary: #b3b3b3;
|
|
|
64 |
--button-text-color-tertiary: #fff;
|
|
|
65 |
--border-primary: #e8e8e8;
|
|
|
66 |
--border-trasnparent: #0000;
|
|
|
67 |
--chat-received: #fff;
|
|
|
68 |
--chat-send: #d8f1e4;
|
|
|
69 |
--chat-color: #626d7a;
|
|
|
70 |
--light-gray: #bebebe;
|
|
|
71 |
--gray: #909090;
|
|
|
72 |
--danger: #e20808;
|
|
|
73 |
--danger-hover: #a10707;
|
|
|
74 |
--online-green: #42b72a;
|
|
|
75 |
--border-gray-primary: #b3b3b3;
|
|
|
76 |
--white: #ffffff;
|
|
|
77 |
--white-backdrop: rgba(255, 255, 255, 0.4);
|
|
|
78 |
--border-radius: 10px;
|
|
|
79 |
--light-shadow: 0px 0px 11px 0px rgb(0 0 0 / 5%);
|
|
|
80 |
--shadow: 0px 4px 14px _2px rgb(0 0 0 / 12%);
|
|
|
81 |
}
|
|
|
82 |
</sytle>
|
|
|
83 |
|
|
|
84 |
<link rel="stylesheet" type="text/css" href="react-bundles/app/main.css" />
|
|
|
85 |
</head>
|
|
|
86 |
<body>
|
1 |
efrain |
87 |
|
2 |
efrain |
88 |
<div id="app">
|
|
|
89 |
<div id="root">
|
|
|
90 |
<div class="process-comm" id="paginator-process-comm">
|
|
|
91 |
<div class="spinner">
|
|
|
92 |
<div class="bounce1"></div>
|
|
|
93 |
<div class="bounce2"></div>
|
|
|
94 |
<div class="bounce3"></div>
|
|
|
95 |
</div>
|
|
|
96 |
</div>
|
|
|
97 |
</div>
|
|
|
98 |
</div>
|
1 |
efrain |
99 |
|
|
|
100 |
|
2 |
efrain |
101 |
<footer>
|
|
|
102 |
<div class="footy-sec mn container">
|
|
|
103 |
<img class="fl-rgt" src="images/LL-08.png" alt="">
|
|
|
104 |
<div class="d-flex align-items-center">
|
|
|
105 |
<img src="images/copy-icon2.png" alt="">
|
|
|
106 |
<p>CESA MS Copyright 2023</p>
|
|
|
107 |
</div>
|
|
|
108 |
</div>
|
|
|
109 |
</footer>
|
1 |
efrain |
110 |
|
|
|
111 |
|
2 |
efrain |
112 |
<script type="text/javascript" src="vendors/smiley/smiley.js"></script>
|
|
|
113 |
<script type="text/javascript" src="vendors/smiley/js/emojione.min.js"></script>
|
|
|
114 |
<script type="text/javascript" src="vendors/jquery/jquery.min.js"></script>
|
1 |
efrain |
115 |
|
2 |
efrain |
116 |
<script type="text/javascript" src="vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
|
117 |
<script type="text/javascript" src="vendors/bootstrap-notify/bootstrap-notify.min.js"></script>
|
|
|
118 |
<script type="text/javascript" src="js/app.js"></script>
|
|
|
119 |
|
|
|
120 |
|
|
|
121 |
<script type="text/javascript" src="react-bundles/app/applicationBundle.js"></script>
|
|
|
122 |
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=<?php echo $google_map_api_key?>&libraries=places"></script>
|
|
|
123 |
<script async="async" defer="defer" src="https://www.google.com/recaptcha/api.js?render=explicit"></script>
|
|
|
124 |
</body>
|
|
|
125 |
|
|
|
126 |
</html>
|