Difference between revisions of "Team:Heidelberg/Modeling"
Line 2: | Line 2: | ||
{{Heidelberg/navbar}} | {{Heidelberg/navbar}} | ||
<html> | <html> | ||
− | <head | + | <head/> |
<body> | <body> | ||
<div class="container"> | <div class="container"> | ||
<div class="content"> | <div class="content"> | ||
− | < | + | <!-- Button trigger modal --> |
− | + | <button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> | |
− | + | Launch demo modal | |
− | + | </button> | |
− | + | ||
− | + | <!-- Modal --> | |
− | <div class=" | + | <div class="modal fade" id="myModal" tabindex="3" role="dialog" aria-labelledby="myModalLabel"> |
− | <div class=" | + | <div class="modal-dialog" role="document"> |
− | <div class=" | + | <div class="modal-content"> |
− | < | + | <div class="modal-header"> |
− | + | <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> | |
− | < | + | <h4 class="modal-title" id="myModalLabel">Modal title</h4> |
− | < | + | </div> |
− | + | <div class="modal-body"> | |
− | </ | + | ... |
− | </ | + | </div> |
− | </ | + | <div class="modal-footer"> |
− | </div> < | + | <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> |
− | </div> < | + | <button type="button" class="btn btn-primary">Save changes</button> |
− | </ | + | </div> |
− | </div> < | + | </div> |
− | </div> < | + | </div> |
− | </div> < | + | </div> |
+ | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 04:35, 2 October 2015