-
Notifications
You must be signed in to change notification settings - Fork 0
/
myMLH-Login.htm
321 lines (263 loc) · 11.2 KB
/
myMLH-Login.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!doctype html>
<!-- MLH Framework v1.0
Based on HTML5 Boilerplate & Twitter Bootstrap for Methodist Le Bonheur Healthcare -->
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<!-- Mobile Specific Metas
================================================== -->
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<!-- IE Fixes
================================================== -->
<!-- Based on Foundation & h5bp.com/d/head-Tips
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<!--[if (lt IE 9) & (!IEMobile)]>
<script src="js/lib/selectivizr.min.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<!-- IE 9 Pin Site -->
<meta name="application-name" content="Sample Title" />
<meta name="msapplication-tooltip" content="A description of what this site does." />
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
<meta http-equiv="cleartype" content="on">
<!-- Facebook Open Graph
================================================== -->
<!-- Based on h5bp.com/d/head-Tips -->
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="css/mlhFramework.css">
<!-- Google Font -->
<link href="http://fonts.googleapis.com/css?family=Cabin:regular,500,bold&v1" rel="stylesheet" type="text/css">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- Modernizr - www.modernizr.com/download/
================================================== -->
<!-- Modernizr enables HTML5 elements & feature detects for optimal performance. -->
<script src="js/lib/modernizr.min.js"></script>
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
</head>
<body data-spy="scroll">
<div id="page">
<div class="headerBackground">
<header id="header" class="container">
<div class="row">
<div class="span5">
<h1>Brand Name</h1>
</div>
<div class="span7">
<div class="row">
<div class="span7">
<ul class="toolbar nav nav-pills pull-right">
<li><a class="active" href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="span7">
<div class="pull-right">
<div class="input-append pull-left">
<form class="searchForm" action="/mlhsearch/" method="get">
<input class="span2" id="basic_search_query" name="q" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Search':this.value;" type="text" value="Search">
<button class="btn" type="submit" alt="Search" value="Search"><i class="icon-search"></i></button>
</form>
</div>
<a class="btn btn-success pull-right" href="https://secure.lebonheur.org/apps/mymlh/login/">Login</a>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
<!-- /end headerBackground -->
<div class="navBackground">
<div id="nav" class="container">
<div class="navbar">
<div class="navbar-inner">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!-- Everything you want hidden at 940px or less, place within here -->
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active">
<a href="#">Something</a>
</li>
<li>
<a href="#">Something</a>
</li>
<li>
<a href="#">Something</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /end headerBackground -->
<div class="sectionHeaderBackground">
<div id="sectionHeader" class="sectionHeader container">
<div class="row">
<div class="span12">
<h2>My Methodist Login</h2>
</div>
</div>
</div>
</div>
<!-- /end sectionHeaderBackground -->
<div class="mainBackground">
<div id="main" class="container">
<div class="row">
<div class="span5">
<form class="mlhGrouping">
<fieldset class="control-group error">
<legend>What is your email address?</legend>
<input class="input-block-level"type="email">
<span class="help-block">Something may have gone wrong</span>
</fieldset>
<fieldset id="myPassword" class="control-group error">
<legend>Do you have an account?</legend>
<label for="accountNo" class="side">
<input type="radio" name="account" id="accountNo">
No, I need an account.
</label>
<label for="accountYes" class="side">
<input type="radio" name="account" id="accountYes" checked="checked">
Yes, I have an account. My password is:
</label>
<input class="input-block-level" type="password">
<span class="help-block">Something may have gone wrong</span>
</fieldset>
<div class="form-actions">
<input type="submit" class="btn btn-success" value="Continue">
<input type="button" class="btn btn-danger pull-right" id="fogotpassword" value="Forgot your password?" onclick="javascript:location.href='/apps/mymlh/reset/'">
</div>
</form>
</div>
<div class="span7">
<div class="welcomeMsg">
<h1>Welcome to myMethodist</h1>
<p>myMethodist is an online tool that allows you to take charge of managing your health. This one-stop destination enables you to:</p>
<ul>
<li>Pay hospital and doctor's office bills online</li>
<li>Communicate with your Methodist primary care physician's office</li>
<li>Complete a profile with Methodist so that we know the best way to get in touch with you</li>
<li>We'll continue adding features and functions to this tool in the months to come. It's all part of our effort to bring you innovative care that's focused on you.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /end mainBackground -->
<div class="footerBackground">
<footer class="footer container">
<div class="footerTop row">
<div class="span6">
<h4 class="footerBrand">Methodist Le Bonheur Healthcare</h4>
</div>
</div>
<div class="footerMiddle row">
<div class="span3">
<div class="footerAddress">
<div class="vcard">
<p class="tel">(901) 516-7000</p>
<p class="adr">
<span class="street-address">1211 Union Avenue</span>
<span class="region">Memphis, Tennessee</span>
<span class="postal-code">38104</span>
</p>
</div>
</div>
</div>
<div class="span4">
<p class="footerDesc">Methodist Healthcare is an integrated health care delivery system, dedicated to the art of healing through our faith-based commitment to minister to the whole person.</p>
</div>
<div class="span5">
<div class="footerSocial">
<ul class="socialIcons pull-right">
<li><a href="#"><i class="icoSocial icoFacebook">Facebook</i></a></li>
<li><a href="#"><i class="icoSocial icoTwitter">Twitter</i></a></li>
<li><a href="#"><i class="icoSocial icoYouTube">YouTube</i></a></li>
</ul>
</div>
<div class="footerLegal">
<ul class="nav nav-pills legalLinks pull-right">
<li><a href="#">Our Centers</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Legal</a></li>
</ul>
</div>
</div>
</div>
<div class="footerBottom row">
<div class="span4">
<ul class="nav nav-pills contactLinks ">
<li><a href="#">Contact Us</a></li>
<li><a href="#">Newsroom</a></li>
</ul>
</div>
<div class="span8">
<p class="copyright small pull-right">© Copyright 2013 Methodist Le Bonheur Healthcare. All Rights Reserved.</p>
<div>
</div>
</footer>
</div>
<!-- /end footerBackground -->
</div>
<!-- /end Page -->
<!-- JavaScript
================================================== -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script>window.jQuery || document.write('<script src="js/lib/jquery.min.js"><\/script>')</script>
<!-- Call to Twitter Bootsrap -->
<script src="js/lib/bootstrap.min.js"></script>
<!-- Call to Custom JS -->
<script src="js/application.js"></script>
<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);"> <!-- Mobile Safari URL shift -->
<!-- /end scripts -->
<!-- End Document
================================================== -->
</body>
<!-- /end body -->
</html>
<!-- /end html -->