-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpage01.htm
executable file
·119 lines (95 loc) · 4.78 KB
/
page01.htm
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link id="base-style" href="css/css/stylesimple.css" rel="stylesheet">
<link id="bootstrap-style" href="css/css/bootstrap.min.css" rel="stylesheet">
<link id="base-style" href="css/css/style.css" rel="stylesheet">
<link id="mlearning-style" href="css/css/mlearningstyle.css" rel="stylesheet">
<link id="custom-style" href="css-local/userStyles.css" rel="stylesheet">
<script src="js/noframes/deeplink.js"></script>
</head>
<body>
<div id="content">
<style>
li {margin-bottom: 10px;}
</style>
<!--*********************put content below this line!!!!************-->
<!--**the class "localimage" points the banner at "media/header.jpg". "localimagepng" will point at "media/header.png" If you want to use a generic image, remove the class "localimage".-->
<div id="banner" class="localimagepng"><div id="bnrTitle" style=" text-shadow: 2px 2px 4px #000000;">Surgery Workshop Series</div></div>
<div class="row-fluid">
<div class="box span8">
<h1>Competency</h1>
<p>Competency statement goes here</p>
<h1>Critical Behaviors</h1>
<ul>
<li><a href="index.htm" onclick="ns.localStorage.removeAll();">Clear namespace of local storage</a></li>
<li><a href="index.htm" onclick="localStorage.removeAll();">Clear local storage</a></li>
<li><a href="media/bestcareatlowercost.pdf" target="_blank">click to open a local pdf in a new window</a></li>
</ul>
</div>
<div class="box span4">
<div id="courseproperties">
<!--durations-->
<div class="reqPad howlong header">
How much time will I need?
</div>
<div class="clockContainer">
<div id="leftside" >
<div class="clockTextLarge">36</div>
<div class="clockTextSmall">minutes</div>
</div>
<div id="rightside" style="float:left;">
<div class="clockTextQuiz" style="margin-top:12px;">Module: 20 minutes</div>
<div class="clockTextQuiz">Quiz: 16 minutes</div>
</div>
<div class="clearboth" style="clear:both;width:100%;"></div>
</div>
<!--whats new-->
<div class="reqPad whatsnew header">
What's new?
</div>
<div class="reqPad whatsnew">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li>Donec at lacus ac nulla lobortis dignissim.</li>
<li>Praesent pellentesque placerat purus, in rutrum nibh sollicitudin ac.<br />
<br />
</li>
</ul>
</div>
<!--audience-->
<div class="reqPad whotakes header">
Who is the audience for this lesson?
</div>
<div class="reqPad whotakes">
<p>All UMHS Employees</p>
</div>
<!--requirements-->
<div class="reqPad requirements header">
What are the requirements?
</div>
<div class="reqPad requirements">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum non felis vitae mi ornare consequat.</p>
</div>
<!--requirements-->
<div class="reqPad resources header">
Additional Resources
</div>
<div class="reqPad resources">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum non felis vitae mi ornare consequat.</p>
</div>
</div><!--end courseproperties-->
</div> <!-- end span3-->
<div id="endmatter" class="box span10">Copyright © 2017 Regents of the University of Michigan<br />
All rights reserved. <span id="feedbackinfo"></span>
<br />Last modified: July 24, 2017 (emeiselm)
</div> <!--end endmatter-->
</div><!--end row-fluid-->
<!--*********put content above this line!!!!!*****-->
</div><!--end content-->
</body>
</html>