Show
Ignore:
Timestamp:
09/25/07 17:03:21 (14 months ago)
Author:
aarkerio
Message:

New blog layout 'Paris'

Location:
trunk/app/views/elements
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/elements/footer.thtml

    r151 r154  
    22echo $html->link('Your School information here', '#'); 
    33 
    4 echo ' © 2002-2007 Creative Commons; 
     4echo '  © 2002-2007 Creative Commons'; 
    55?> 
  • trunk/app/views/elements/lastentries.thtml

    r151 r154  
    55foreach ($Element["Lentry"] as $key => $val)  
    66{ 
    7       echo $html->link($val['Entry']['title'], '/users/entry/'.$val['User']['username'].'/'.$val['Entry']['id'], array("class"=>"chiki")) . " "; 
    8       echo '<span style="font-size:6pt">'.$val['User']['username'].'</span><br />'; 
     7      echo '<div style="margin-top:3px;padding-left:2px;">'. $html->link($val['Entry']['title'], '/users/entry/'.$val['User']['username'].'/'.$val['Entry']['id'], array("class"=>"chiki")) . " "; 
     8      echo '<span style="font-size:6pt">'.$val['User']['username'].'</span></div>'; 
    99} 
    1010 
  • trunk/app/views/elements/login_hide.thtml

    r107 r154  
    11<!-- hide by default --> 
    2 <div id="cover" style="display:none" onclick="hide('cover', 'loginpopup')"> 
    3  
     2<div id="cover" style="display:none;" onclick="hide('cover', 'loginpopup')"> 
     3   
    44</div> 
    55<div id="loginpopup" style="display:none"> 
     
    3434</table> 
    3535 
    36 <div class="center"> 
    37 <a href="javascript:hide('cover','loginpopup')">close this window</a> 
    38 </div> 
     36<div class="center"> <a href="javascript:hide('cover','loginpopup')">close this window</a> </div> 
    3937 
    4038</div> 
     39<!-- End hide elements --> 
    4140