mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-26 06:41:06 -05:00
Upgrade to bootstrap 2.0
This commit is contained in:
25
index.shtml
25
index.shtml
@@ -4,10 +4,10 @@
|
||||
<meta charset="utf-8" />
|
||||
<title>GrepTweet</title>
|
||||
<meta content="width=device-width, initial-scale=1,maximum-scale=1.0;" name=viewport>
|
||||
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/bootstrap/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
<script src="bootstrap-buttons.js"></script>
|
||||
<script src="/bootstrap/js/bootstrap-button.js"></script>
|
||||
<script src="index.js"></script>
|
||||
</head>
|
||||
|
||||
@@ -20,8 +20,9 @@
|
||||
<h1><a href="http://twitter.com/greptweet">@Greptweet</a> <small>you can search your tweets</small></h1>
|
||||
</div>
|
||||
|
||||
<form name="f" action="create.cgi" method="get" class="form-stacked">
|
||||
<form name="f" action="create.cgi" method="get">
|
||||
|
||||
<div class="well">
|
||||
|
||||
<div class="clearfix">
|
||||
<label for="username">Twitter username</label>
|
||||
@@ -31,25 +32,17 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clearfix">
|
||||
<ul class="inputs-list">
|
||||
<li>
|
||||
<label>
|
||||
<input type="checkbox" name="o" />
|
||||
<span>Fetch older tweets, instead of newer tweets when updating</span>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" name="o">Fetch older tweets, instead of newer tweets when updating
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="well">
|
||||
<button class="btn large primary" id="b" data-loading-text="Fetching tweets..." onclick="submitPressed()">Fetch tweets</button>
|
||||
<span class="help-inline">First fetch tweets to search "grep" them</span>
|
||||
|
||||
<button class="btn btn-large btn-primary" id="b" data-loading-text="Fetching tweets..." onclick="submitPressed()">Fetch tweets</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
<p><span class="label success">New</span> Try <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook.</p>
|
||||
<p><span class="label label-success">New</span> Try <a href="http://grepbook.co.uk/">Grepbook</a> for grepping Facebook.</p>
|
||||
|
||||
<h3>Greppable tweeters</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user