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/layouts/help.tpl

    r20359 r20423  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
    3 <head> 
    4   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    5   <meta http-equiv="Content-Language" content="en" /> 
    6   <meta name="viewport" content="width=780" /> 
    7   <title>_{Phwittr: What are you doing?}</title> 
    8   <link rel="shortcut icon" href="" type="image/x-icon" /> 
    9   <%= stylesheet_link_tag 'default' %> 
    10   <style type="text/css"> 
    11     body {background: #9ae4e8 url(<%= image_path 'bg.gif' %>) fixed no-repeat top left; } 
    12     div.content-bubble-arrow { margin-top: 6px; padding-top: 11px; background: url(<%= image_path 'arr2.gif' %>) no-repeat 25px 0px; } 
    13   </style> 
    14 </head> 
     1<%= render :partial => 'layouts/header' %> 
    152<body id="front"> 
    16   {content_for_layout} 
    17   <%= javascript_include_tag %> 
     3  <div id="container"> 
     4    <%= render :partial => 'lang_select' %> 
     5    <h1 id="header"> 
     6      <%= link_to image_tag('twitter.png', :alt => 'Phwittr', :height => 49, :width => 210), {:controller => 'user', :action => 'home'}, :title => 'Phwittr Home' %> 
     7    </h1> 
     8    {content_for_layout} 
     9    <%= render :partial => 'application/footer' %> 
     10    <hr /> 
     11  </div><!-- /container --> 
    1812</body> 
    19 </html> 
     13<%= render :partial => 'layouts/footer' %>