Campustream 1.0
A social network MQP for WPI
application/views/statuses/_single_response.php
Go to the documentation of this file.
00001 <?=
00002         View::factory('statuses/_single_question')->
00003                 set('content', $content->question)->
00004                 set('status', $status)->
00005                 render();
00006 ?>
00007 
00008 <div id="question-spacers">
00009         <span></span>
00010         <span></span>
00011         <span></span>
00012 </div>
00013 
00014 <div id="response-wrap">
00015         <p><?=$content->message?></p>
00016         <div id="response-meta">
00017                 <?=$content->up_votes?> up votes &mdash; <?=$content->down_votes?> down votes
00018         </div>
00019 </div>