예제 #1
0
파일: request.php 프로젝트: C0mplX/carpool
</h4>
			   	</div>
		   	</div>
		   	<div class="row">
		   		<div class="col-md-12">
		   			<p><?php 
echo $request->get_r_body();
?>
</p>
		   		</div>
		   	</div>
	   	</div>
	   	<div class="col-md-4 text-right">
	   		<div class="col-md-12">
	   			<i>Created on: <?php 
echo $request->get_create_date();
?>
</i>
	   		</div>
	   		<div class="col-md-12">
	   			<button id="send_request" class="btn btn-primary" data-rname="<?php 
echo $user->username();
?>
" data-toggle="modal" data-target="#myModal" data-id="<?php 
echo $request_id;
?>
">Send request</button>
	   		</div>
	   	</div>
	  </div>