| @@ -9,12 +9,12 @@ if($arr['issystem']==0) $sbjs = ''; | |||
| <div style='float:right'><a class="btn btn-success btn-sm" href="javascript:;" onclick="javascript:CloseTWin();">关闭</a></div> | |||
| <br style='clear:both'> | |||
| <form action='stepselect_main.php' method='post'<?php echo $sbjs; ?>> | |||
| <INPUT TYPE="hidden" NAME="action" value="edit_save"> | |||
| <INPUT TYPE="hidden" NAME="id" value="<?php echo $arr['id']; ?>"> | |||
| <div>类 别 名:<INPUT TYPE="text" NAME="itemname" class="iptxt" style='width:180px' value="<?php echo $arr['itemname']; ?>"></div> | |||
| <div>缓存组名:<INPUT TYPE="text" NAME="egroup" class="iptxt" style='width:180px' value="<?php echo $arr['egroup']; ?>"></div> | |||
| <input type="hidden" name="action" value="edit_save"> | |||
| <input type="hidden" name="id" value="<?php echo $arr['id']; ?>"> | |||
| <div>类 别 名:<input type="text" name="itemname" class="iptxt" style='width:180px' value="<?php echo $arr['itemname']; ?>"></div> | |||
| <div>缓存组名:<input type="text" name="egroup" class="iptxt" style='width:180px' value="<?php echo $arr['egroup']; ?>"></div> | |||
| <div>缓存组名必须为英文或数字组合</div> | |||
| <div><button TYPE="submit" class="btn btn-success btn-sm">确定增加</button></div> | |||
| <div><button type="submit" class="btn btn-success btn-sm">确定增加</button></div> | |||
| </form> | |||
| <?php | |||
| } else if($action=='addnew') { | |||
| @@ -24,11 +24,11 @@ if($arr['issystem']==0) $sbjs = ''; | |||
| <div style='float:right'><a class="btn btn-success btn-sm" href="javascript:;" onclick="javascript:CloseTWin();">关闭</a></div> | |||
| <br style='clear:both'> | |||
| <form action='stepselect_main.php' method='post'> | |||
| <INPUT TYPE="hidden" NAME="action" value="addnew_save"> | |||
| <div>类 别 名:<INPUT TYPE="text" NAME="itemname" class="iptxt" style='width:180px' /></div> | |||
| <div>缓存组名:<INPUT TYPE="text" NAME="egroup" class="iptxt" style='width:180px' /></div> | |||
| <input type="hidden" name="action" value="addnew_save"> | |||
| <div>类 别 名:<input type="text" name="itemname" class="iptxt" style='width:180px' /></div> | |||
| <div>缓存组名:<input type="text" name="egroup" class="iptxt" style='width:180px' /></div> | |||
| <div>缓存组名必须为英文或数字组合</div> | |||
| <div><button TYPE="submit" class="btn btn-success btn-sm">确定增加</button></div> | |||
| <div><button type="submit" class="btn btn-success btn-sm">确定增加</button></div> | |||
| </form> | |||
| <?php | |||
| } else if($action=='addenum') { | |||
| @@ -45,19 +45,19 @@ if($arr['issign']==0) | |||
| <div style='float:right'><a class="btn btn-success btn-sm" href="javascript:;" onclick="javascript:CloseTWin();">关闭</a></div> | |||
| <br style='clear:both'> | |||
| <form action='stepselect_main.php' method='post'> | |||
| <INPUT TYPE="hidden" NAME="action" value="addenum_save"> | |||
| <INPUT TYPE="hidden" NAME="issign" value="<?php echo $arr['issign']; ?>"> | |||
| <INPUT TYPE="hidden" NAME="egroup" value="<?php echo $arr['egroup']; ?>"> | |||
| <input type="hidden" name="action" value="addenum_save"> | |||
| <input type="hidden" name="issign" value="<?php echo $arr['issign']; ?>"> | |||
| <input type="hidden" name="egroup" value="<?php echo $arr['egroup']; ?>"> | |||
| <div> | |||
| 隶属枚举:<select name='topvalue' style='width:180px'> | |||
| <option value='0'>增加一级枚举</option> | |||
| <?php echo $options; ?> | |||
| </select> | |||
| </div> | |||
| <div>枚举名:<INPUT TYPE="text" NAME="ename" class="iptxt" style='width:180px' /></div> | |||
| <div>排序值:<INPUT TYPE="text" NAME="disorder" class="iptxt" style='width:180px' /></div> | |||
| <div>枚举名:<input type="text" name="ename" class="iptxt" style='width:180px' /></div> | |||
| <div>排序值:<input type="text" name="disorder" class="iptxt" style='width:180px' /></div> | |||
| <div>如果不指定,默认以枚举添加先后来排序</div> | |||
| <div><INPUT TYPE="submit" value="确定增加" class="np coolbg"/></div> | |||
| <div><input type="submit" value="确定增加" class="np coolbg"/></div> | |||
| </form> | |||
| <?php | |||
| } else if($action=='view') { | |||