-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.safetyorientation.section.html
52 lines (38 loc) · 1.79 KB
/
module.safetyorientation.section.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
<section class="appSection ft-Wrapper visitorEditPriv safetyOrientation" id="safetyOrientationSection"> <!--YOU NEED TO PUT A FUNCTION TO HIDE "userinformation" SECTION WHEN ITS NOT RUN-->
<div class="grid-row composer">
<br />
<br />
<div class="columns-row">
<header id="page-header-bottom" class="page-header-bottom">
<div class="grid-row">
<div class="sessionUserInfo">
<h3>Safety Orientations</h3>
</div>
<!--/ logo -->
</div>
</header>
<div id="safetyorientation_accordion" class="safetyorientationAccordion">
<div class="card safetyorientationTemplate">
<div class="card-header" id="safetyorientation_headingN">
<h5 class="mb-0">
<button class="btn btn-link collapsed equipmentButton" data-toggle="collapse" data-target="#safetyorientation_collapseN" aria-expanded="false" aria-controls="safetyorientation_collapseN">
merit badge/skill
</button>
</h5>
</div>
<div id="safetyorientation_collapseN" class="safetyorientation_collapse collapse" aria-labelledby="safetyorientation_headingN" data-parent="#safetyorientation_accordion">
<div class="card-body safetyOrientationContent">
<h4 class="safetylist safetyOrientationSectionTitle"></h4>
<ul class="safetylist safetyOrientationSectionHeader"></ul>
<ul class="safetylist safetyOrientationSectionRisks"></ul>
<ul class="safetylist safetyOrientationSectionList"></ul>
<ul class="safetylist safetyOrientationSectionFooter"></ul>
<ul class="safetylist safetyOrientationSectionFooterLarge"></ul>
<br><br>
</div>
</div>
</div>
</div>
</div>
</div>
</section>