手机销售网与后台管理

手机销售网

 

会员注册

手机销售网与后台管理

会员登录

手机销售网与后台管理

 

浏览手机

手机销售网与后台管理

 

查询手机

手机销售网与后台管理

 

查看购物车

手机销售网与后台管理

 

查看订单

手机销售网与后台管理

手机销售网与后台管理

 

 

后台管理

login1.jsp

 

</head> <frameset rows="20%,80%">

<frame src="head.jsp">

<frameset cols="20%,80%">

<frame src="left.jsp">

<frame src="right.jsp" name="rights">

 

</frameset> </frameset> <body> </body>

left.jsp

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

 

<html>

 

<head>

<title>Destroydrop » Javascripts » Tree</title>

 

<link rel="StyleSheet" href="dtree.css" type="text/css" />

<script type="text/javascript" src="dtree.js"></script>

 

</head>

 

<body>

 

 

 

<div class="dtree">

 

<p><a href="javascript: d.openAll();">open all</a> | <a href="javascript: d.closeAll();">close all</a></p>

 

<script type="text/javascript">

<!--

 

d = new dTree('d');

 

d.add(0,-1,'mobileshop');

d.add(1,0,'inputRegisterMess','inputRegisterMess.jsp');

d.add(2,0,'login','login.jsp');

d.add(3,0,'lookMobile','lookMobile.jsp');

d.add(4,0,'searchMobile','searchMobile.jsp');

d.add(5,0,'lookShoppingCar','lookShoppingCar.jsp');

d.add(7,0,'lookOrderForm','lookOrderForm.jsp');

d.add(8,0,'Image','example01.html','Pictures I\'ve taken over the years','','','img/imgfolder.gif');

d.add(10,8,'aa','example01.html','Pictures of Gullfoss and Geysir');

d.add(11,8,'apple','example01.html');

d.add(12,8,'bb','example01.html');

d.add(13,8,'cc','example01.html');

d.add(14,8,'uu','example01.html');

d.add(15,8,'welcome','example01.html');

d.add(12,0,'Recycle Bin','example01.html','','','img/trash.gif');

 

document.write(d);

 

//-->

</script>

 

</div>

</body>

 

运行界面

手机销售网与后台管理