Subversion Repositories SmartDukaan

Rev

Rev 7327 | Rev 7386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7327 Rev 7343
Line 12... Line 12...
12
        	height: 30px;
12
        	height: 30px;
13
        	background-color: #F1F1F1;
13
        	background-color: #F1F1F1;
14
        	border-left: 1px solid #BBBBBB;
14
        	border-left: 1px solid #BBBBBB;
15
        	border-bottom: 1px solid #BBBBBB;
15
        	border-bottom: 1px solid #BBBBBB;
16
        	font-weight: normal;
16
        	font-weight: normal;
17
        	font-size: 12px;
17
        	font-size: 17px;
18
        	text-align: left;
18
        	text-align: center;
19
        	padding: 5px;
19
        	padding: 5px;
-
 
20
			font-weight:bold;
20
        }
21
        }
21
        
22
        
22
        #cartDetail th.first {
23
        #cartDetail th.first {
23
        	border-left: none;
24
        	border-left: none;
24
        }
25
        }
25
        
26
        
26
        #cartDetail tr	{
27
        #cartDetail tr	{
27
        	color: #333333;
28
        	color: #333333;
28
        	font-size: 13px;
29
        	font-size: 16px;
29
        }
30
        }
30
        #cartDetail tr td	{
31
        #cartDetail tr td	{
31
        	border-bottom: 1px solid #BBBBBB;
32
        	border-bottom: 1px solid #BBBBBB;
32
        }
33
        }
33
        
34
        
Line 46... Line 47...
46
 
47
 
47
<body style="margin: 0;">
48
<body style="margin: 0;">
48
	<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
49
	<div style="line-height:40px;height:35px;background-color:#333333;color:white;min-width:900px;overflow:hidden;">
49
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
50
    	<span style="margin-left:20px;font-weight:bold;font-size:15px">Store : </span><span style="font-size:20px">ANC</span>
50
    	
51
    	
51
    	<a style="margin:0px 25px 0px 25px;color:white" href="/rch/report">REPORTS</a>
52
    	<a style="margin:0px 25px 0px 25px;color:white" href="/storewebsite/report">REPORTS</a>
52
    	<a style="color:white;" href="/rch/!doLogout">Logout</a>	
53
    	<a style="color:white;" href="/storewebsite/!doLogout">Logout</a>	
53
    </div>
54
    </div>
54
	
55
	
55
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
56
	<div style="line-height:60px;height: 60px;background-color:#DBEEFF;min-width:900px;overflow:hidden;color: #333333;border-bottom:1px solid #67ABD3">
56
    	<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
57
    	<img style="float:left;" src="/storewebsite/images/Hotspot-Logo.jpg">
57
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
58
		<span style="font-size: 35px;font-family:'Verdana', Verdana, sans-serif;float:left">Online Catalog</span>
Line 59... Line 60...
59
    </div>
60
    </div>
60
	
61
	
61
	#set($orders = $action.getOrders())
62
	#set($orders = $action.getOrders())
62
	
63
	
63
	<div id="main" style="float:left;width:980px;overflow: hidden;margin:50px;">
64
	<div id="main" style="float:left;width:980px;overflow: hidden;margin:50px;">
64
		<h3 style="color:#ff8000;border-bottom:1px solid #CCCCCC">Order Successful!</h3>
65
		<h2 style="color:#ff8000;border-bottom:1px solid #CCCCCC">Order Successful!</h2>
65
		<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
66
		<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
66
			<thead>
67
			<thead>
67
				<tr>
68
				<tr>
68
					<th width="80" class="first" style="text-align: center;"><b>ORDER ID</b></th>
69
					<th width="80" class="first" style="text-align: center;"><b>ORDER ID</b></th>
69
					<th width="222">Item &amp; Color</th>
70
					<th width="222">Item &amp; Color</th>