?
Current Path : /home1/savoy/public_html/savoyglobal.net/drafthr/system/application/views/Sales/ |
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/drafthr/system/application/views/Sales/addtelecalling.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script type="text/javascript"> jQuery(document).ready(function () { $('.one').datepick({dateFormat: 'dd-mm-yyyy'}); suggestemployee(); }); </script> <div class="select-bar"> <label> <img src="<?=base_url()?>/assets/images/backbutton.png" title="Back" onclick="loadtelecalling('<?=$_SESSION['pagenum']?>','<?=$_SESSION['searchoption']?>','<?=$_SESSION['searchtxt']?>')" alt="Back" align = "center" width="25" height="25"/></label> </div> <fieldset> <legend>Add Tele Calling</legend> <?php $attributes = array('id' => 'customForm'); echo form_open('sales/addtelecalling',$attributes);?> <?php ?> <ul> <li> <label>Employee Name:</label> <input type="text" id="employee" name="employee" size="35"> <input type="hidden" name="employee_id" id="employee_id"> <span id="employeeInfo" class="red_bold">*</span> </li> <li id="stfinfodet"></li> <li> <label>Date</label> <input class="one" name="repdate" id="repdate" readonly="true" type="text" value="<?=date('d-m-Y');?>" style="background-image: url(../../../../assets/images/datefocus.gif) ;"> <span id="repdateInfo" class="red_bold">*</span> </li> <li> <?php $data = array( 'name' => 'leadname', 'id' => 'leadname', ); ?> <label for="Name">Lead Name</label> <?php echo form_input($data).form_error($data); ?><span id="leadnameInfo" class="red_bold">*</span> </li> <li> <label for="Name">Email</label> <?php echo form_input('email'); ?> </li> <li> <?php $data1 = array( 'name' => 'contactno', 'id' => 'contactno', ); ?> <label for="Name">Contact No.</label> <?php echo form_input($data1).form_error($data1); ?><span id="contactnoInfo" class="red_bold">*</span> </li> <input type="hidden" name="reptitle" id="reptitle"/> <li> <label for="Name">Description</label> <?php echo form_textarea('report'); ?> </li> <li><label for="submit"> </label> <button type="submit" class="clickimage" id="submit" onclick="return doallthethree();">Save</button> </li> </ul> <?php echo form_close();?> </fieldset>