forked from codeforamerica/bizfriendly-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreview-instructions.html
53 lines (45 loc) · 1.68 KB
/
preview-instructions.html
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
45
46
47
48
49
50
51
52
53
---
layout: instructions-layout
title: instructions
js: preview-instructions
---
<img id="instruction-logo" class="center" src="img/instruction-logo.png">
<div class="container">
<div class="row">
<h1 id="instructions-title" class="orange col-lg-12"></h1>
<p class="col-lg-12">Created by <a id="author-name"></a></p>
<ul class="progress-dots list-unstyled list-inline col-12"></ul>
</div>
<section class="row">
<div id="step-text-content"></div>
<!-- Modal -->
<div class="modal fade" id="feedback" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div id="feedback-content"></div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</section>
<div id="controls">
<button type="button" id="back" class="btn btn-primary">Back</button>
<button type="button" class="next btn btn-primary">Next</button>
<br/>
<div id="close-lesson-wrapper">
<button type="button" id="close-lesson" class="btn btn-default btn-block" >Close Lesson</button>
</div>
</div>
<!-- <div id="rating">
<div id="rating-handle"><img src="img/star-on.png"></div>
<div id="rating-content">
How helpful was this step?
<div id="rating-stars"></div>
<form id="rating-form">
<div class="form-group">
<label for="rating-feedback">Anything else?</label>
<textarea id="rating-feedback"></textarea>
</div>
<button type="button" class="btn btn-small" id="rating-btn">Give Feedback</button>
</form>
</div>
</div> -->