温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:JaneLee简单购物车源码
当前文件:
JaneLeeShopCart/html/c3.html[4K,2009-6-12 11:45:29],打开代码结构图
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
<!-- 7
body { 8
margin-left: 0px; 9
margin-top: 0px; 10
overflow-x:hidden; 11
SCROLLBAR-FACE-COLOR: #0F67AE;; 12
SCROLLBAR-HIGHLIGHT-COLOR: #2490fc; 13
SCROLLBAR-SHADOW-COLOR: #48d8fc; 14
SCROLLBAR-3DLIGHT-COLOR: #0090fc; 15
SCROLLBAR-ARROW-COLOR: #ffffff; 16
SCROLLBAR-TRACK-COLOR: #0F67AE; 17
SCROLLBAR-DARKSHADOW-COLOR: #006cfc; 18
SCROLLBAR-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> </p> 113
<p>准备工作:</p> 114
<p>为了便于网站管理,先在网站中设置几个子目录,分配客户的角色,确定访问策略。</p></td> 115
</tr> 116
</table> 117
</body> 118
</html> 119





<!--

body 
-->
