|
@@ -119,55 +119,70 @@
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
|
|
+ <input type="hidden" class="head_success i18n-input" i18n="head_success" />
|
|
|
|
+ <input type="hidden" class="head_warning i18n-input" i18n="head_warning" />
|
|
|
|
+ <input type="hidden" class="signin_success i18n-input" i18n="signup_success" />
|
|
|
|
+ <input type="hidden" class="signin_warning i18n-input" i18n="signin_warning" />
|
|
|
|
+
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-md-7" style="height:100vh;box-sizing: border-box;padding: 20px 0px;">
|
|
<div class="col-md-7" style="height:100vh;box-sizing: border-box;padding: 20px 0px;">
|
|
- <div class="left-box">
|
|
|
|
- <p style="font-size: 36px;">Explore</p>
|
|
|
|
- <p style="font-size: 36px;">all creativety</p>
|
|
|
|
- <p style="color:#d2d2d2;">There are many variations of passages of Lorem lpsum available,</p>
|
|
|
|
- <p style="color:#d2d2d2;">but the majority have suffered alteration in some form,by injected humour.</p>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="left-box">
|
|
|
|
+ <p style="font-size: 36px;" class="i18n-text" i18n="signin_Explore" >Explore</p>
|
|
|
|
+ <p style="font-size: 36px;" class="i18n-text" i18n="signin_Explore1">all creativety</p>
|
|
|
|
+ <p style="color:#d2d2d2;" class="i18n-text" i18n="signin_Explore2">There are many variations of passages of Lorem lpsum available,</p>
|
|
|
|
+ <p style="color:#d2d2d2;" class="i18n-text" i18n="signin_Explore3">but the majority have suffered alteration in some form,by injected humour.</p>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4 col-md-offset-1" style="height:100vh;display: flex;flex-flow: column nowrap;justify-content: center;">
|
|
<div class="col-md-4 col-md-offset-1" style="height:100vh;display: flex;flex-flow: column nowrap;justify-content: center;">
|
|
- <h3 class="login-tit">Sign up</h3>
|
|
|
|
|
|
+ <h3 class="login-tit i18n-text" i18n="signin_Sign up" >Sign up</h3>
|
|
|
|
|
|
<form class="signup-form">
|
|
<form class="signup-form">
|
|
<div class="form-group form-group-custom">
|
|
<div class="form-group form-group-custom">
|
|
- <label for="email">Email</label>
|
|
|
|
- <input type="email" class="form-control" id="email" placeholder="Enter your email" required>
|
|
|
|
|
|
+ <label for="email" class="i18n-text" i18n="signin_Email">Email</label>
|
|
|
|
+ <input type="email" class="form-control i18n-placeholder" i18n="signin_Email1" id="email" name="email" placeholder="Enter your email" required>
|
|
<span class="input-tool-icon glyphicon glyphicon-remove"></span>
|
|
<span class="input-tool-icon glyphicon glyphicon-remove"></span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="form-group form-group-custom">
|
|
<div class="form-group form-group-custom">
|
|
- <label for="pwd">Password</label>
|
|
|
|
- <input type="password" class="form-control" id="pwd" name="pwd" placeholder="Enter your password" required>
|
|
|
|
|
|
+ <label for="pwd" class="i18n-text" i18n="signin_Password">Password</label>
|
|
|
|
+
|
|
|
|
+ <input type="password" class="form-control i18n-placeholder" i18n="signin_Password2" id="pwd" name="pwd" placeholder="Enter your password" required>
|
|
<span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
|
|
<span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="form-group form-group-custom">
|
|
<div class="form-group form-group-custom">
|
|
- <label for="pwd">Confirm password</label>
|
|
|
|
- <input type="password" class="form-control" id="pwdagain" name="pwdagain" placeholder="Enter your password again" required equalTo="#pwd">
|
|
|
|
|
|
+ <label for="pwd" class="i18n-text" i18n="signin_Password3">Confirm password</label>
|
|
|
|
+
|
|
|
|
+ <input type="password" class="form-control i18n-placeholder" i18n="signin_Password4" id="pwdagain" name="pwdagain" placeholder="Enter your password again" required equalTo="#pwd">
|
|
|
|
+
|
|
<span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
|
|
<span class="input-tool-icon glyphicon glyphicon-eye-open"></span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
<div class="checkbox-box">
|
|
<div class="checkbox-box">
|
|
|
|
|
|
- <input type="checkbox" value="agree-me" class="agree-chkbox">
|
|
|
|
- <span class="tip-txt-grey">Creating a account means you’re okay with our Terms of <span class="tip-txt-link">Services, Privacy policy ,</span> and our default <span class="tip-txt-link">Notification settings.</span></span>
|
|
|
|
-
|
|
|
|
|
|
+ <input type="checkbox" value="agree-me" class="agree-chkbox agreeme">
|
|
|
|
+ <span class="tip-txt-grey">
|
|
|
|
+ <span class="i18n-text" i18n="signin_agree4">Sign in means you’re okay with our Terms of </span>
|
|
|
|
+ <span class="tip-txt-link i18n-text" i18n="signin_agree1">Services, Privacy policy ,</span>
|
|
|
|
+ <span class="i18n-text" i18n="signin_agree2">and our default </span>
|
|
|
|
+ <span class="tip-txt-link i18n-text" i18n="signin_agree3">Notification settings.</span></span>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
+ <button class="btn btn-lg btn-danger btn-block create-btn i18n-text" i18n="signin_Create account" type="submit">Sign in</button>
|
|
|
|
|
|
|
|
|
|
- <button class="btn btn-lg btn-danger btn-block create-btn" type="submit">Create account</button>
|
|
|
|
- </form>
|
|
|
|
|
|
+ </form>
|
|
|
|
|
|
-
|
|
|
|
- <div style="margin-top:40px;text-align: center;"><span class="tip-txt-grey">Already a member ? </span><span class="tip-txt-link" data-forward="../signin/signin.html">Sign in now</span></div>
|
|
|
|
|
|
+<div style="margin-top:40px;text-align: center;">
|
|
|
|
+ <span class="tip-txt-grey i18n-text" i18n="signin_signup4">Not a member ? </span>
|
|
|
|
+ <span class="tip-txt-link i18n-text" i18n="signin_signup3" data-forward="../signin/signin.html">Sign up now</span></div>
|
|
</div>
|
|
</div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -175,7 +190,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
- <script src="https://fastly.jsdelivr.net/npm/@bootcss/v3.bootcss.com@1.0.35/assets/js/ie10-viewport-bug-workaround.js"></script>
|
|
|
|
|
|
+ <script src="../../js/ie10-viewport-bug-workaround.js"></script>
|
|
<script src="../../assets/js/signup.js"></script>
|
|
<script src="../../assets/js/signup.js"></script>
|
|
<script src="../../assets/plugin/zeroModal/js/zeroModal.js"></script>
|
|
<script src="../../assets/plugin/zeroModal/js/zeroModal.js"></script>
|
|
</body>
|
|
</body>
|