-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3156 from learningequality/develop
Develop into central-develop
- Loading branch information
Showing
111 changed files
with
3,698 additions
and
7,910 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Please include the following information when opening an issue: | ||
* The branch you found the issue on | ||
* The current date / the build that the issue affects | ||
* Expected behavior | ||
* Actual behavior | ||
* Steps to reproduce (be detailed!) | ||
|
||
If opening a PR, please observe the following guidelines | ||
* If you're fixing a bug, write a regression test (or have a really good reason for not writing one... and I mean **really** good!) | ||
* Update the documentation if your changes affect it (don't just assume they don't) | ||
* Double check your own code for good style |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 41 additions & 36 deletions
77
kalite/coachreports/hbtemplates/coach_nav/reports-nav.handlebars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
<form id="coachreport-select-form" class="form-inline"> | ||
<div class="form-group"> | ||
<label for="report-select">{{_ "Report Type" }} ({{ selected }}) </label> | ||
<select id="report-select" class="reports-select form-control"> | ||
<option value="tabular" | ||
{{#ifcond selected "===" "tabular" }}selected{{/ifcond}}> | ||
{{_ "Tabular Report" }} | ||
</option> | ||
<option value="scatter" | ||
{{#ifcond selected "===" "scatter" }}selected{{/ifcond}}> | ||
{{_ "Scatter Report" }} | ||
</option> | ||
<option value="timeline" | ||
{{#ifcond selected "===" "timeline" }}selected{{/ifcond}}> | ||
{{_ "Timeline Report" }} | ||
</option> | ||
{{#if nalanda }} | ||
<option value="test" | ||
{{#ifcond selected "===" "test" }}selected{{/ifcond}}> | ||
{{_ "Test Report" }} | ||
</option> | ||
<option value="spending" | ||
{{#ifcond selected "===" "spending" }}selected{{/ifcond}}> | ||
{{_ "Spending Report" }} | ||
</option> | ||
{{/if}} | ||
</select> | ||
</div><br/> | ||
<div id="facility-select-container" class="form-group"> | ||
{{!-- Insert facility select template here --}} | ||
</div><br/> | ||
<div id="group-select-container" class="form-group"> | ||
{{!-- Insert group select template here --}} | ||
</div><br/> | ||
<br/> | ||
<button id="display-coach-report" class="btn btn-primary btn">{{_ "Go" }}</button> | ||
<form id="coachreport-select-form" class="form-vertical"> | ||
<div class="col-sm-4"> | ||
<div class="form-group"> | ||
<label for="report-select">{{_ "Report Type" }} ({{ selected }}) </label> | ||
<select id="report-select" class="reports-select form-control"> | ||
<option value="tabular" | ||
{{#ifcond selected "===" "tabular" }}selected{{/ifcond}}> | ||
{{_ "Tabular Report" }} | ||
</option> | ||
<option value="scatter" | ||
{{#ifcond selected "===" "scatter" }}selected{{/ifcond}}> | ||
{{_ "Scatter Report" }} | ||
</option> | ||
<option value="timeline" | ||
{{#ifcond selected "===" "timeline" }}selected{{/ifcond}}> | ||
{{_ "Timeline Report" }} | ||
</option> | ||
{{#if nalanda }} | ||
<option value="test" | ||
{{#ifcond selected "===" "test" }}selected{{/ifcond}}> | ||
{{_ "Test Report" }} | ||
</option> | ||
<option value="spending" | ||
{{#ifcond selected "===" "spending" }}selected{{/ifcond}}> | ||
{{_ "Spending Report" }} | ||
</option> | ||
{{/if}} | ||
</select> | ||
</div> | ||
</div> | ||
<div class="col-sm-3"> | ||
<div id="facility-select-container" class="form-group"> | ||
{{!-- Insert facility select template here --}} | ||
</div> | ||
</div> | ||
<div class="col-sm-3"> | ||
<div id="group-select-container" class="form-group"> | ||
{{!-- Insert group select template here --}} | ||
</div> | ||
</div> | ||
<button id="display-coach-report" class="btn btn-primary btn reports-go-btn">{{_ "Go" }}</button> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,40 @@ | ||
#coachreport-navigation-container { | ||
padding-bottom: 30px; | ||
margin-bottom: 15px; | ||
} | ||
|
||
.container-margin-bottom { | ||
margin-bottom: 50px; | ||
} | ||
|
||
.coach-reports-row { | ||
border-bottom: 3px solid #5AA685; | ||
margin-bottom: 20px; | ||
padding: 20px 0; | ||
margin-bottom: 3%; | ||
} | ||
|
||
select.reports-select { | ||
width: 300px !important; | ||
} | ||
#display-topic-report { | ||
margin-top: 22px; | ||
} | ||
|
||
#display-coach-report { | ||
margin-top: 20px; | ||
margin-left: 16px; | ||
} | ||
|
||
#display-topic-report { | ||
margin-top: 35px; | ||
margin-left: 16px; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
#display-coach-report { | ||
margin-top: 35px; | ||
margin-left: 10px; | ||
} | ||
|
||
#display-topic-report { | ||
margin-top: 35px; | ||
margin-left: 0px; | ||
} | ||
} | ||
|
||
.subtitle { | ||
font-size: 1.15em; | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.