Changeset 36 for trunk/app/views/news
- Timestamp:
- 07/16/07 17:29:03 (17 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/display.thtml (modified) (2 diffs)
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> 3 2 4 3 <div class="titnew"><?php echo $data['News']['title']; ?></div> … … 15 14 </div> 16 15 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']; ?> 22 17 23 18 <br /> 24 19 <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> 26 21 <br /><br /> 27 <?php echo $gags->googleAds(2); ?>28 22 <b>Reference:</b> 29 23 30 24 <?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")), 32 26 $data['News']['reference'], 33 27 array("onclick"=>"window.open(this.href, '_help', 'status,scrollbars,resizable,width=800,height=600,left=10,top=10,menubar,toolbar')"),
