0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: acc_acc.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>Account creation |online project financial management system for CWRDM</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"> <!-- #apDiv1 { position:absolute; width:66px; height:38px; z-index:1; left: 711px; top: 315px; } .style3 {color: #990000} .style8 { font-size: 16px } #apDiv2 { position:absolute; width:105px; height:23px; z-index:1; left: 767px; top: 248px; } --> </style> </head> <body> <p> <?php include("include/first_userheader.php"); require_once "acc_acc_ctrl.php"; ?> </p> <p class="msgText"> <?php if (isset($message)) echo $message;?> </p> <p class="msgText"> </p> <p class="msgText"> </p> <form action="acc_acc_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p> </p> <table width="200" align="center"> <tr> <th scope="row"><span class="projectboldtxt">ACCOUNT CREATION</span></th> </tr> </table><br /> <table width="374" border="1" align="center"> <tr> <td width="364"><table width="377" height="97" align="center"> <tr> <th width="99" height="33" scope="row"><div align="left" class="projectboldtxt">Account Name</div></th> <td width="183"><input name="txtaccount" type="text" id="txtaccount" value= "<?php if ($accountname!="") { echo $accountname; } ?>" /></td> <td width="45" ><span class="valText"> <?php if(isset($error['accountname_null'])) { echo $error['accountname_null']; } if(isset($error['account_exist'])) { echo $error['account_exist']; } ?> </span></td> </tr> <tr> <th height="33" scope="row"><div align="left" class="projectboldtxt">Under the Group</div></th> <td><select name="cmbgroup" id="cmbgroup"> <?php for($j=1;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $acc_group_array[$j]; ?></option> <?php }?> </select></td> <td><label></label></td> </tr> <tr> <th height="52" scope="row"><span class="style3"></span></th> <td><input type="submit" name="add" id="add" value="ADD" /> <label><a href="search_acc.php" class="projectboldtxt">Search & Edit</a></label> <a href="Register.php" class="projectboldtxt style8">Back</a></td> <td><label></label> <label></label></td> </tr> </table></td> </tr> </table> </form> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> <?php include "include/footer.php"; ?> </p> <p> </p> <p> </p> <p> </p> </body> </html>