3 <form name="manager_user" method="post" action="shares_manager_user.cgi">
5 <table cellspacing="0" cellpadding="0" border="0">
6 <tr><td><div class="table_input_head">
9 <tr><td align="left" valign="top">
10 <div class="table_input_body">
11 <table cellspacing="2" cellpadding="8" border="0" width="100%">
12 <tr><td class="color_table_heading" align="right">用户名</td>
13 <td class="color_table_row1">
14 <input type="text" name="user_name">
16 <tr><td class="color_table_heading" align="right">密码</td>
17 <td class="color_table_row2">
18 <input type="password" name="passwd">
20 <tr><td class="color_table_heading" align="right">
21
23 <td class="color_table_row1">
24 <input type="password" name="passwd_cf">
30 <input type=hidden name="todo" value="no">
31 <input type="button" onclick="mysubmit('create')" value="创建新用户">
32 <input type="button" onclick="mysubmit('update')" value="更改用户密码 ">
33 <input type="reset" value="清空">
36 <form name="delete_user" method="post" action="shares_manager_user.cgi">
37 <table cellspacing="0" cellpadding="0" border="0">
38 <tr><td><div class="table_input_head">
41 <tr><td align="left" valign="top">
42 <div class="table_input_body">
43 <table cellspacing="2" cellpadding="8" border="0" width="100%">
44 <tr><td class="color_table_heading" align="right">
45
47 <td class="color_table_row1">
48 <input type="text" name="delname">
54 <input type=hidden name="todo" value="no">
55 <input type="button" onclick="delsubmit('delete')" value="删除用户">
56 <input type="reset" value="清空">
59 <script type="text/javascript">
60 function mysubmit(todo) {
61 var cf=document.manager_user;
65 function delsubmit(todo) {
66 var cf=document.delete_user;