Asp.net源码专业站
首页->新知实践->JaneLee简单购物车源码>>html/c3.html>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:JaneLee简单购物车源码
当前文件:文件类型 JaneLeeShopCart/html/c3.html[4K,2009-6-12 11:45:29]打开代码结构图
普通视图
		            
1<html xmlns="http://www.w3.org/1999/xhtml"> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> 4<title>c3</title> 5<style type="text/css"> 6<!-- 7body { 8 margin-left: 0px; 9 margin-top: 0px; 10 overflow-x:hidden; 11 SCROLLBAR-FACE-COLOR: #0F67AE;; 12SCROLLBAR-HIGHLIGHT-COLOR: #2490fc; 13SCROLLBAR-SHADOW-COLOR: #48d8fc; 14SCROLLBAR-3DLIGHT-COLOR: #0090fc; 15SCROLLBAR-ARROW-COLOR: #ffffff; 16SCROLLBAR-TRACK-COLOR: #0F67AE; 17SCROLLBAR-DARKSHADOW-COLOR: #006cfc; 18SCROLLBAR-BASE-COLOR: #fcfcfc; 19} 20--> 21</style> 22<link href="../sft.css" rel="stylesheet" type="text/css" /> 23<style type="text/css"> 24<!-- 25.STYLE4 {font-size: 24px} 26--> 27</style> 28</head> 29 30<body> 31<table width="730" border="0" cellpadding="0" cellspacing="0" bgcolor="#0F67AE"> 32 <!--DWLayoutTable--> 33 <tr> 34 <td width="716" height="397" valign="top" class="cpadding" bgcolor="#0F67AE"><p>数据表:</p> 35 <p>1.产品类别表</p> 36 <table width="86%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF6600"> 37 <tr align="center"> 38 <td width="48%" bgcolor="#FFFFFF"><span class="STYLE4">字段名</span></td> 39 <td width="52%" bgcolor="#FFFFFF"><span class="STYLE4">类型</span></td> 40 </tr> 41 <tr> 42 <td height="43" bgcolor="#FFFFFF"><span class="STYLE4">CategoryID(类型标志)</span></td> 43 <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td> 44 </tr> 45 <tr> 46 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">CategoryName(类型名)</span></td> 47 <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar15</span></td> 48 </tr> 49 </table> 50 <p>2.产品显示表</p> 51 <table width="89%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF6600"> 52 <tr align="center"> 53 <td width="54%" bgcolor="#FFFFFF"><span class="STYLE4">字段名</span></td> 54 <td width="46%" bgcolor="#FFFFFF"><span class="STYLE4">类型</span></td> 55 </tr> 56 <tr> 57 <td height="43" bgcolor="#FFFFFF"><span class="STYLE4">ProductID(产品标志)</span></td> 58 <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td> 59 </tr> 60 <tr> 61 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">ProductName(产品名)</span></td> 62 <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar40</span></td> 63 </tr> 64 <tr> 65 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">CategoryID(类型标志)</span></td> 66 <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td> 67 </tr><tr> 68 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">QuantityPerUnit(单位数量)</span></td> 69 <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar20</span></td> 70 </tr><tr> 71 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">UnitPrice(单价)</span></td> 72 <td bgcolor="#FFFFFF"><span class="STYLE4">money8</span></td> 73 </tr> 74 </table> 75 <p>3.订单表</p> 76 <table width="89%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF6600"> 77 <tr align="center"> 78 <td width="54%" bgcolor="#FFFFFF"><span class="STYLE4">字段名</span></td> 79 <td width="46%" bgcolor="#FFFFFF"><span class="STYLE4">类型</span></td> 80 </tr> 81 <tr> 82 <td height="43" bgcolor="#FFFFFF"><span class="STYLE4">客户ID(产品标志)</span></td> 83 <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar20</span></td> 84 </tr> 85 <tr> 86 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">订单ID(产品名)</span></td> 87 <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td> 88 </tr> 89 <tr> 90 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">产品ID(类型标志)</span></td> 91 <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td> 92 </tr> 93 <tr> 94 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">产品名称(类型标志)</span></td> 95 <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar40</span></td> 96 </tr><tr> 97 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">单位数量</span></td> 98 <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar20</span></td> 99 </tr><tr> 100 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">单价</span></td> 101 <td bgcolor="#FFFFFF"><span class="STYLE4">numeric</span></td> 102 </tr> 103 <tr> 104 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">定购量</span></td> 105 <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td> 106 </tr> 107 <tr> 108 <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">定购时间</span></td> 109 <td bgcolor="#FFFFFF"><span class="STYLE4">datetime8</span></td> 110 </tr> 111 </table> 112 <p>&nbsp;</p> 113 <p>准备工作:</p> 114 <p>为了便于网站管理,先在网站中设置几个子目录,分配客户的角色,确定访问策略。</p></td> 115 </tr> 116</table> 117</body> 118</html> 119
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:JaneLee简单购物车源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146