Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/_checklist-footer.html')
-rw-r--r--layouts/partials/_checklist-footer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/_checklist-footer.html b/layouts/partials/_checklist-footer.html
new file mode 100644
index 0000000..009e6fc
--- /dev/null
+++ b/layouts/partials/_checklist-footer.html
@@ -0,0 +1,8 @@
+{{if .Params.checklist}}
+ </form>
+ <div class="checklist-footer">
+ <button type="button"
+ onclick="downloadFile('6d2ab01b-fad4-4e70-83a8-b910ca848fec');"
+ class="btn btn-success"><i class="fas fa-download"></i>&nbsp;{{T "checklist-download-answers"}}</button>
+ </div>
+{{end}}