📄 addfriend.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="top.jsp"%>
<TABLE id=Table1 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR id=main_section vAlign=top>
<TD>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR >
<TD class=welcomeleft id=left_pane vAlign=top width=155 >
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 background=../images/back.gif height=586>
<TBODY>
<TR>
<TD valign=top>
<%@ include file="tool_mainmenu.jsp"%>
</TD></TR>
</TBODY></TABLE>
</TD><TD id=right_pane background=../images/adminbodybg8.gif>
<center>
<br>
<!------------------------------->
<form action="addfriendok.jsp" method="post" name="Form1" >
<table width="500" border="0" cellpadding="3" cellspacing="1" bgcolor="A8A8A9">
<tr bgcolor="EAECED">
<td height="35" colspan="3">
<div align="center">
<p class="zl2"><font color="3C3E3F">增加通讯录</font></p>
</div></td>
</tr>
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">姓名</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="friendname" type="text" class="zl" id="oldpass" size="50"></td>
</tr>
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">电话</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="friendtel" type="text" class="zl" id="pass" size="50"></td>
</tr>
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">地址</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="friendadd" type="text" class="zl" id="confirmPassword" size="50"></td>
</tr>
<tr>
<td width="18%" height="35" bgcolor="#FFFFFF">
<div align="center"><a href="#" class="zllink"><font color="444A4F">邮件</font></a>:<FONT color=red size=2>*</FONT></div></td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="friendemail" type="text" class="zl" id="confirmPassword" size="50"></td>
</tr>
<tr>
<td width="18%" height="80" bgcolor="#FFFFFF">
<div align="center"></div></td>
<td colspan="2" bgcolor="#FFFFFF"><div align="center">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<input type="submit" value="确定"></td>
<td><input type="reset" name="Submit3" value="重置"></td>
</tr>
</table>
</div></td>
</tr>
</table>
</form>
</center>
<!------------------------------->
</TD></TR></TBODY></TABLE></TD></TR>
</TBODY>
</table>
<%@ include file="end.jsp"%>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -