-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.pug
44 lines (36 loc) · 2.1 KB
/
index.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.container
h1 Medotate
div#infoModal.modal(tabindex='-1' role='dialog' aria-labelledby='#finaliseModalLabel' aria-hidden='true')
div.modal-dialog(role='document')
div.modal-content
div.modal-body
h3#infoModalLabel.modal-title Load data
div.btn-group.btn-group-lg(style="padding:10px;")
button(type='button' data-section="section1").cbtn.btn-primary.segmentedButton New Project
button(type='button' data-section="section2").cbtn.btn-primary.segmentedButton Load Project
div#section1.content-section
p Use this if you have a new set of results that you need to evaluate. If you have a progress (results.json) file, click 'Load Project' to load that instead.
div.form-group.form-control-static
label(for='nameInput') Name:
input#nameInput(type='text')
div.form-group.form-control-static
label(for='gmcInput') GMC Number:
input#gmcInput(type='text')
div.form-group.form-control-static
label(for='specialtyInput') Specialty:
input#specialtyInput(type='text')
div.form-group.form-control-static
label(for='resultsFileInput') Select Komenti annotations file:
input#annFileInput(type='file')
div.form-group.form-control-static
label(for='resultsFileInput') Select Komenti diagnosis file:
input#diaFileInput(type='file')
button#newBtn.btn.btn-primary(type='button') Load Patients
div#section2.content-section(style="display:none;")
p Use this if you have a results.json file generated by this application, that you want to cvontinue evaluating. If not, then click on 'New Project' to load Komenti files directly.
div.form-group.form-control-static
label(for='progressFileInput') Select validator progress (results.json) file:
input#progressFileInput(type='file')
button.btn.btn-primary#loadBtn(type='button') Load Results
div.modal-footer
p Version: 0.2.0