- Timestamp:
- 10/01/08 16:13:45 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/akelos/trunk/tmp/views/app/views/help/compiled/what.tpl.php
r20359 r20366 8 8 <select name="lang" onchange="$('lf').submit();"> 9 9 <option value="" selected="selected">Select Language ... </option> 10 <option value="en"> 英語 - English</option>11 <option value="ja"> 日本語</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 12 </select> 13 13 </form> … … 27 27 <?php echo $asset_tag_helper->image_tag('tour_1.gif', array('alt' => 'What is Phwittr?', 'class' => 'tour', 'height' => 154, 'width' => 508)); ?> 28 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>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 30 </div> 31 31 <hr /> … … 58 58 <hr /> 59 59 <div id="footer" > 60 <h3> フッター</h3>60 <h3><?php echo $text_helper->translate('Footer', array()); ?></h3> 61 61 <ul> 62 62 <li class="first">(G) 2008 Phwittr</li> 63 <li><a href="/help/aboutus"> 会社概要</a></li>64 <li><a href="/help/contact"> 連絡先</a></li>65 <li><a href="http://blog.twitter.jp"> ブログ</a></li>66 <li><a href="http://status.twitter.jp"> ステータス</a></li>67 <li><a href="http://apiwiki.twitter.com/"> API</a></li>68 <li><a href="http://search.twitter.com"> 検索</a></li>69 <li><a href="http://jptwitterhelp.blogspot.com"> ヘルプ</a></li>70 <li><a href="/help/jobs"> 求人</a></li>71 <li><a href="/tos"> 利用規約</a></li>72 <li><a href="/help/privacy"> プライバシー</a></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 73 </ul> 74 74 </div>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)