| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> |
|---|
| 2 | <html lang="ja"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 5 | <meta name="description" content="twicli is a web browser-based Twitter client. No need for installation. Automatically fetches timeline, and show with cool animation."> |
|---|
| 6 | <meta name="copyright" content="© 2008-2010 NeoCat"> |
|---|
| 7 | <meta name="viewport" content="width=device-width"> |
|---|
| 8 | <link rel="apple-touch-icon" href="images/icon.png"> |
|---|
| 9 | <link rel="shortcut icon" href="favicon.ico"> |
|---|
| 10 | <link rel="stylesheet" type="text/css" href="styles/default.css" charset="UTF-8"> |
|---|
| 11 | <title>twicli</title> |
|---|
| 12 | <style id="fst_css"></style> |
|---|
| 13 | <script type="text/javascript" src="oauth/sha1.js"></script> |
|---|
| 14 | <script type="text/javascript" src="oauth/oauth.js"></script> |
|---|
| 15 | <script type="text/javascript" src="oauth/consumer.js"></script> |
|---|
| 16 | <script type="text/javascript" src="lang.js"></script> |
|---|
| 17 | <script type="text/javascript" src="twicli.js"></script> |
|---|
| 18 | </head> |
|---|
| 19 | <body onLoad="init()"> |
|---|
| 20 | <div id="control"> |
|---|
| 21 | <!--発言フォーム--> |
|---|
| 22 | <form name="frm"> |
|---|
| 23 | <textarea id="fst" name="status" onkeyup="updateCount(); if (!key_press_detected && this.value.indexOf('\n') >= 0) return press(1)" onkeypress="updateCount(); return press(event)" oninput="updateCount();" onfocus="updateCount();" onblur="$('counter-div').style.display='none';"></textarea> |
|---|
| 24 | <a id="go" href="javascript:void press(1)"><img alt="→" src="images/go.png"></a> |
|---|
| 25 | <a id="rst" href="javascript:void resetFrm()"><img alt="×" src="images/clr.png"></a> |
|---|
| 26 | <div id="loading"><img alt="loading" src="images/loading.gif"></div> |
|---|
| 27 | </form> |
|---|
| 28 | <form name="post" method="POST"></form> |
|---|
| 29 | <form name="request" method="POST"> |
|---|
| 30 | <input name="oauth_consumer_key" type="hidden" value="93rRnGZHjH5tMSuvkIMNg"> |
|---|
| 31 | <input name="oauth_signature_method" type="hidden" value="HMAC-SHA1"> |
|---|
| 32 | <input name="oauth_nonce" type="hidden"> |
|---|
| 33 | <input name="oauth_signature" type="hidden"> |
|---|
| 34 | <input name="oauth_timestamp" type="hidden"> |
|---|
| 35 | <input name="oauth_token" type="hidden"> |
|---|
| 36 | <input name="suppress_response_codes" type="hidden" value="1"> |
|---|
| 37 | <span id="api_args"></span> |
|---|
| 38 | </form> |
|---|
| 39 | <form name="etc"> |
|---|
| 40 | <input name="URL" type="hidden"> |
|---|
| 41 | <input name="consumerSecret" type="hidden"> |
|---|
| 42 | <input name="tokenSecret" type="hidden"> |
|---|
| 43 | </form> |
|---|
| 44 | <!--オプション--> |
|---|
| 45 | <div id="option"></div> |
|---|
| 46 | <!--メニュー--> |
|---|
| 47 | <div id="menu"><div id='menu2'><a id="TL" class="sel" href="javascript:void switchTL()">TL</a><a id="reply" href="javascript:void switchReply()">@</a><a id="user" href="javascript:void switchUser()">user</a><a id="direct" href="javascript:void switchDirect()">D</a><a id="misc" href="javascript:void switchMisc()">+</a></div></div> |
|---|
| 48 | </div> |
|---|
| 49 | <!--メインタイムライン--> |
|---|
| 50 | <div id="tw" class="tw tw-parent"></div> |
|---|
| 51 | <!--Reply--> |
|---|
| 52 | <div id="re" class="tw tw-parent"></div> |
|---|
| 53 | <!--TL,Re以外のタブ--> |
|---|
| 54 | <div id="tw2" class="tw"><div id="tw2h"></div><div id="tw2c" class="tw-parent"></div></div> |
|---|
| 55 | <!--返信--> |
|---|
| 56 | <div id="rep"><a href="javascript:closeRep()" class="close"><img alt="×" src="images/clr.png"></a> |
|---|
| 57 | <a href="javascript:pickup2()" class="close"><img alt="⇔" src="images/both.png"></a><div id="reps"></div></div> |
|---|
| 58 | <!--ポップアップメニュー--> |
|---|
| 59 | <div id="popup" onClick="popup_hide()"> |
|---|
| 60 | <a id="popup_status_delete" href="#" onClick="return deleteStatus()">Delete tweet</a> |
|---|
| 61 | <a id="popup_status_retweet" href="#" onClick="return retweetStatus()">Retweet</a> |
|---|
| 62 | <a id="popup_status_quote" href="#" onClick="return quoteStatus()">Quote with RT:</a> |
|---|
| 63 | <a id="popup_link_user" href="" target="twitter">Twitter / user</a> |
|---|
| 64 | <a id="popup_link_status" href="" target="twitter">Twitter / tweet</a> |
|---|
| 65 | </div> |
|---|
| 66 | <!--ポップアップメニュー非表示用--> |
|---|
| 67 | <div id="popup_hide" onClick="popup_hide();"></div> |
|---|
| 68 | <!--文字数カウンタ--> |
|---|
| 69 | <div id="counter-div"><div id="counter-p1"></div><div id="counter-p2"></div><div id="counter"></div></div> |
|---|
| 70 | |
|---|
| 71 | <script type="text/javascript">loadPlugins();</script> |
|---|
| 72 | </body> |
|---|
| 73 | </html> |
|---|