Changeset 745 for trunk/app/views
- Timestamp:
- 09/01/08 12:14:13 (3 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/vclassrooms/admin_record.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/vclassrooms/admin_record.ctp
r744 r745 9 9 echo $html->div('title_section', $data['User']['name']); 10 10 echo $html->div(null, $html->link($data['User']['email'], $data['User']['email'])); 11 // send message ||send record to student11 // send message && send record to student 12 12 echo $html->para(null, 13 13 $ajax->link($html->image('admin/compose_on.gif', array('alt'=>'Compose', 'title'=>'Compose Message')) , … … 44 44 echo $html->link($t['TestsVclassroom']['title'], '#'.$div_id, array('title'=>'View test', 'onclick'=> 45 45 "window.open('/admin/tests/see/".$data['User']['id']."/".$t['TestsVclassroom']['test_id']."/".$data['Vclassroom']['id']."','mywin','left=20,top=10,width=700,height=700,scrollbars=1,toolbar=0,resizable=1')")) . ' '; 46 /*47 echo $ajax->link($html->image('static/adownmod.png', array('alt'=>'Points down', 'title'=>'Points down')),48 '/admin/tests/points/'.$t['TestsVclassroom']['test_id'],49 array('update' => $div_id,50 'loading '=>"Element.show('loadingre');",51 'after' =>'tp('.$data['User']['id'].','.$data['Vclassroom']['id'].')',52 'complete'=>"Element.hide('loadingre');Effect.Appear(".$div_id.")"),null,false);53 echo $ajax->link($html->image('static/aupmod.png', array('alt'=>'Points up', 'title'=>'Points up')),54 '/admin/tests/points/'.$t['TestsVclassroom']['test_id'],55 array('update' => $div_id,56 'after' =>'tp('.$data['User']['id'].','.$data['Vclassroom']['id'].')',57 'loading '=>"Element.show('loadingre')",58 'complete'=>"Element.hide('loadingre');Effect.Appear(".$div_id.")"),null,false); */59 46 e('</div>'); 60 47 endif;
