root/trunk/app/views/participations/admin_show.ctp

Revision 934, 0.6 kB (checked in by aarkerio, 13 hours ago)

Little enhancements

Line 
1<?php
2//die(debug($data));
3e($html->para(null, $data['Participation']['title'], array('style'=>'font-size:14pt;')));
4e($html->div(null, $html->image('avatars/'.$data['User']['avatar'], array('alt'=>$data['User']['username'], 'title'=>$data['User']['username']))));
5e($html->div(null,  __('Student', true) . ': '. $data['User']['name']));
6e($html->div(null,  __('Created', true) . ': '. $data['Participation']['created']));
7e($html->div(null,  $data['Participation']['participation']));
8e($html->div(null,  __('Points', true) . ': '. $data['Participation']['points']));
9?>
Note: See TracBrowser for help on using the browser.