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

📄 editextmember.jsp

📁 论坛软件系统亦称电子公告板(BBS)系统
💻 JSP
字号:
<%@ taglib uri="/WEB-INF/c.tld" prefix="c"%>
<%@ page language="java"  pageEncoding="UTF-8"%>
<jsp:include page="../cp_header.jsp" />
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="guide">
	<tr><td><a href="#" onclick="parent.menu.location='admincp.jsp?action=menu'; parent.main.location='admincp.jsp?action=home';return false;">系统设置首页</a>&nbsp;&raquo;&nbsp;编辑用户</td></tr>
</table>
					<br />
					<br />
					<form method="post"
						action="user.do?useraction=editextmembers">
						<input type="hidden" name="uid" value="${editmember.uid}">
						<a name="17a108221bce06a4"></a>
						<table width="100%" border="0" cellpadding="0" cellspacing="0"
							class="tableborder">
							<tr class="header">
								<td colspan="2">
									编辑用户 - ${editmember.username}
									<a href="###" onclick="collapse_change('17a108221bce06a4')"><img
											id="menuimg_17a108221bce06a4"
											src="images/admincp/menu_reduce.gif" border="0"
											style="float: right; margin-top: -12px; margin-right: 8px;" />
									</a>
								</td>
							</tr>
							<tbody id="menu_17a108221bce06a4" style="display: yes">
								<tr>
									<td width="45%" class="altbg1">
										<b>来自:</b>
									</td>
									<td class="altbg2">
										<input type="text" size="50" name="location" value="${editmemberfild.location}">
									</td>
								</tr>
								<tr>
									<td width="45%" class="altbg1" valign="top">
										<b>自我介绍:</b>
									</td>
									<td class="altbg2">
										<img src="images/admincp/zoomin.gif"
											onmouseover="this.style.cursor='pointer'"
											onclick="zoomtextarea('bionew', 1)">
										<img src="images/admincp/zoomout.gif"
											onmouseover="this.style.cursor='pointer'"
											onclick="zoomtextarea('bionew', 0)">
										<br />
										<textarea rows="6" name="bionew" id="bionew" cols="50">${editmemberfild.bio}</textarea>
									</td>
								</tr>
								<tr>
									<td width="45%" class="altbg1" valign="top">
										<b>签名:</b>
									</td>
									<td class="altbg2">
										<img src="images/admincp/zoomin.gif"
											onmouseover="this.style.cursor='pointer'"
											onclick="zoomtextarea('signaturenew', 1)">
										<img src="images/admincp/zoomout.gif"
											onmouseover="this.style.cursor='pointer'"
											onclick="zoomtextarea('signaturenew', 0)">
										<br />
										<textarea rows="6" name="signaturenew" id="signaturenew"
											cols="50">${editmemberfild.sightml}</textarea>
									</td>
								</tr>
							</tbody>
						</table>
						<br />
						<br />
						<center>
							<input class="button" type="submit" name="editsubmit" value="提 交">
						</center>
					</form>
<jsp:include page="../cp_footer.jsp" />

⌨️ 快捷键说明

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