Changeset 29 for trunk/app/views/news/view.thtml
- Timestamp:
- 07/13/07 20:42:19 (18 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/view.thtml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/view.thtml
r22 r29 8 8 <div class="titnew"><?php echo $val['News']['title']; ?></div> 9 9 <div class="redaccion"> 10 Desde la redacción de <i><?php echo $val['Theme']['theme']; ?></i>,10 <i>From the <?php echo $val['Theme']['theme']; ?> department</i>, 11 11 <a style="font-size:7pt;" href="/users/blogger/<?php echo $val['User']['username']; ?>"><?php echo $val['User']['username']; ?></a> informa. 12 12 <?php echo $val['News']['created']; ?> … … 22 22 </div> 23 23 24 <?php 25 echo $news->newVote($val['News']['id'], $val['News']['votes']); 24 <?php 26 25 echo $val['News']['body']; 27 26 ?> … … 35 34 36 35 <?php echo $html->link( 37 $html->image(' /admin/newwindow.gif', array("alt"=>"Abre Ventana", "title"=>"Abre Ventana")),36 $html->image('admin/newwindow.gif', array("alt"=>"Open Window", "title"=>"Open Window")), 38 37 $val['News']['reference'], 39 38 array("onclick"=>"window.open(this.href, '_help', 'status,scrollbars,resizable,width=800,height=600,left=10,top=10,menubar,toolbar')"), … … 46 45 { 47 46 $num_coment = count($val["Comentnew"]); 47 48 48 if ( $num_coment > 0 ) 49 49 { 50 echo " ". $html->link($num_coment . ' Com entarios', '/news/display/'.$val['News']['id'], array("style"=>"font-size:7pt"));50 echo " ". $html->link($num_coment . ' Comments', '/news/display/'.$val['News']['id'], array("style"=>"font-size:7pt")); 51 51 } 52 52 echo $html->link('Pon tu comentario', '/news/display/'.$val['News']['id'], array("style"=>"font-size:7pt;padding-left:20px")) . "<br />"; … … 57 57 echo "</div><br />"; 58 58 59 } 59 } 60 60 61 61 print $pagination;
