- Timestamp:
- 10/01/08 13:27:51 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/akelos/trunk/tmp/views/app/views/help/compiled/what.tpl.php
r20135 r20359 6 6 <input name="authenticity_token" type="hidden" value="e808747513e58ff7ff95fd3037ea6d2dbd6203bf" /> 7 7 </div> 8 <!--9 8 <select name="lang" onchange="$('lf').submit();"> 10 9 <option value="" selected="selected">Select Language ... </option> … … 12 11 <option value="ja">日本語</option> 13 12 </select> 14 -->15 13 </form> 16 14 </div> … … 21 19 <div class="wrapper"> 22 20 <div class="intro"> 23 <h2> Phwittrとは?</h2>21 <h2><?php echo $text_helper->translate('What is Phwittr?', array()); ?></h2> 24 22 <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>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> 28 26 </ul> 29 27 <?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>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><a id='signup_submit' class="join" href="/signup"><?php echo $text_helper->translate('Get Started-join!', array()); ?></a></p> 32 30 </div> 33 31 <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>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> 35 33 <form method="post" id="signin" action="https://twitter.com/sessions"> 36 34 <fieldset> 37 <legend> ここからログイン</legend>35 <legend><?php echo $text_helper->translate('Please sign in', array()); ?></legend> 38 36 <p> 39 <label class="inside" tabindex="1" for="username"> ユーザー名かメールアドレス</label>37 <label class="inside" tabindex="1" for="username"><?php echo $text_helper->translate('user name or email address:', array()); ?></label> 40 38 <input type="text" id="username" name="session[username_or_email]" value="" title="username" /> 41 39 </p> 42 40 <p> 43 <label class="inside" tabindex="2" for="password"> パスワード</label>41 <label class="inside" tabindex="2" for="password"><?php echo $text_helper->translate('Password', array()); ?></label> 44 42 <input type="password" id="password" name="session[password]" value="" title="password" /> 45 43 </p> 46 44 <p class="remember"> 47 45 <input type="checkbox" id="remember" name="remember_me" value="1" /> 48 <label for="remember"> 次回から入力を省略する</label>46 <label for="remember"><?php echo $text_helper->translate('Remember me', array()); ?></label> 49 47 </p> 50 48 <p class="submit"> 51 <input type="submit" id="signin_submit" value=" ログイン»" />49 <input type="submit" id="signin_submit" value="<?php echo $text_helper->translate('Sign In', array()); ?> »" /> 52 50 </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> 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> 55 52 </fieldset> 56 53 </form>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)