system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
cmd: 

Direktori : /home/pfhr/public_html/admin/cache/
Upload File :
Current File : /home/pfhr/public_html/admin/cache/%%A2^A2D^A2D20CE3%%certificate.html.php

<?php /* Smarty version 2.6.19, created on 2018-09-07 16:10:22
         compiled from certificate.html */ ?>
<?php if ($this->_tpl_vars['message'] != ""): ?>
<div id="dialog" title="Success">
<p><?php echo $this->_tpl_vars['message']; ?>
</p>
</div>
<?php endif; ?>

<?php if ($this->_tpl_vars['error_message'] != ""): ?>
<div id="dialog" title="Error in Validation">
<?php echo $this->_tpl_vars['error_message']; ?>

</div>
<?php endif; ?>
		
<?php if (count ( $this->_tpl_vars['errmsg'] ) > 0): ?>  
<div id="dialog" title="Error in Validation">
<p>
<?php $_from = $this->_tpl_vars['errmsg']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }$this->_foreach['err'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['err']['total'] > 0):
    foreach ($_from as $this->_tpl_vars['err']):
        $this->_foreach['err']['iteration']++;
?>
<?php echo $this->_tpl_vars['err']; ?>
<br>
<?php endforeach; endif; unset($_from); ?>
</p>
</div>
<?php endif; ?>

<?php if ($this->_tpl_vars['emessage'] != ""): ?>
<div id="dialog" title="Error in Validation">
<p><?php echo $this->_tpl_vars['emessage']; ?>
!</p>
</div>
<?php endif; ?>

        <div class="grid_9">
            <div class="box round first">
                <h2>Certificate
				<div class="toolbox">
				<button type="button" class="btn  btn-success btn-xs" onclick="location.href='?do=certificate&action=add'">Add New</button>
				<button type="submit" name="delete" class="btn  btn-danger btn-xs">Delete</button>
				</div>
				</h2>
                <div class="block" style="height:430px;">
						<table class="form" style="margin-top:50px;">
						<form class="form-horizontal" role="form" method="post" enctype="multipart/form-data" action="?do=certificates" >
                        <tr>
                            <td class="col1">
                                <label>Enter I Card No</label>
                            </td>
                            <td class="col3">
                                <input type="text" name="txticard" id="grumble" class="medium" placeholder="Enter I Card Number" value="<?php echo $this->_tpl_vars['errval'][$this->_tpl_vars['txtusername']]; ?>
" /> <button type="submit" class="btn btn-sm btn-success">Search</button>
                            </td>
                        </tr>
						</form>
						</table>
               </div>   
            </div>
        </div>
        <div class="clear">
        </div>