helpbar.jsp

来自「一个Struts+Hibernate编写的网上商店.可以用毕业设计.」· JSP 代码 · 共 95 行

JSP
95
字号
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<%@taglib uri="/WEB-INF/struts-nested.tld" prefix="nested"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@taglib uri="/WEB-INF/struts-template.tld" prefix="template"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@page contentType="text/html; charset=gb2312" language="java"%>
<table cellSpacing="0" cellPadding="0" border="0" height="318">
	<tr>
		<td height="14"></td>
	</tr>
	<tr>
		<td height="46"><html:img width="171" height="44"
			src="img/inhelp1.gif" border="0" /></td>
	</tr>
	<tr>
		<td align="center" background="<%=request.getContextPath()%>/images/inhelp3.gif" height="247">
		<table cellspacing=0 cellpadding=0 width="100%" border=0
			style="border-collapse: collapse" bordercolor="#111111">
			<tr>
				<td colspan="3" height="26" align="center"><font color="#000099">付款及送货</font>
				</td>
			</tr>
			<tr>
				<td align="right" width="45%" height="23"><html:link
					href="help.asp?id=1">付款方式</html:link></td>
				<td width="10%" align="center" height="23">|</td>
				<td width="45%" height="23"><html:link href="help.asp?id=2">送货方式</html:link>
				</td>
			</tr>
		</table>
		<table cellspacing=0 cellpadding=0 width="100%" border=0
			style="border-collapse: collapse" bordercolor="#111111">
			<tr>
				<td colspan="3" height="26" align="center"><font color="#000099">售后服务</font>
				</td>
			</tr>
			<tr>
				<td align="right" width="45%" height="23"><html:link
					href="help.asp?id=3">退换说明</html:link></td>
				<td width="10%" align="center" height="23">|</td>
				<td width="45%" height="23"><html:link href="help.asp?id=8">退换流程</html:link>
				</td>
			</tr>
		</table>
		<table cellspacing=0 cellpadding=0 width="100%" border=0
			style="border-collapse: collapse" bordercolor="#111111">
			<tr>
				<td colspan="3" height="26" align="center"><font color="#000099">常见问题</font>
				</td>
			</tr>
			<tr>
				<td align="right" width="45%" height="23"><html:link
					href="help.asp?id=9">新手帮助</html:link></td>
				<td width="10%" align="center" height="23">|</td>
				<td width="45%" height="23"><html:link href="help.asp?id=10">订单问题</html:link>
				</td>
			</tr>
		</table>
		<table cellspacing=0 cellpadding=0 width="100%" border=0
			style="border-collapse: collapse" bordercolor="#111111">
			<tr>
				<td colspan="3" height="26" align="center"><font color="#000099">联系/了解购物乐</font>
				</td>
			</tr>
			<tr>
				<td align="right" width="45%" height="23"><html:link
					href="help.asp?id=4">购物乐</html:link></td>
				<td width="10%" align="center" height="23">|</td>
				<td width="45%" height="23"><html:link href="help.asp?id=5">联系方式</html:link>
				</td>
			</tr>
		</table>
		<table cellspacing=0 cellpadding=0 width="100%" border=0
			style="border-collapse: collapse" bordercolor="#111111">
			<tr>
				<td colspan="3" height="26" align="center"><font color="#000099">加盟合作</font>
				</td>
			</tr>
			<tr>
				<td align="right" width="45%" height="23"><html:link
					href="help.asp?id=6">结盟经销商</html:link></td>
				<td width="10%" align="center" height="23">|</td>
				<td width="45%" height="23"><html:link href="help.asp?id=7">广告服务</html:link>
				</td>
			</tr>
		</table>
		</td>
	</tr>
	<tr>
		<td align="center" height="11"><html:img width="171" height="9"
			src="img/inhelp2.gif" border="0" /></td>
	</tr>
</table>

⌨️ 快捷键说明

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