0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: idcard_entry.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Identity Card For Employee| OFMSP</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../style.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="../images/icon.ico" /> <style type="text/css"> <!-- .style1 {font-size: 14px} --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/first_userheader.php"); require_once "idcard_entry_ctrl.php"; ?> </p> <p> </p> <p> </p> <form action="idcard_entry_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p> </p> <p> </p> <p> </p> <table width="278" border="0" align="center"> <tr> <td width="110" class="projectboldtxt">Employee name</td> <td width="130"><select name="cmbempname" id="cmbempname"> <?php for($j=1;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $emp_name_array[$j]; ?></option> <?php } ?> </select></td> <td width="9" class="style7"> </td> <td width="11"> </td> </tr> <tr> <td> </td> <td><label> <input type="submit" name="view" id="view" value="VIEW" /> <a href="common.php" class="projectboldtxt style1">Back</a></label></td> <td> </td> <td> </td> </tr> </table> <p> </p> </form> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>