File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ <h3> <a href="{{ saf_dimension.url | relative_url }}">{{saf_dimension.title}}</
77 < th >
88 Complete
99 </ th >
10+ < th >
11+ Score
12+ </ th >
1013 < th >
1114 Item
1215 </ th >
@@ -19,10 +22,20 @@ <h3> <a href="{{ saf_dimension.url | relative_url }}">{{saf_dimension.title}}</
1922{% continue %}
2023{% endif %}
2124< tr >
22- < td style ="width:15 %; ">
25+ < td style ="width:5 %; ">
2326 < input type ="checkbox ">
2427 </ td >
25- < td style ="width:15%; ">
28+ < td style ="width:15%; ">
29+ < select name ="cars " id ="cars ">
30+ < option value ="0 "> 0: No evidence</ option >
31+ < option value ="1 "> 1: Limited requirements met</ option >
32+ < option value ="2 "> 2: Some requirements met</ option >
33+ < option value ="3 "> 3: Much requirements met</ option >
34+ < option value ="4 "> 4: Most requirement met</ option >
35+ < option value ="5 "> 5: All requirement met</ option >
36+ </ select >
37+ </ td >
38+ < td style ="width:5%; ">
2639 < a href ="{{ saf.url | relative_url }} ">
2740 {{ saf.title }}
2841 </ a >
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ <h3> {{saf_dimension.title}}</h3>
7878 < th style ="width:5%; ">
7979 Complete
8080 </ th >
81+ < th style ="width:5%; ">
82+ Score < br /> (0-5)
83+ </ th >
8184 < th style ="width:5%; ">
8285 Item
8386 </ th >
@@ -92,6 +95,9 @@ <h3> {{saf_dimension.title}}</h3>
9295< tr >
9396 < td style ="width:5%; ">
9497
98+ </ td >
99+ < td style ="width:5%; ">
100+
95101 </ td >
96102 < td style ="width:5%; ">
97103 {{ saf.title }}
You can’t perform that action at this time.
0 commit comments