Changeset 34 for trunk/app/views/news
- Timestamp:
- 07/16/07 16:10:24 (17 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/news/view.thtml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/view.thtml
r29 r34 1 1 <div id="cintillo">News</div> 2 <div class="barra">Last News</div>3 2 4 3 <?php … … 9 8 <div class="redaccion"> 10 9 <i>From the <?php echo $val['Theme']['theme']; ?> department</i>, 11 <a style="font-size:7pt;" href="/users/blogger/<?php echo $val['User']['username']; ?>"><?php echo $val['User']['username']; ?></a> informa. 10 <a style="font-size:7pt;" href="/users/blogger/<?php echo $val['User']['username']; ?>"><?php echo $val['User']['username']; ?></a> reports. 12 11 <?php echo $val['News']['created']; ?> 13 12 </div> … … 34 33 35 34 <?php echo $html->link( 36 $html->image(' admin/newwindow.gif', array("alt"=>"Open Window", "title"=>"Open Window")),35 $html->image('static/newwindow.gif', array("alt"=>"Open Window", "title"=>"Open Window")), 37 36 $val['News']['reference'], 38 37 array("onclick"=>"window.open(this.href, '_help', 'status,scrollbars,resizable,width=800,height=600,left=10,top=10,menubar,toolbar')"),
