|
|
Line 22: |
Line 22: |
| <link rel="stylesheet" href="http://rawgit.com/hockeybtm/BoardReview/master/css/libs/animate.css"> | | <link rel="stylesheet" href="http://rawgit.com/hockeybtm/BoardReview/master/css/libs/animate.css"> |
| <link rel="stylesheet" href="http://rawgit.com/hockeybtm/BoardReview/master/css/WBR_11_11_14.css"> | | <link rel="stylesheet" href="http://rawgit.com/hockeybtm/BoardReview/master/css/WBR_11_11_14.css"> |
| | <link rel="import" href="http://rawgit.com/hockeybtm/BoardReview/master/index.html"> |
| | |
| </head> | | </head> |
|
| |
|
| <div id="chooseQBank" style='height:100%;'></div>
| |
|
| |
| <div id="testOptions" style='height:100%;'>
| |
| <div class="container" id="tutorOrExamContainer" style="height:140px">
| |
| <div class="round-button" id="myExamBigButton" style="margin-left:calc(50% - 120px); margin-top:10px">
| |
| <div class="round-button-circle">
| |
| <p class="round-button">MY EXAMS</p>
| |
| </div>
| |
| </div>
| |
| <div id="spacer" style="display: inline"></div>
| |
| <div class="round-button" id="newExamBigButton">
| |
| <div class="round-button-circle">
| |
| <p class="round-button">NEW EXAM</p>
| |
| </div>
| |
| </div>
| |
| <div id="spacer" style="display: inline"></div>
| |
| </div>
| |
| <div class="container" id="tutorOrExamContainer" style="height:15px">
| |
| <div class='arrow-up' id='myExamsArrow' style="margin-left:calc(50% - 70px); display: inline-block;"></div>
| |
| <div class='arrow-up' id='newExamArrow' style="display: inline-block; margin-left: 130px;"></div>
| |
| </div>
| |
| <div id="wjgContainer" style='display:none ; margin-left:3%;'>
| |
| <br>
| |
| <br>
| |
| <table id="report">
| |
| <thead>
| |
| <tr>
| |
| <th>Exam ID</th>
| |
| <th>Date started</th>
| |
| <th>Performance</th>
| |
| <th>Date Finished</th>
| |
| <th>Exam Type</th>
| |
| <th></th>
| |
| </tr>
| |
| </thead>
| |
| </table>
| |
| <div id="tableContainer">
| |
| <table id="report">
| |
| <tbody>
| |
|
| |
| </tbody>
| |
| </table>
| |
| </div>
| |
|
| |
| </div>
| |
|
| |
|
| </div>
| |
| <div id="exam" style='height:100%;'></div>
| |
| </includeonly> | | </includeonly> |