mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-24 22:11:04 -05:00
Changes for Bootstrap 3 ... pretty painful
This commit is contained in:
16
index.shtml
16
index.shtml
@@ -1,14 +1,13 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<html><head>
|
||||
<meta charset="utf-8">
|
||||
<title>GrepTweet</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="description" content="Download and search your tweets - no password login required!" />
|
||||
<meta name="description" content="Download and search your tweets - no password login required!">
|
||||
<link rel="apple-touch-icon-precomposed" href="http://a0.twimg.com/profile_images/1206037111/greptweet.png">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-responsive.min.css">
|
||||
<link rel="stylesheet" href="/bootstrap/css/bootstrap-theme.min.css">
|
||||
<script>
|
||||
function getCookie( oName ) {
|
||||
var splitcookie = document.cookie.split( "; " ), x, cookiepair;
|
||||
@@ -47,11 +46,11 @@ if (user) { window.location.replace("/u/" + user); }
|
||||
<div class="clearfix">
|
||||
<label for="username">Twitter username</label>
|
||||
<div class="input">
|
||||
<input class="xlarge" id="username" type="text" name="id" size="16" autocomplete="off" required placeholder="kaihendry">
|
||||
<input class="form-control" id="username" type="text" name="id" autocomplete="off" required placeholder="kaihendry">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-large btn-primary" id="b" onclick="submitPressed()">Fetch tweets</button>
|
||||
<button class="btn btn-primary btn-lg" id="b" onclick="submitPressed()">Fetch tweets</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
@@ -59,12 +58,13 @@ if (user) { window.location.replace("/u/" + user); }
|
||||
<footer>
|
||||
<p>Super-geeks please <a href="https://github.com/kaihendry/Greptweet">report issues and contribute on Github</a> :)</p>
|
||||
<p>Active accounts: <!--#include virtual="active-users.txt" --></p>
|
||||
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<!--#include virtual="version.txt" -->><!--#include virtual="version.txt" --></a></p>
|
||||
<p>Version: <a href=https://github.com/kaihendry/Greptweet/commit/<!--#include virtual="version.txt" --></a></p>
|
||||
<p>Backup: <code>rsync -rz --include "*/" --include "*.txt" --exclude "*" greptweet.com::greptweet .</code></p>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user