?
Path : /home/admin/public_html/modules/users/ |
Current File : /home/admin/public_html/modules/users/com_new_category.php |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/1999/xhtml"> <HEAD> <TITLE><?echo $cfg['site_name'];?></TITLE> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="" name=Keywords> <META content="<?echo $cfg['site_name'];?>" name="Description"> <META content="<?echo $cfg['site_name'];?>" name="Author"> <META content="<?echo $cfg['site_name'];?>" name="Copyright"> <LINK href="../../css/backend_style.css" type="text/css" rel="stylesheet"> <br> <table width="99%" class="table_data"><tr><td><br> <form method="post" action="<?echo"$PHPSELF?mod=user&ac=add_group";?>"> <table width="450" height="102" class="Table_action"> <tr> <th width="450" height="21">เพิ่มหมวดหมู่</th> </tr> <tr> <td width="450" height="77" align="center"> <p align="center"> <table width="399" height="107"> <tr> <td width="127" height="24">หมวดหมู่</td> <td width="266" height="24"><input type="text" name="name" size="35" maxlength="150" class="backend_inputbox"></td> </tr> <tr> <td width="127" height="22">รายละเอียด</td> <td width="266" height="22"><input type="text" name="access" size="35" maxlength="150" class="backend_inputbox"></td> </tr> <tr> <td width="127" height="5"></td> <td width="266" height="5"></td> </tr> <tr> <td width="127" height="22">กำหนดสิทธ์</td> <td width="266" height="22"> <? $i = 0; while ($i < count($cfg['module'])) { echo "<input class=\"backend_inputbox\" type=\"checkbox\" name=\"checkbox[$i]\" id=\"checkbox_$i\" value=\"".$cfg['module'][$i]."\">".$cfg['module'][$i]."<br>"; $i++; } ?></td> </tr> <tr> <td width="127" height="5"></td> <td width="266" height="5"></td> </tr> <tr> <td width="127" height="33"> </td> <td width="266" height="33"> <input type="submit" value=" บันทึก " name="submit"> <input type="button" value=" ยกเลิก " name="cancle" onClick="javascript:window.history.back()"></td> </tr> <tr> <td width="127" height="13"></td> <td width="266" height="13"> </td> </tr> </table> </td> </tr> <tr> <th width="450" height="21"></th> </tr> </table> </form> </td></tr></table>