aboutsummaryrefslogtreecommitdiff
path: root/views/index.hbs
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-21 21:53:14 +0000
committerHumairAK <humair88@hotmail.com>2016-07-21 21:53:14 +0000
commit797b4fe83ed4ebbed47930c7d0d0a34cd37703c6 (patch)
tree59cd29eb763665d51902b2b402e4ab773e058a87 /views/index.hbs
parent377664b62639a59e582252122e2a29a49d9ecaae (diff)
Made appropriate changes to add admin panel for adding exams, still need to add validation and fix minor glitches. Added servercallback for get_all_exams and find_exams in node_simple.js
Diffstat (limited to 'views/index.hbs')
-rw-r--r--views/index.hbs20
1 files changed, 17 insertions, 3 deletions
diff --git a/views/index.hbs b/views/index.hbs
index 9826209..59c589f 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -10,7 +10,14 @@
<div class="input-group">
<!-- Search Category Drop-Down -->
<div class="input-group-btn">
- <button type="button" class="btn btn-default dropdown-toggle search-button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Courses <span class="caret"></span></button>
+ <button type="button"
+ class="btn btn-default dropdown-toggle search-button"
+ data-toggle="dropdown"
+ aria-haspopup="true"
+ aria-expanded="false">
+ Courses
+ <span class="caret"></span>
+ </button>
<ul class="dropdown-menu">
<li><a href="#">Courses</a></li>
<li><a href="#">Users</a> </li>
@@ -18,10 +25,17 @@
</div>
<!-- Search bar -->
- <input type="text" id = "user-input" class="form-control" aria-label="..." name="search" placeholder="Enter course name">
+ <input type="text"
+ id = "user-input"
+ class="form-control"
+ aria-label="..."
+ name="search"
+ placeholder="Enter course name">
<!-- Prompt Search -->
<span class="input-group-btn">
- <button id = 'go-button' class="btn btn-default search-button go-button" type="submit">Go!</button>
+ <button id = 'go-button'
+ class="btn btn-default search-button go-button"
+ type="submit">Go!</button>
</span>
</div>
</div>