| 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 | | <select name="lang" onchange="$('lf').submit();"> |
| 9 | | <option value="" selected="selected">Select Language ... </option> |
| 10 | | <option value="en"><?php echo $text_helper->translate('English', array()); ?></option> |
| 11 | | <option value="ja"><?php echo $text_helper->translate('Japanese', array()); ?></option> |
| 12 | | </select> |
| 13 | | </form> |
| 14 | | </div> |
| 15 | | <h1 id="header"> |
| 16 | | <?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')); ?> |
| 17 | | </h1> |
| 18 | | <div id="content"> |
| 19 | | <div class="wrapper"> |
| 20 | | <div class="intro"> |
| 21 | | <h2><?php echo $text_helper->translate('What is Phwittr?', array()); ?></h2> |
| 22 | | <ul id="menu"> |
| 23 | | <li class="act"><a href="/"><?php echo $text_helper->translate('What?', array()); ?></a></li> |
| 24 | | <li><a href="/help/why"><?php echo $text_helper->translate('Why?', array()); ?></a></li> |
| 25 | | <li><a href="/help/how"><?php echo $text_helper->translate('How?', array()); ?></a></li> |
| 26 | | </ul> |
| 27 | | <?php echo $asset_tag_helper->image_tag('tour_1.gif', array('alt' => 'What is Phwittr?', 'class' => 'tour', 'height' => 154, 'width' => 508)); ?> |
| 28 | | <?php echo $text_helper->translate('<p class="teaser">Phwittr is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: <strong> What are you doing?</strong></p>', array()); ?> |
| 29 | | <p><?php echo $url_helper->link_to($text_helper->translate('Get Started-join!'), array('controller' => 'user', 'action' => 'signup'), array('id' => 'signup_submit', 'class' => 'join')); ?></a></p> |
| 30 | | </div> |
| 31 | | <hr /> |
| 32 | | <p><?php echo $url_helper->link_to("".$asset_tag_helper->image_tag('arrow_on_red.gif')." ".$text_helper->translate('Watch a video!')."", $asset_tag_helper->image_path('nomore.jpg'), array('id' => 'videobutton')); ?></p> |
| 33 | | <form method="post" id="signin" action="https://twitter.com/sessions"> |
| 34 | | <fieldset> |
| 35 | | <legend><?php echo $text_helper->translate('Please sign in', array()); ?></legend> |
| 36 | | <p> |
| 37 | | <label class="inside" tabindex="1" for="username"><?php echo $text_helper->translate('user name or email address:', array()); ?></label> |
| 38 | | <input type="text" id="username" name="session[username_or_email]" value="" title="username" /> |
| 39 | | </p> |
| 40 | | <p> |
| 41 | | <label class="inside" tabindex="2" for="password"><?php echo $text_helper->translate('Password', array()); ?></label> |
| 42 | | <input type="password" id="password" name="session[password]" value="" title="password" /> |
| 43 | | </p> |
| 44 | | <p class="remember"> |
| 45 | | <input type="checkbox" id="remember" name="remember_me" value="1" /> |
| 46 | | <label for="remember"><?php echo $text_helper->translate('Remember me', array()); ?></label> |
| 47 | | </p> |
| 48 | | <p class="submit"> |
| 49 | | <input type="submit" id="signin_submit" value="<?php echo $text_helper->translate('Sign In', array()); ?> »" /> |
| 50 | | </p> |
| 51 | | <p class="forgot"><?php echo $text_helper->translate('Forgot password?', array()); ?> <a id="resend_password_link" href="/account/resend_password"><?php echo $text_helper->translate('Click here.', array()); ?></a>.</p> |
| 52 | | </fieldset> |
| 53 | | </form> |
| 54 | | </div><!-- /wrapper --> |
| 55 | | </div><!-- /content --> |
| 56 | | <hr /> |
| 57 | | <?php echo $controller->render( array('partial' => 'what_is_phwittr')); ?> |
| 58 | | <hr /> |
| 59 | | <div id="footer" > |
| 60 | | <h3><?php echo $text_helper->translate('Footer', array()); ?></h3> |
| 61 | | <ul> |
| 62 | | <li class="first">(G) 2008 Phwittr</li> |
| 63 | | <li><a href="/help/aboutus"><?php echo $text_helper->translate('About Us', array()); ?></a></li> |
| 64 | | <li><a href="/help/contact"><?php echo $text_helper->translate('Contact', array()); ?></a></li> |
| 65 | | <li><a href="http://blog.twitter.jp"><?php echo $text_helper->translate('Blog', array()); ?></a></li> |
| 66 | | <li><a href="http://status.twitter.jp"><?php echo $text_helper->translate('Status', array()); ?></a></li> |
| 67 | | <li><a href="http://apiwiki.twitter.com/"><?php echo $text_helper->translate('API', array()); ?></a></li> |
| 68 | | <li><a href="http://search.twitter.com"><?php echo $text_helper->translate('Search', array()); ?></a></li> |
| 69 | | <li><a href="http://jptwitterhelp.blogspot.com"><?php echo $text_helper->translate('Help', array()); ?></a></li> |
| 70 | | <li><a href="/help/jobs"><?php echo $text_helper->translate('Jobs', array()); ?></a></li> |
| 71 | | <li><a href="/tos"><?php echo $text_helper->translate('TOS', array()); ?></a></li> |
| 72 | | <li><a href="/help/privacy"><?php echo $text_helper->translate('Privacy', array()); ?></a></li> |
| 73 | | </ul> |
| 74 | | </div> |
| 75 | | </div><!-- /container --> |
| | 1 | <div id="content"> |
| | 2 | <div class="wrapper"> |
| | 3 | <div class="intro"> |
| | 4 | <h2><?php echo $text_helper->translate('What is Phwittr?', array()); ?></h2> |
| | 5 | <ul id="menu"> |
| | 6 | <li class="act"><a href="/"><?php echo $text_helper->translate('What?', array()); ?></a></li> |
| | 7 | <li><a href="/help/why"><?php echo $text_helper->translate('Why?', array()); ?></a></li> |
| | 8 | <li><a href="/help/how"><?php echo $text_helper->translate('How?', array()); ?></a></li> |
| | 9 | </ul> |
| | 10 | <?php echo $asset_tag_helper->image_tag('tour_1.gif', array('alt' => 'What is Phwittr?', 'class' => 'tour', 'height' => 154, 'width' => 508)); ?> |
| | 11 | <?php echo $text_helper->translate('<p class="teaser">Phwittr is a service for friends, family, and co–workers to communicate and stay connected through the exchange of quick, frequent answers to one simple question: <strong> What are you doing?</strong></p>', array()); ?> |
| | 12 | <p><?php echo $url_helper->link_to($text_helper->translate('Get Started-join!'), array('controller' => 'account', 'action' => 'signup'), array('id' => 'signup_submit', 'class' => 'join')); ?></a></p> |
| | 13 | </div> |
| | 14 | <hr /> |
| | 15 | <p><?php echo $url_helper->link_to("".$asset_tag_helper->image_tag('arrow_on_red.gif')." ".$text_helper->translate('Watch a video!')."", $asset_tag_helper->image_path('nomore.jpg'), array('id' => 'videobutton')); ?></p> |
| | 16 | <?php echo $controller->render( array('partial' => 'sign_in')); ?> |
| | 17 | </div><!-- /wrapper --> |
| | 18 | </div><!-- /content --> |
| | 19 | <?php echo $controller->render( array('partial' => 'what_is_phwittr')); ?> |