forked from jschr/bootstrap-modal
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
361 lines (328 loc) · 13.3 KB
/
index.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
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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Bootstrap-modal by jschr</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
<link href="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css" rel="stylesheet" />
<style>
body {
padding-top: 40px;
}
</style>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/bootstrap-modal.css" rel="stylesheet"></link>
<style>
.text-center {
text-align: center;
}
.marketing h1 {
font-size: 50px;
font-weight: lighter;
line-height: 1;
}
.marketing p {
font-size: 18px;
}
</style>
</head>
<body>
<div class="page-container">
<div class="container" style="position: relative">
<div class="marketing">
<h1>Bootstrap-Modal</h1>
<p class="muted">Responsive, Stackable, AJAX and more.</p>
<iframe style="margin-top: 10px" src="http://ghbtns.com/github-btn.html?user=jschr&repo=bootstrap-modal&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
<iframe style="margin-top: 10px" src="http://ghbtns.com/github-btn.html?user=jschr&repo=bootstrap-modal&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
</div>
<br />
<div class="row">
<div class="span10">
<div class="responsive">
<h3>Responsive</h3>
<pre class="pre-scrollable prettyprint linenums" data-source="#responsive">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal" href="#responsive">View Demo</button>
</div>
</div>
<br />
<div class="stackable">
<h3>Stackable</h3>
<pre class="pre-scrollable prettyprint linenums" data-source="#stack1, #stack2, #stack3">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal" href="#stack1">View Demo</button>
</div>
</div>
<br />
<!--<div class="dynamic">
<h3>Dynamic</h3>
<pre class="pre-scrollable prettyprint linenums" data-source="#dynamic">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal">View Demo</button>
</div>
</div>
<br />-->
<div class="ajax" style="position: relative; overflow: hidden">
<h3>AJAX (via jQuery.load)</h3>
<pre class="pre-scrollable prettyprint linenums" data-source="#ajax">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal">View Demo</button>
</div>
</div>
<br />
<div class="static" style="position: relative; overflow: hidden">
<h3>Static Background with Animation</h3>
<p>The shake animation is included in bootstrap-modal but any animation in <a href="http://daneden.me/animate/">animate.css</a> is supported, just include the css file in your project.</p>
<pre class="pre-scrollable prettyprint linenums" data-source="#static">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal" href="#static">View Demo</button>
</div>
</div>
<br />
<div class="full-width" style="position: relative; overflow: hidden">
<h3>Full Width</h3>
<pre class="pre-scrollable prettyprint linenums" data-source="#full-width">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal" href="#full-width">View Demo</button>
</div>
</div>
<br />
<div class="long" style="position: relative; overflow: hidden">
<h3>Long Modals</h3>
<pre class="pre-scrollable prettyprint linenums" data-source="#long">
</pre>
<div class="text-center">
<button class="demo btn btn-primary btn-large" data-toggle="modal" href="#long">View Demo</button>
</div>
</div>
<br />
</div>
</div>
</div>
<!-- Modal Definitions (tabbed over for <pre>) -->
<div id="responsive" class="modal hide fade" tabindex="-1" data-width="760">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Responsive</h3>
</div>
<div class="modal-body">
<div class="row-fluid">
<div class="span6">
<h4>Some Input</h4>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
</div>
<div class="span6">
<h4>Some More Input</h4>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
<p><input type="text" class="span12" /></p>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
<div id="full-width" class="modal container hide fade" tabindex="-1">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Full Width</h3>
</div>
<div class="modal-body">
<p>This modal will resize itself to the same dimensions as the container class.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin ipsum ac ante fermentum suscipit. In ac augue non purus accumsan lobortis id sed nibh. Nunc egestas hendrerit ipsum, et porttitor augue volutpat non. Aliquam erat volutpat. Vestibulum scelerisque lobortis pulvinar. Aenean hendrerit risus neque, eget tincidunt leo. Vestibulum est tortor, commodo nec cursus nec, vestibulum vel nibh. Morbi elit magna, ornare placerat euismod semper, dignissim vel odio. Phasellus elementum quam eu ipsum euismod pretium.</p>
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
<div id="stack1" class="modal hide fade" tabindex="-1" data-focus-on="input:first">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Stack One</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>
<p>One fine body…</p>
<p>One fine body…</p>
<input type="text" data-tabindex="1" />
<input type="text" data-tabindex="2" />
<button class="btn" data-toggle="modal" href="#stack2">Launch modal</button>
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
<button type="button" class="btn btn-primary">Ok</button>
</div>
</div>
<div id="stack2" class="modal hide fade" tabindex="-1" data-focus-on="input:first">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Stack Two</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>
<p>One fine body…</p>
<input type="text" data-tabindex="1" />
<input type="text" data-tabindex="2" />
<button class="btn" data-toggle="modal" href="#stack3">Launch modal</button>
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
<button type="button" class="btn btn-primary">Ok</button>
</div>
</div>
<div id="stack3" class="modal hide fade" tabindex="-1" data-focus-on="input:first">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Stack Three</h3>
</div>
<div class="modal-body">
<p>One fine body…</p>
<input type="text" data-tabindex="1" />
<input type="text" data-tabindex="2" />
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
<button type="button" class="btn btn-primary">Ok</button>
</div>
</div>
<div id="static" class="modal hide fade" tabindex="-1" data-backdrop="static" data-keyboard="false">
<div class="modal-body">
<p>Would you like to continue with some arbitrary task?</p>
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Cancel</button>
<button type="button" data-dismiss="modal" class="btn btn-primary">Continue Task</button>
</div>
</div>
<div id="long" class="modal hide fade" tabindex="-1">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>A Fairly Long Modal</h3>
</div>
<div class="modal-body">
<button class="btn" data-toggle="modal" href="#notlong" style="position: absolute; top: 50%; right: 12px">Not So Long Modal</button>
<img style="height: 800px" src="http://i.imgur.com/KwPYo.jpg" />
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
</div>
</div>
<div id="notlong" class="modal hide fade" tabindex="-1">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Not That Long</h3>
</div>
<div class="modal-body" style="height: 400px; overflow: hidden;">
<button class="btn" data-toggle="modal" href="#verylong" style="position: absolute; top: 50%; right: 12px">Very Long Modal</button>
<img style="height: 800px" src="http://i.imgur.com/KwPYo.jpg" />
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
</div>
</div>
<div id="verylong" class="modal hide fade" tabindex="-1">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>A Very That Long</h3>
</div>
<div class="modal-body" style="height: 1000px; overflow: hidden;">
<img style="height: 800px" src="http://i.imgur.com/KwPYo.jpg" />
</div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn">Close</button>
</div>
</div>
<div id="ajax-modal" class="modal hide fade" tabindex="-1"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"></script>
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<script src="js/bootstrap-modalmanager.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script type="text/javascript">
$(function(){
$('[data-source]').each(function(){
var $this = $(this),
$source = $($this.data('source'));
var text = [];
$source.each(function(){
var $s = $(this);
if ($s.attr('type') == 'text/javascript'){
text.push($s.html().replace(/(\n)*/, ''));
} else {
text.push($s.clone().wrap('<div>').parent().html());
}
});
$this.text(text.join('\n\n').replace(/\t/g, ' '));
});
prettyPrint();
});
</script>
<script id="dynamic" type="text/javascript">
$('.dynamic .demo').click(function(){
var tmpl = [
// tabindex is required for focus
'<div class="modal hide fade" tabindex="-1">',
'<div class="modal-header">',
'<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>',
'<h3>Modal header</h3>',
'</div>',
'<div class="modal-body">',
'<p>Test</p>',
'</div>',
'<div class="modal-footer">',
'<a href="#" data-dismiss="modal" class="btn">Close</a>',
'<a href="#" class="btn btn-primary">Save changes</a>',
'</div>',
'</div>'
].join('');
$(tmpl).modal();
});
</script>
<script id="ajax" type="text/javascript">
var $modal = $('#ajax-modal');
$('.ajax .demo').on('click', function(){
// create the backdrop and wait for next modal to be triggered
$('body').modalmanager('loading');
setTimeout(function(){
$modal.load('modal_ajax_test.html', '', function(){
$modal.modal();
});
}, 1000);
});
$modal.on('click', '.update', function(){
$modal.modal('loading');
setTimeout(function(){
$modal
.modal('loading')
.find('.modal-body')
.prepend('<div class="alert alert-info fade in">' +
'Updated!<button type="button" class="close" data-dismiss="alert">×</button>' +
'</div>');
}, 1000);
});
</script>
</body>
</html>