?
Current Path : /home1/savoy/public_html/savoyglobal.net/sims/school/application/views/Email/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/sims/school/application/views/Email/singleemailreport.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); $template_details=$this->mastermodel->getdatas('emailtemplate');?> <span class="section_content_top"></span> <div class="section_content_inner"> <?php $attributes=array('class'=>'search_form','id'=>'validateform','name'=>'validateform'); echo form_open('',$attributes); ?> <fieldset> <!--[if !IE]>start forms<![endif]--> <div class="forms"> <!--[if !IE]>start row<![endif]--> <div class="table_wrapper"> <div class="table_wrapper_inner"> <table cellpadding="0" cellspacing="0" width="120%"> <tbody><tr> <th style="width: 17px;">Sl No.</th> <th>Name</th> <th>Email</th> <th style="width: 165px;">Type</th> <th style="width: 81px;"> </tr> <?php $slno=0; foreach ($email_receipents as $row) { ?> <tr <?php if($slno%2==0) { ?>class="first" <?php } else { ?> class="second" <?php } ?>> <td><?=++$slno;?></td> <td><?=$row['receipent_name'];?></td> <td><?=$row['receipent_email'];?></td> <td><?=$row['receipent_type'];?></td> </tr> <?php } ?> </tbody></table> </div> </div> </div> <!--[if !IE]>end row<![endif]--> </fieldset> <?php form_close(); ?> </div> <span class="section_content_bottom"></span>