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/tmp/views/app/views/layouts/compiled/application.tpl.php

    r20135 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-us" /> 
    6   <meta name="description" content="Phwittr is a simple Twitter clone for PHP Framework Fight"> 
    7   <meta http-equiv="imagetoolbar" content="no"> 
    8   <meta name="viewport" content="width=780" /> 
    9   <title>Phwittr</title> 
    10   <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" /> 
    11   <link rel="apple-touch-icon" href="images/twitter_57.png" /> 
    12   <?php echo $asset_tag_helper->stylesheet_link_tag('default'); ?> 
    13   <style type="text/css"> 
    14     body {background: #9ae4e8 url(<?php echo $asset_tag_helper->image_path('bg.gif'); ?>) fixed no-repeat top left; } 
    15     div.content-bubble-arrow { margin-top: 6px; padding-top: 11px; background: url(<?php echo $asset_tag_helper->image_path('arr2.gif'); ?>) no-repeat 25px 0px; } 
    16   </style> 
    17   <link rel="alternate" type="application/rss+xml" title="げん (RSS)" href="http://twitter.com/favorites/10319122.rss" /> 
    18   <link rel="alternate" type="application/atom+xml" title="げん (Atom)" href="http://twitter.com/favorites/10319122.atom" /> 
    19 </head> 
    20  
    21 <body class="account" id="profile" onload="registerResponders();"> 
     1<?php echo $controller->render( array('partial' => 'header')); ?> 
     2<body class="front" id="profile" onload="registerResponders();"> 
    223  <div id="dim-screen"></div> 
    234  <div id="container" class="subpage"> 
     
    6647    <hr /> 
    6748  </div> 
     49</body> 
    6850 
    69   <?php echo $asset_tag_helper->javascript_include_tag(); ?> 
    70 </body> 
    71 </html> 
     51<?php echo $controller->render( array('partial' => 'layouts/footer')); ?>