| Line 92... |
Line 92... |
| 92 |
(function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })();
|
92 |
(function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://d31qbv1cthcecs.cloudfront.net/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })();
|
| 93 |
</script>
|
93 |
</script>
|
| 94 |
<noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=N82Fj1agtu00gJ" style="display:none" height="1" width="1" alt="" /></noscript>
|
94 |
<noscript><img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=N82Fj1agtu00gJ" style="display:none" height="1" width="1" alt="" /></noscript>
|
| 95 |
<!-- End Alexa Certify Javascript -->
|
95 |
<!-- End Alexa Certify Javascript -->
|
| 96 |
</div>
|
96 |
</div>
|
| 97 |
|
- |
|
| 98 |
<!-- LOGIN POPUP HTML-->
|
- |
|
| 99 |
<!--
|
- |
|
| 100 |
<html>
|
- |
|
| 101 |
<style>
|
- |
|
| 102 |
#register-login-popup{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(102,102,102,.55)}.login-container{margin:0 auto;width:740px;z-index:10;height:auto;top:40px;position:relative;background:0 0}.login-inner-container{z-index:95;width:660px;min-height:400px;left:0;right:0;top:0;margin:auto;height:auto;background:#fff;position:relative}div.wrap{width:250px;margin-left:45px}div.wrap div{position:relative;margin:20px 0}.label{position:absolute;top:0;font-size:16px;margin:25px 25px 25px -5px;color:grey;padding:0 10px;background-color:#fff;-webkit-transition:top .2s ease-in-out,font-size .2s ease-in-out;transition:top .2s ease-in-out,font-size .2s ease-in-out}.active{top:-30px;font-size:20px;color:#069}div.wrap input{width:100%;padding:20px 20px 5px 5px;border:none;border-bottom:1px solid grey;font-size:20px;background-color:transparent;color:grey;position:relative;outline:0}div.wrap input:focus{border-color:#069;font-size:16px;-webkit-transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}#loginBtn{border-radius:5px;width:250px;background-color:#069;padding:5 0;border:2px solid #069;text-align:center;margin-top:40px}#loginBtn:hover{border-color:grey;-webkit-transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s}
|
- |
|
| 103 |
</style>
|
- |
|
| 104 |
<script src = "http://code.jquery.com/jquery-2.1.1.min.js" ></script>
|
- |
|
| 105 |
<!-- start login
|
- |
|
| 106 |
<div id="register-login-popup" style="display:none">
|
- |
|
| 107 |
<div id="iframeContainer" class="login-container">
|
- |
|
| 108 |
|
- |
|
| 109 |
<div class="login-inner-container">
|
- |
|
| 110 |
|
- |
|
| 111 |
<div onclick="closepopup()" id="closepopup" style="background-color: #333232;color: #fff;font-size: 24px;padding: 8px;position: absolute;right: -33px;cursor: pointer;">X</div>
|
- |
|
| 112 |
<div style="height:10px;width:100%;margin:0 auto;padding:5px"></div>
|
- |
|
| 113 |
<div id="registerlogin" style="width:100%;margin:0 auto;text-align: center;color:#069;float:left;padding-bottom:5px;font-size:26px;">
|
- |
|
| 114 |
LOGIN
|
- |
|
| 115 |
</div>
|
- |
|
| 116 |
<div style="width:100%;margin:0 auto;text-align: center;float: left;margin-top: 2px;">
|
- |
|
| 117 |
<div style="width: 50%;height:auto;background-color: white;float:left;">
|
- |
|
| 118 |
<div id="loginCreate" class="register-login" >
|
- |
|
| 119 |
<div id ="errormessage" style="width:100%;text-align:center;font-size:12px;color:red;display:none"> email/password is wrong</div>
|
- |
|
| 120 |
<div class="wrap">
|
- |
|
| 121 |
<div>
|
- |
|
| 122 |
<label class="label" >Email</label>
|
- |
|
| 123 |
<input id="email" name="email" type="text" class="cool"/>
|
- |
|
| 124 |
</div>
|
- |
|
| 125 |
<div>
|
- |
|
| 126 |
<label class="label" >Password</label>
|
- |
|
| 127 |
<input id="password" name="password" type="password" class="cool"/>
|
- |
|
| 128 |
</div>
|
- |
|
| 129 |
<div id="forgotPassword" style="margin: 0px;margin-top: -19px;margin-right: -162px;font-size: 12px;font-style: italic;">
|
- |
|
| 130 |
<a href="/forgot-password" style="color:#069">forgot password?</a></div>
|
- |
|
| 131 |
<div class="loginBtn" id="loginBtn">
|
- |
|
| 132 |
<div id="loginText" style="font-size:24px;color:white;margin:0 auto;">
|
- |
|
| 133 |
Login
|
- |
|
| 134 |
</div>
|
- |
|
| 135 |
</div>
|
- |
|
| 136 |
<div id="loginregistertext" style="width:100%;text-align:center;font-size:14px;font-weight:bold;"> Do not have an account?
|
- |
|
| 137 |
<a href="javascript: void(0);" style="color:#069" onclick="toggleLoginRegisterView('register')">Register</a></div>
|
- |
|
| 138 |
</div>
|
- |
|
| 139 |
</div>
|
- |
|
| 140 |
</div>
|
- |
|
| 141 |
<div style="width:1px;height:300px;background-color: white;float: left;border-left: 1px solid grey;margin-top: 7px;margin-left: 3px;"></div>
|
- |
|
| 142 |
<div style="width: 48%;height:300px;background-color: white;float:right;text-align:center;">
|
- |
|
| 143 |
<div style="width: 100%;font-size: 23px;color: #069;margin-top: 17px;">
|
- |
|
| 144 |
Or Try
|
- |
|
| 145 |
</div>
|
- |
|
| 146 |
<div onclick="checkAndCallFacebookLogin()" style="text-align:right;background: url('../../webapp/images/facebookconnect.png');background-repeat: no-repeat;height: 42px;background-size: 250px 43px;margin-top: 150px;border-radius: 5px;width: 250px;margin-left: 29px;">
|
- |
|
| 147 |
<div id="fbloginbtn" style="color:white;font-weight:bold;font-size: 18px;padding: 8px;padding-top: 12px;">Connect with Facebook</div>
|
- |
|
| 148 |
</div>
|
- |
|
| 149 |
</div>
|
- |
|
| 150 |
</div>
|
- |
|
| 151 |
</div>
|
- |
|
| 152 |
</div>
|
- |
|
| 153 |
</div>
|
- |
|
| 154 |
</div>
|
- |
|
| 155 |
</html> -->
|
- |
|
| 156 |
<!-- end login -->
|
- |
|
| 157 |
</div>
|
97 |
</div>
|
| 158 |
<!-- /Footer -->
|
98 |
<!-- /Footer -->
|