.
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
<div id="options-panel" class="fullscreen-overlay">
|
||||
<h1>RTS</h1>
|
||||
<a href="#"><input type='button' id='btn-candidate-login' class="login-button" value='Enter candidate details' onclick='void(0)' ></a><span
|
||||
<input type='button' id='btn-candidate-login' class="login-button" value='Enter candidate details' onclick='void(0)' ><span
|
||||
id="candidate-details"></span>
|
||||
<input type='button' id='btn-user-login' class="login-button" value='User log in'>
|
||||
<!-- <a href="#" id="overlay-close" class="close"></a> -->
|
||||
|
||||
@@ -2453,6 +2453,7 @@ function showLoginDialog() {
|
||||
$("#login-dialog").modal();
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
$("#btn-candidate-login").click(function(evt) {
|
||||
$("#login-dialog").modal({
|
||||
escapeClose: false,
|
||||
@@ -2468,6 +2469,8 @@ $("#btn-user-login").click(function(evt) {
|
||||
//$(".exam-wrapper").toggle();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
$("#login-button").click(function(evt) {
|
||||
global_cid = parseInt($("#candidate-number").val());
|
||||
|
||||
Reference in New Issue
Block a user