Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
application
/
views
/
admin
/
staffidcard
✏️
Editing: staffidcardpreview.php
<style type="text/css"> { margin:0; padding: 0;} /*body{ font-family: 'arial'; margin:0; padding: 0;font-size: 12px; color: #000;}*/ .tc-container{width: 100%;position: relative; text-align: center;} .tcmybg { background: top center; background-size: contain; position: absolute; left: 0; bottom: 10px; width: 200px; height: 200px; margin-left: auto; margin-right: auto; right: 0; } /*begin students id card*/ .studenttop img{width:30px;vertical-align: top;} .studenttop{background: <?php echo $idcard->header_color; ?>;padding:2px;color: #fff;overflow: hidden; position: relative;z-index: 1;} .sttext1{font-size: 24px;font-weight: bold;line-height: 30px;} .stgray{background: #efefef;padding-top: 5px; padding-bottom: 10px;} .staddress{margin-bottom: 0; padding-top: 2px;} .stdivider{border-bottom: 2px solid #000;margin-top: 5px; margin-bottom: 5px;} .stlist{padding: 0; margin:0; list-style: none;} .stlist li{text-align: left;display: inline-block;width: 100%;padding: 0px 5px;} .stlist li span{width:65%;float: right;} .stimg{ width: 80px; height: auto;} .stimg img{width: 100%;height: auto;border-radius: 2px;display: block;} .img-circle {border-radius: 50% !important;} .staround{padding:3px 10px 3px 0;position: relative;overflow: hidden;} .staround2{position: relative; z-index: 9;} .stbottom{background: #453278;height: 20px;width: 100%;clear: both;margin-bottom: 5px;} .principal{margin-top: -40px;margin-right:10px; float:right;} .stred{color: #000;} .spanlr{padding-left: 5px; padding-right: 5px;} .cardleft{width: 20%;float: left;} .cardright{width: 77%;float: right; } .signature{border:1px solid #ddd; display:block; text-align: center; padding: 5px 20px; margin-top: 20px;} .vertlist{padding: 0; margin:0; list-style: none;} .vertlist li{text-align: left;display: inline-block;width: 100%; padding-bottom: 5px;color: #000;} .vertlist li span{width:65%;float: right;} </style> <?php $dummy_date = "2020-01-01";?> <?php if ($idcard->enable_vertical_card) { ?> <table cellpadding="0" cellspacing="0" width="100%" style="background: <?php echo $idcard->header_color; ?>;"> <tr> <td valign="top" style="text-align: center;color: #fff;padding: 10px;min-height: 110px;display: block;"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top"> <div style="color: #fff;position: relative; z-index: 1;"> <div class="sttext1"><img src="<?php echo base_url('uploads/staff_id_card/logo/'.$idcard->logo); ?>" width="30" height="30"> <?php echo $idcard->school_name; ?> </div> </div> </td> </tr> <tr> <td valign="top" style="color: #fff"><?php echo $idcard->school_address; ?></td> </tr> </table> </td> </tr> <tr> <td valign="top" style="background: #fff"> <table cellpadding="0" cellspacing="0" width="100%" style="margin-top: -40px; position: relative;z-index: 1;"> <tr> <td valign="top"> <div class="stimg center-block"> <img src="<?php echo base_url() . "uploads/staff_images/no_image.png"; ?>" class="img-responsive img-circle block-center" style="border:5px solid <?php echo $idcard->header_color; ?>"> </div> </td> </tr> <tr> <td valign="top" style="text-align: center;"> <h4 style="margin:0; text-transform: uppercase;font-weight: bold; margin-top: 10px;">Mohan Patil</h4> <p style="font-size: 15px;color: #9b1818;">Administator</p> </td> </tr> </table> </td> </tr> <tr> <td valign="top"> <table cellpadding="0" cellpadding="0" width="80%" align="center" style="background: #fff;padding: 20px 20px;display: block;"> <tr> <td valign="top"> <ul class="vertlist"> <?php if ($idcard->enable_name == 1) { // echo "<li>"; echo $this->lang->line('staff').' '; echo $this->lang->line('name'); echo "<span>Mohan Patil</span></li>"; } ?> <?php if ($idcard->enable_staff_id == 1) { echo "<li>"; echo $this->lang->line('staff_id');echo "<span>9000</span></li>"; } ?> <?php if ($idcard->enable_designation == 1) { // echo "<li>"; echo $this->lang->line('designation');echo "<span>Administator</span></li>"; } ?> <?php if ($idcard->enable_staff_department == 1) { echo "<li>"; echo $this->lang->line('department');echo "<span>Admin</span></li>"; } ?> <?php if ($idcard->enable_fathers_name == 1) { echo "<li>"; echo $this->lang->line('father_name'); echo "<span>Sohan Patil</span></li>"; } ?> <?php if ($idcard->enable_mothers_name == 1) { echo "<li>"; echo $this->lang->line('mother_name'); echo "<span>Kirti Patil</span></li>"; } ?> <?php if ($idcard->enable_date_of_joining == 1) { echo "<li>"; echo $this->lang->line('date_of_joining'); echo "<span>"; echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($dummy_date)); echo "</span></li>"; } ?> <?php if ($idcard->enable_permanent_address == 1) { echo "<li>"; echo $this->lang->line('address'); echo "<span>D.No.1 Street Name Address Line 2 Address Line 3</span></li>"; } ?> <?php if ($idcard->enable_staff_phone == 1) { echo "<li>"; echo $this->lang->line('phone'); echo "<span>9845624781</span></li>"; } ?> <?php if ($idcard->enable_staff_dob == 1) { echo "<li>"; echo $this->lang->line('date_of_birth'); echo "<span>"; echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($dummy_date)); echo "</span></li>"; } ?> </ul> <div class="signature"><img src="<?php echo base_url('uploads/staff_id_card/signature/'.$idcard->sign_image); ?>" width="200" height="24" /></div> </td> </tr> </table> </td> </tr> </table> <?php } else { ?> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td valign="top" width="32%" style="padding: 3px;"> <table cellpadding="0" cellspacing="0" width="100%" class="tc-container" style="background: #efefef;"> <tr> <td valign="top"> <img src="<?php echo base_url('uploads/staff_id_card/background/') ?><?php echo $idcard->background; ?>" class="tcmybg" style="opacity: .1"/></td> </tr> <tr> <td valign="top"> <div class="studenttop"> <div class="sttext1"><img src="<?php echo base_url('uploads/staff_id_card/logo/') ?><?php echo $idcard->logo; ?>" width="30" height="30" /> <?php echo $idcard->school_name; ?></div> </div> </td> </tr> <tr> <td valign="top" align="center" style="padding: 1px 0;"> <p><?php echo $idcard->school_address; ?></p> <!-- <p>Phone:0761 424242 <span class="spanlr">|</span> E-mail:mountcarmel@gmail.com</p> --> </td> </tr> <tr> <td valign="top" style="color: #fff;font-size: 16px; padding: 2px 0 0; position: relative; z-index: 1;background: <?php echo $idcard->header_color; ?>;text-transform: uppercase;"><?php echo $idcard->title; ?></td> </tr> <tr> <td valign="top"> <div class="staround"> <div class="cardleft"> <div class="stimg"> <img src="<?php echo base_url() . "uploads/staff_images/no_image.png"; ?>" class="img-responsive" /> </div> </div><!--./cardleft--> <div class="cardright"> <ul class="stlist"> <?php if ($idcard->enable_name == 1) { echo "<li>"; echo $this->lang->line('staff').' '; echo $this->lang->line('name'); echo "<span>Mohan Patil</span></li>"; } ?> <?php if ($idcard->enable_staff_id == 1) { echo "<li>"; echo $this->lang->line('staff_id');echo "<span>9000</span></li>"; } ?> <?php if ($idcard->enable_designation == 1) { echo "<li>"; echo $this->lang->line('designation');echo "<span>Administator</span></li>"; } ?> <?php if ($idcard->enable_staff_department == 1) { echo "<li>"; echo $this->lang->line('department');echo "<span>Admin</span></li>"; } ?> <?php if ($idcard->enable_fathers_name == 1) { echo "<li>"; echo $this->lang->line('father_name'); echo "<span>Sohan Patil</span></li>"; } ?> <?php if ($idcard->enable_mothers_name == 1) { echo "<li>"; echo $this->lang->line('mother_name'); echo "<span>Kirti Patil</span></li>"; } ?> <?php if ($idcard->enable_date_of_joining == 1) { echo "<li>"; echo $this->lang->line('date_of_joining'); echo "<span>"; echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($dummy_date)); echo "</span></li>"; } ?> <?php if ($idcard->enable_permanent_address == 1) { echo "<li>"; echo $this->lang->line('address'); echo "<span>D.No.1 Street Name Address Line 2 Address Line 3</span></li>"; } ?> <?php if ($idcard->enable_staff_phone == 1) { echo "<li>"; echo $this->lang->line('phone'); echo "<span>9845624781</span></li>"; } ?> <?php if ($idcard->enable_staff_dob == 1) { echo "<li>"; echo $this->lang->line('date_of_birth'); echo "<span>"; echo date($this->customlib->getSchoolDateFormat(), $this->customlib->dateyyyymmddTodateformat($dummy_date)); echo "</span></li>"; } ?> </ul> </div><!--./cardright--> </div><!--./staround--> </td> </tr> <tr> <td valign="top" align="right" class="principal"><img src="<?php echo base_url('uploads/staff_id_card/signature/') ?><?php echo $idcard->sign_image; ?>" width="66" height="40" /></td> </tr> </table> </td> </tr> </table> <?php } ?>
💾 Save Changes
❌ Cancel