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

📄 admin_addlink.jsp

📁 采用j2ee架构做的bbs
💻 JSP
字号:
<%@page pageEncoding="gb2312"%>
<%@page contentType="text/html;charset=gb2312" %>
<%@include file="admin_top.jsp" %>
<html>
	<body>
		<form name="addlink" method="post" action="LinkServlet?action=add">
		<table cellpadding=3 cellspacing=1 align=center class="tableBorder" style="width:96%">
			<tr align=center>
				<td width="100%" height=25 colspan=2 background="../images/skin/1/bg_td.gif"><font color="#ffffff"><b>添加友情链接</b></font></td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%">论坛名称</td>
				<td class="Forumrow" width="70%"><input type="text" name="link_name" size="36"></td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%">论坛URL:(须带有http://)</td>
				<td class="Forumrow" width="70%"><input type="text" name="link_url" size="36"></td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%">论坛LOGO地址 </td>
				<td class="Forumrow" width="70%"><input type="text" name="link_logo" size="36"></td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%">论坛简介</td>
				<td class="Forumrow" width="70%"><input type="text" name="link_info" size="56"></td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%">链接类型</td>
				<td class="Forumrow" width="70%"><input type=radio size=40 name="link_islogo" value="false" checked>文字链接&nbsp;&nbsp;<input type=radio size=40 name="link_islogo" value="true">LOGO链接</td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%">是否通过</td>
				<td class="Forumrow" width="70%"><input type=radio size=40 name="link_pass" value="false" checked>未通过&nbsp;&nbsp;&nbsp;&nbsp;<input type=radio size=40 name="link_pass" value="true">通过</td>
			</tr>
			<tr>
				<td class="Forumrow" width="30%"></td>
				<td class="Forumrow" width="70%"><input type="submit" value="添加链接" onclick="AddLink()"></td>
			</tr>
		</table>
		</form>
	</body>
<%@include file="admin_foot.jsp" %>
</html>

⌨️ 快捷键说明

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