Show
Ignore:
Timestamp:
10/02/08 01:59:00 (3 months ago)
Author:
gen
Message:

アカウントコントローラをごにょった

Files:
1 modified

Legend:

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

    r20366 r20423  
    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 ...&nbsp;</option> 
    10         <option value="en">_{English}</option> 
    11         <option value="ja">_{Japanese}</option> 
    12       </select> 
    13     </form> 
    14   </div> 
    15   <h1 id="header"> 
    16     <%= link_to image_tag('twitter.png', :alt => 'Phwittr', :height => 49, :width => 210), {:controller => 'user', :action => 'home'}, :title => 'Phwittr Home' %> 
    17   </h1> 
    18   <div id="content"> 
    19     <div class="wrapper"> 
    20       <div class="intro"> 
    21         <h2>_{What is Phwittr?}</h2> 
    22         <ul id="menu"> 
    23           <li class="act"><a href="/">_{What?}</a></li> 
    24           <li><a href="/help/why">_{Why?}</a></li> 
    25           <li><a href="/help/how">_{How?}</a></li> 
    26         </ul> 
    27         <%= image_tag 'tour_1.gif', :alt => 'What is Phwittr?', :class => 'tour', :height => 154, :width => 508 %>  
    28         _{<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>} 
    29         <p><%= link_to _('Get Started-join!'), {:controller => 'user', :action => 'signup'}, :id => 'signup_submit', :class => 'join' %></a></p> 
    30       </div> 
    31       <hr /> 
    32       <p><%= link_to "#{image_tag('arrow_on_red.gif')} #{_('Watch a video!')}", image_path('nomore.jpg'), :id => 'videobutton' %></p> 
    33       <form method="post" id="signin" action="https://twitter.com/sessions"> 
    34         <fieldset> 
    35           <legend>_{Please sign in}</legend> 
    36           <p> 
    37             <label class="inside" tabindex="1" for="username">_{user name or email address:}</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">_{Password}</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">_{Remember me}</label> 
    47           </p> 
    48           <p class="submit"> 
    49             <input type="submit" id="signin_submit" value="_{Sign In} &raquo;" /> 
    50           </p> 
    51           <p class="forgot">_{Forgot password?} <a id="resend_password_link" href="/account/resend_password">_{Click here.}</a>.</p> 
    52         </fieldset> 
    53       </form> 
    54     </div><!-- /wrapper --> 
    55   </div><!-- /content --> 
    56   <hr /> 
    57   <%= render :partial => 'what_is_phwittr' %> 
    58   <hr /> 
    59   <div id="footer" > 
    60     <h3>_{Footer}</h3> 
    61     <ul> 
    62       <li class="first">(G) 2008 Phwittr</li> 
    63       <li><a href="/help/aboutus">_{About Us}</a></li> 
    64       <li><a href="/help/contact">_{Contact}</a></li> 
    65       <li><a href="http://blog.twitter.jp">_{Blog}</a></li> 
    66       <li><a href="http://status.twitter.jp">_{Status}</a></li> 
    67       <li><a href="http://apiwiki.twitter.com/">_{API}</a></li> 
    68       <li><a href="http://search.twitter.com">_{Search}</a></li> 
    69       <li><a href="http://jptwitterhelp.blogspot.com">_{Help}</a></li> 
    70       <li><a href="/help/jobs">_{Jobs}</a></li> 
    71       <li><a href="/tos">_{TOS}</a></li> 
    72       <li><a href="/help/privacy">_{Privacy}</a></li> 
    73     </ul> 
    74   </div> 
    75 </div><!-- /container --> 
     1<div id="content"> 
     2  <div class="wrapper"> 
     3    <div class="intro"> 
     4      <h2>_{What is Phwittr?}</h2> 
     5      <ul id="menu"> 
     6        <li class="act"><a href="/">_{What?}</a></li> 
     7        <li><a href="/help/why">_{Why?}</a></li> 
     8        <li><a href="/help/how">_{How?}</a></li> 
     9      </ul> 
     10      <%= image_tag 'tour_1.gif', :alt => 'What is Phwittr?', :class => 'tour', :height => 154, :width => 508 %>  
     11      _{<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>} 
     12      <p><%= link_to _('Get Started-join!'), {:controller => 'account', :action => 'signup'}, :id => 'signup_submit', :class => 'join' %></a></p> 
     13    </div> 
     14    <hr /> 
     15    <p><%= link_to "#{image_tag('arrow_on_red.gif')} #{_('Watch a video!')}", image_path('nomore.jpg'), :id => 'videobutton' %></p> 
     16    <%= render :partial => 'sign_in' %> 
     17  </div><!-- /wrapper --> 
     18</div><!-- /content --> 
     19<%= render :partial => 'what_is_phwittr' %>