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

📄 baseinfo.jsp

📁 信息发布 发布系统 动态的菜单 和 信息统计
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ include file="/jsp/_plugin/taglib.jsp"%>

<html>
<head>
<title>编辑个人信息</title>
<xt:style />
<xt:meta />
<xt:js />
</head>

<body>
<div class="page_title">
&nbsp&nbsp编辑个人信息
</div>
<div align="center">
<xt:form action="/Login">
	<xt:hidden property="userID" />
	<xt:hidden property="username"/>
	<xt:hidden property="userRealname"/>
	<table border="1" cellspacing="1" cellpadding="3" width="600" class="edit_table">
		<col width="100">
		<col width="200">
		<col width="100">
		<col width="200">
		<tr>
			<th>公司</th>
			<td colspan="3"><xt:text property="userCompany" prompt="公司" width="400" maxlength="100"/></td>
		</tr>
		<tr>
			<th>部门</th>
			<td colspan="3"><xt:text property="userDepartment" prompt="部门" width="400" maxlength="100"/></td>
		</tr>
		<tr>
			<th>职位</th>
			<td colspan="2"><xt:text property="userGroup" prompt="职位" width="250" maxlength="50"/></td>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<th>个人电话</th>
			<td><xt:text property="userTelPerson" prompt="个人电话" width="150" maxlength="25"/></td>
			<th>办公电话</th>
			<td><xt:text property="userTelOffice" prompt="办公电话" width="150" maxlength="25"/></td>
		</tr>
		<tr>
			<th>个人传真</th>
			<td><xt:text property="userTaxPerson" prompt="个人传真" width="150" maxlength="25"/></td>
			<th>办公传真</th>
			<td><xt:text property="userTaxOffice" prompt="办公传真" width="150" maxlength="25"/></td>
		</tr>
		<tr>
			<th>个人手机</th>
			<td><xt:text property="userMobilePerson" prompt="个人手机" width="150" maxlength="25"/></td>
			<th>办公手机</th>
			<td><xt:text property="userMobileOffice" prompt="办公手机" width="150" maxlength="25"/></td>
		</tr>
		<tr>
			<th>E-mail</th>
			<td colspan="3"><xt:text property="userEmail" prompt="E-mail" width="400" maxlength="100"/></td>
		</tr>
		<tr>
			<th>描述</th>
			<td colspan="3"><xt:text property="userDescription" prompt="描述" width="400" maxlength="250"/></td>
		</tr>
	</table>
	<table border="0" cellspacing="0" cellpadding="0" width="600" class="button_table">
		<tr>
			<td width="50%"><xt:submitButton text="保 存" actionMethod="save"/></td>
			<td width="50%"><xt:submitButton text="关 闭" actionMethod="main"/></td>
		</tr>
	</table>
</xt:form>
</div>
</body>
</html>

⌨️ 快捷键说明

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