feat: add candidate details display to user interface
This commit is contained in:
+3
-3
@@ -119,6 +119,9 @@
|
|||||||
<h1>RTS</h1>
|
<h1>RTS</h1>
|
||||||
<span id="user-details">
|
<span id="user-details">
|
||||||
<span id="candidate-info">
|
<span id="candidate-info">
|
||||||
|
<span id="candidate-details"></span>
|
||||||
|
</span>
|
||||||
|
<span id="user-actions">
|
||||||
<input
|
<input
|
||||||
type="button"
|
type="button"
|
||||||
id="btn-candidate-login"
|
id="btn-candidate-login"
|
||||||
@@ -126,9 +129,6 @@
|
|||||||
value="Enter candidate details"
|
value="Enter candidate details"
|
||||||
onclick="void(0)"
|
onclick="void(0)"
|
||||||
/>
|
/>
|
||||||
<span id="candidate-details"></span>
|
|
||||||
</span>
|
|
||||||
<span id="user-actions">
|
|
||||||
<input
|
<input
|
||||||
type="button"
|
type="button"
|
||||||
id="btn-user-login"
|
id="btn-user-login"
|
||||||
|
|||||||
Reference in New Issue
Block a user