| 1 | </ul> |
|---|
| 2 | <div id="container"> |
|---|
| 3 | <div id="lang-select-front"> |
|---|
| 4 | <form action="/sessions/change_locale" id="lf" method="post" style="margin-top:2px"> |
|---|
| 5 | <div style="margin:0;padding:0"> |
|---|
| 6 | <input name="authenticity_token" type="hidden" value="e808747513e58ff7ff95fd3037ea6d2dbd6203bf" /> |
|---|
| 7 | </div> |
|---|
| 8 | <!-- |
|---|
| 9 | <select name="lang" onchange="$('lf').submit();"> |
|---|
| 10 | <option value="" selected="selected">Select Language ... </option> |
|---|
| 11 | <option value="en">英語 - English</option> |
|---|
| 12 | <option value="ja">日本語</option> |
|---|
| 13 | </select> |
|---|
| 14 | --> |
|---|
| 15 | </form> |
|---|
| 16 | </div> |
|---|
| 17 | <h1 id="header"> |
|---|
| 18 | <?php echo $url_helper->link_to($asset_tag_helper->image_tag('twitter.png', array('alt' => 'Phwittr', 'height' => 49, 'width' => 210)), array('controller' => 'user', 'action' => 'home'), array('title' => 'Phwittr Home')); ?> |
|---|
| 19 | </h1> |
|---|
| 20 | <div id="content"> |
|---|
| 21 | <div class="wrapper"> |
|---|
| 22 | <div class="intro"> |
|---|
| 23 | <h2>Phwittrとは?</h2> |
|---|
| 24 | <ul id="menu"> |
|---|
| 25 | <li class="act"><a href="/">なに?</a></li> |
|---|
| 26 | <li><a href="/help/why">なぜ?</a></li> |
|---|
| 27 | <li><a href="/help/how">どうやって?</a></li> |
|---|
| 28 | </ul> |
|---|
| 29 | <?php echo $asset_tag_helper->image_tag('tour_1.gif', array('alt' => 'What is Phwittr?', 'class' => 'tour', 'height' => 154, 'width' => 508)); ?> |
|---|
| 30 | <p class="teaser">Twitterは<strong>「いまなにしてる?」</strong>という質問に短い文章で答えることによって、友だちや家族、職場の同僚とつながり合うサービスです。</p> |
|---|
| 31 | <p><a id='signup_submit' class="join" href="/signup">Phwittrに登録する</a></p> |
|---|
| 32 | </div> |
|---|
| 33 | <hr /> |
|---|
| 34 | <p><?php echo $url_helper->link_to("".$asset_tag_helper->image_tag('arrow_on_red.gif')." ビデオを観る!", $asset_tag_helper->image_path('nomore.jpg'), array('id' => 'videobutton')); ?></p> |
|---|
| 35 | <form method="post" id="signin" action="https://twitter.com/sessions"> |
|---|
| 36 | <fieldset> |
|---|
| 37 | <legend>ここからログイン</legend> |
|---|
| 38 | <p> |
|---|
| 39 | <label class="inside" tabindex="1" for="username">ユーザー名かメールアドレス</label> |
|---|
| 40 | <input type="text" id="username" name="session[username_or_email]" value="" title="username" /> |
|---|
| 41 | </p> |
|---|
| 42 | <p> |
|---|
| 43 | <label class="inside" tabindex="2" for="password">パスワード</label> |
|---|
| 44 | <input type="password" id="password" name="session[password]" value="" title="password" /> |
|---|
| 45 | </p> |
|---|
| 46 | <p class="remember"> |
|---|
| 47 | <input type="checkbox" id="remember" name="remember_me" value="1" /> |
|---|
| 48 | <label for="remember">次回から入力を省略する</label> |
|---|
| 49 | </p> |
|---|
| 50 | <p class="submit"> |
|---|
| 51 | <input type="submit" id="signin_submit" value="ログイン »" /> |
|---|
| 52 | </p> |
|---|
| 53 | <p class="forgot">パスワードを忘れた?<br/> <a id="resend_password_link" href="/account/resend_password">ここをクリック</a>.</p> |
|---|
| 54 | <p class="complete">インスタントメッセンジャー(IM)ですでにTwitterを使っていますか? <a href="/account/complete">ここをクリック</a></p> |
|---|
| 55 | </fieldset> |
|---|
| 56 | </form> |
|---|
| 57 | </div><!-- /wrapper --> |
|---|
| 58 | </div><!-- /content --> |
|---|
| 59 | <hr /> |
|---|
| 60 | <?php echo $controller->render( array('partial' => 'what_is_phwittr')); ?> |
|---|
| 61 | <hr /> |
|---|
| 62 | <div id="footer" > |
|---|
| 63 | <h3>フッター</h3> |
|---|
| 64 | <ul> |
|---|
| 65 | <li class="first">(G) 2008 Phwittr</li> |
|---|
| 66 | <li><a href="/help/aboutus">会社概要</a></li> |
|---|
| 67 | <li><a href="/help/contact">連絡先</a></li> |
|---|
| 68 | <li><a href="http://blog.twitter.jp">ブログ</a></li> |
|---|
| 69 | <li><a href="http://status.twitter.jp">ステータス</a></li> |
|---|
| 70 | <li><a href="http://apiwiki.twitter.com/">API</a></li> |
|---|
| 71 | <li><a href="http://search.twitter.com">検索</a></li> |
|---|
| 72 | <li><a href="http://jptwitterhelp.blogspot.com">ヘルプ</a></li> |
|---|
| 73 | <li><a href="/help/jobs">求人</a></li> |
|---|
| 74 | <li><a href="/tos">利用規約</a></li> |
|---|
| 75 | <li><a href="/help/privacy">プライバシー</a></li> |
|---|
| 76 | </ul> |
|---|
| 77 | </div> |
|---|
| 78 | </div><!-- /container --> |
|---|