网上商店 使用jsp开发网上商店系统 4.1环境准备 为了利用JSP技术,首先需要建立环境。

源代码在线查看: left.html

软件大小: 1380 K
上传用户: shicg666666
关键词: jsp 4.1 JSP
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				.member-center-left-out 
				{
					text-align: center;
					line-height:24px;
					height:26px;
					width:140px;
					background-attachment: scroll;
					background: url(../imgs/member_center_left_bg.gif);
					background-repeat: no-repeat;
					background-position: center center;
				}
				.member-center-left-out a
				{
					color:#000000;
					font-size:13px;
				}
				.member-center-left-out a:visited
				{
					color:#000000;
					font-size:13px;
				}
				
				.member-center-left-line
				{
					border-top-width: 0px;
					border-right-width: 0px;
					border-bottom-width: 1px;
					border-left-width: 0px;
					border-top-style: solid;
					border-right-style: solid;
					border-bottom-style: solid;
					border-left-style: solid;
					border-top-color: #999999;
					border-right-color: #999999;
					border-bottom-color: #999999;
					border-left-color: #999999;
					height:1px;
					width:140px;
					padding-bottom:0px;
					line-height:1px;
				}
				.member-center-left-on
				{
					text-align: center;
					line-height:24px;
					height:26px;
					width:140px;
					background-attachment: scroll;
					background: url(../imgs/member_center_arrow.gif);
					background-repeat: no-repeat;
					background-position: 15px 8px;
				}
				
				
				我的订单
				个人信息
				我的收藏
				意见/投诉
				修改密码
				
				#if(${detailMember.get("ader",0)}==2)
				修改支付信息
				#end
				
				#if(${detailMember.get("ader",0)}==0)
				广告联盟申请
				#end
				
				#if(${detailMember.get("ader",0)}==2)
				获得广告代码
				广告统计报表
				#end
				退出登陆
				
							

相关资源