Example #1
0
<div class="spacer"></div>

<div class="provider_news_wrapper">

<div class="provider_box">

<h2>For <span>Providers</span></h2>

<img src="<?php 
echo base_url();
?>
resource/fe/images/providers_pic.jpg" border="0" alt="" title="" />

<div id="provider_less_details"><?php 
echo string_part($for_provider[0]['s_description'], 200);
?>
</div>

<div id="provider_full_details" style="display:none;"> <?php 
echo $for_provider[0]['s_description'];
?>
 </div>

<a class="see_more" target="_self" href="javascript:void(0);"  id="provider_see_more" onclick="see_more_for_provider()"><span>See More</span></a><br />

<a class="get_start" target="_self" href="<?php 
echo base_url();
?>
registration">Get Started</a>
Example #2
0
function footer_testimonial()
{
    $CI =& get_instance();
    $CI->load->model('testimonials_model');
    $tmp = $CI->testimonials_model->fetch_multi(' i_status = 1 ORDER BY i_id DESC', 0, 1);
    $t['text'] = string_part($tmp[0]['s_description'], 170);
    $t['by'] = $tmp[0]['s_testimonials_by'];
    return $t;
}
Example #3
0
?>
</p>
									</div>
								
								</div>
						
								<div style="width:50%; min-width:220px; float:left; ">
									<div style="width:30%; float:left;  margin-right:5%;" >
								  		<label><?php 
echo addslashes(t('Campus'));
?>
 : </label>
								    </div>
								    <div style="float:left;" >
									    <p><?php 
echo string_part($info['campus_name'], 40);
?>
</p>
									</div>
								</div>
							</div>
                         </div>
                         <div style="margin-bottom:18px;">
                         	<div style="height:28px;">
								<div style="width:50%; min-width:220px; float:left; ">
									<div style="width:30%; float:left; margin-right:5%;" >
								  		<label><?php 
echo addslashes(t('Position'));
?>
 : </label>
								    </div>