mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-21 20:41:06 -05:00
Applied bootstrap
This commit is contained in:
12
create.cgi
12
create.cgi
@@ -38,14 +38,16 @@ cat <<END
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Fetching tweets of $id</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="content">
|
||||
|
||||
<h1>Greptweet is running a operation to fetch upto 3200 tweets from $id</h1>
|
||||
<h1 class="alert-message info">Fetching upto 3200 tweets from $id</h1>
|
||||
|
||||
<p>Please be patient. Closing this page prematurely you can limit the tweets <a href="https://github.com/kaihendry/Greptweet/blob/master/fetch-tweets.sh">fetch-tweets.sh</a> gets and trigger a locking bug.</p>
|
||||
<p class="help-inline">Please be patient. Closing this page prematurely you can limit the tweets <a href="https://github.com/kaihendry/Greptweet/blob/master/fetch-tweets.sh">fetch-tweets.sh</a> gets and trigger a locking bug.</p>
|
||||
|
||||
<pre>
|
||||
END
|
||||
@@ -105,7 +107,9 @@ cd $oldpwd; ./users.sh > users.shtml
|
||||
|
||||
cat <<END
|
||||
</pre>
|
||||
<h1>Visit <a href="http://$HTTP_HOST/u/$id">http://$HTTP_HOST/u/$id</a></h1>
|
||||
<h1 class="alert-message success">Now to grep fetched tweets, goto <a href="http://$HTTP_HOST/u/$id">http://$HTTP_HOST/u/$id</a></h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user