[ADD] doc: new documentation, with training tutorials, and new scaffolding
[odoo/odoo.git] / doc / _themes / odoodoc / static / bootstrap / js / tests / visual / alert.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>Alert</title>
5   <link rel="stylesheet" type="text/css" href="../../../dist/css/bootstrap.min.css">
6 </head>
7 <body>
8
9 <div class="container">
10
11   <div class="page-header">
12     <h1>Alert <small>Bootstrap Visual Test</small></h1>
13   </div>
14
15   <div class="alert alert-warning fade in">
16     <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
17     <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
18   </div>
19
20   <div class="alert alert-danger fade in">
21     <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
22     <h4>Oh snap! You got an error!</h4>
23     <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
24     <p>
25       <button type="button" class="btn btn-danger">Take this action</button>
26       <button type="button" class="btn btn-default">Or do this</button>
27     </p>
28   </div>
29
30 </div>
31
32 <!-- JavaScript Includes -->
33 <script src="../vendor/jquery.min.js"></script>
34 <script src="../../transition.js"></script>
35 <script src="../../alert.js"></script>
36
37 </body>
38 </html>