Show
Ignore:
Timestamp:
10/01/08 16:13:45 (3 months ago)
Author:
gen
Message:

admin plugin解析ちう

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • events/phpframework/akelos/trunk/tmp/views/app/views/help/compiled/what.tpl.php

    r20359 r20366  
    88      <select name="lang" onchange="$('lf').submit();"> 
    99        <option value="" selected="selected">Select Language ...&nbsp;</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> 
    1212      </select> 
    1313    </form> 
     
    2727        <?php echo $asset_tag_helper->image_tag('tour_1.gif', array('alt' => 'What is Phwittr?', 'class' => 'tour', 'height' => 154, 'width' => 508)); ?>  
    2828        <?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> 
    3030      </div> 
    3131      <hr /> 
     
    5858  <hr /> 
    5959  <div id="footer" > 
    60     <h3>フッター</h3> 
     60    <h3><?php echo $text_helper->translate('Footer', array()); ?></h3> 
    6161    <ul> 
    6262      <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> 
    7373    </ul> 
    7474  </div>