Changeset 36 for trunk/app/views/news

Show
Ignore:
Timestamp:
07/16/07 17:29:03 (17 months ago)
Author:
aarkerio
Message:

Images

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/news/display.thtml

    r35 r36  
    1 <div id="cintillo">Noticias</div> 
    2 <div class="barra">Noticias del mundo libre</div> 
     1<div id="cintillo">News</div> 
    32    
    43 <div class="titnew"><?php echo $data['News']['title']; ?></div> 
     
    1514    </div> 
    1615      
    17     <?php  
    18        echo $news->newVote($data['News']['id'], $data['News']['votes']); 
    19         
    20        echo $data['News']['body'];  
    21        ?> 
     16    <?php  echo $data['News']['body']; ?> 
    2217     
    2318    <br /> 
    2419    <span style="font-size:7pt;">Permalink:</span> <br /> 
    25     <a style="font-size:7pt;" href="/news/display/<?php echo $data['News']['id']; ?>">http://www.mononeurona.org/news/display/<?php echo $data['News']['id']; ?></a> 
     20    <a style="font-size:7pt;" href="http://<?php echo $_SERVER['SERVER_NAME']; ?>/news/display/<?php echo $data['News']['id']; ?>">http://<?php echo $_SERVER['SERVER_NAME']; ?>/news/display/<?php echo $data['News']['id']; ?></a> 
    2621    <br /><br /> 
    27     <?php echo $gags->googleAds(2); ?> 
    2822    <b>Reference:</b> 
    2923     
    3024    <?php echo $html->link( 
    31                            $html->image('/admin/newwindow.gif', array("alt"=>"Abre Ventana", "title"=>"Abre Ventana")), 
     25                           $html->image('static/newwindow.gif', array("alt"=>"Open new window", "title"=>"Open new window")), 
    3226                           $data['News']['reference'], 
    3327                           array("onclick"=>"window.open(this.href, '_help', 'status,scrollbars,resizable,width=800,height=600,left=10,top=10,menubar,toolbar')"),