Created
November 21, 2012 23:27
-
-
Save Aaron1011/4128528 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html > | |
<html> | |
<head> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<meta charset="utf-8"> | |
<meta name="google-site-verification" | |
content="WnWrzryX1bcHO-Oahx1XMRTxUAU5r7xSB_iRsC5WjPY" /> | |
<title>Messages</title> | |
<link href="/static/bootstrap/css/bootstrap-responsive.css" rel="stylesheet"> | |
<link href="/static/bootstrap/css/bootstrap.css" rel="stylesheet"> | |
<script type="text/javascript" src="/static/bootstrap/js/bootstrap.js"></script> | |
<style type="text/css"> | |
.lead { | |
text-align:center; | |
} | |
</style> | |
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | |
<!--[if lt IE 9]> | |
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> | |
<div class="modal-header"> | |
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | |
<h3 id="myModalLabel">Modal header</h3> | |
</div> | |
<div class="modal-body"> | |
<p>One fine body…</p> | |
</div> | |
<div class="modal-footer"> | |
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button> | |
<button class="btn btn-primary">Save changes</button> | |
</div> | |
</div> | |
<p class="lead">Hashtagfacebook Messages</p> | |
<table class="table table-striped span12"> | |
<tr> | |
<th>Sender</th> | |
<th>Message</th> | |
<th>Time sent</th> | |
<th>Phone Number</th> | |
<th>Twitter Account</th> | |
</tr> | |
<tr> | |
<td> | |
<a href="#myModal" class="btn" data-toggle="modal">Claim Message</a> | |
</td> | |
<td>#hashtagfacebook Alex</td> | |
<td>Nov. 18, 2012, 5:07 p.m.</td> | |
<td>None</td> | |
<td>aa1ronham</td> | |
</tr | |
<tr> | |
<td> | |
<a href="#myModal" class="btn" data-toggle="modal">Claim Message</a> | |
</td> | |
<td>#hashtagfacebook Hello</td> | |
<td>Nov. 18, 2012, 5:07 p.m.</td> | |
<td>None</td> | |
<td>aa1ronham</td> | |
</tr | |
</table> | |
<script src="http://code.jquery.com/jquery-latest.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment