⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 addrole.jsp

📁 移动计费管理软件
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>大唐任务管理系统</title>


<link href="css/main.css" rel="stylesheet" type="text/css"></link>
<link href="css/index.css" rel="stylesheet" type="text/css"></link>
<style type="text/css">
<!--
body {
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-attachment: fixed;
	background-image: url(admin/images/downbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
-->
</style>
</head>
  
  <body>

      <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="35"><img src="images/3toptop_01.gif" width="35" height="28"></td>
                <td width="5"><img src="images/3toptop_02.gif" width="5" height="28"></td>
                <td width="200" align="center" background="images/3toptop_03.gif" class="gray-bold-word"><a href="employee_add.jsp"><font color="black">角色信息添加</font></a></td>
                <td width="5"><img src="images/3toptop_04.gif" width="5" height="28"></td>
                <td width="20"><img src="images/3toptop_05.gif" width="20" height="28"></td>
                <td background="images/3top_06.gif">&nbsp;</td>
                <td width="35"><img src="images/3toptop_07.gif" width="35" height="28"></td>
              </tr>
      </table>
      
   
      <html:form action="/privilege/role?act=addRole" method="post">
      
	  <table width="90%" border="0" align="center" cellpadding="4" cellspacing="2" class="gray-bd3-2">
      	<tr>
        	<td colspan="4" align="center">&nbsp;</td>
        </tr>
        
        <tr>
        	<td width="100" align="center" class="brightcyan-tb"> <font color="red">*</font> 角色名称</td>
		   	<td>
		   		<html:text property="role_name_add"></html:text>
            </td>
        </tr>    
	
  		<tr>
    		<td width="100" align="center" class="brightcyan-tb"><font color="red">*</font>所属模块</td>
    		<td><div align="left">
    			<html:select property="module_id_add">
    				<html:optionsCollection property="list_showModule" label="module" value="id"></html:optionsCollection>
    			</html:select>
    			</div>
    	    </td>
  		</tr>
  		
  		<tr>                                     
                <td colspan="5" >
                  <div align="center">            
                  <input type="submit" class="small-btn" value="提交"/>
                  <input type="reset" class="small-btn" value="取消"/>
                  </div></td>               
            </tr> 	
	</table>
	
	</html:form>
			
			
</body>
	
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -