Subversion Repositories SmartDukaan

Rev

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

Rev 27596 Rev 27618
Line 38... Line 38...
38
	<style type="text/css">
38
	<style type="text/css">
39
	
39
	
40
	
40
	
41
	#stockcatalog:hover{
41
	#stockcatalog:hover{
42
	cursor:pointer;
42
	cursor:pointer;
43
	    background: #2F4F4F;
43
	    background: black;
44
	
44
	
45
	}
45
	}
-
 
46
	
-
 
47
	#accesoriesStock:hover{
-
 
48
	cursor:pointer;
-
 
49
	background: black;
-
 
50
	}
-
 
51
	#accesoriesStock{
-
 
52
	
-
 
53
	 -moz-border-radius: 4px;
-
 
54
    border-radius: 4px;
-
 
55
    border: solid 5px #20538D;
-
 
56
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-
 
57
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-
 
58
    background-image: linear-gradient(#4682B4, #dae5f4);
-
 
59
    color: #FFF;
-
 
60
    padding:17px 3px 10px 5px;
-
 
61
    text-decoration: none;
-
 
62
    object-fit: cover;
-
 
63
    width: 100%;
-
 
64
    height: 90px;
-
 
65
  
-
 
66
}
-
 
67
	
-
 
68
 
46
	#stockcatalog{
69
	#stockcatalog{
47
 
70
 
48
    -moz-border-radius: 4px;
71
    -moz-border-radius: 4px;
49
    border-radius: 4px;
72
    border-radius: 4px;
50
    border: solid 1px #20538D;
73
    border: solid 5px #20538D;
51
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
74
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
52
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
75
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
53
    background-image: linear-gradient(#4682B4, #dae5f4);
76
    background-image: linear-gradient(#4682B4, #dae5f4);
54
    color: #FFF;
77
    color: #FFF;
55
    padding: 8px 12px;
78
    padding: 8px 12px;
Line 793... Line 816...
793
							<div class="title">Total Stock</div>						
816
							<div class="title">Total Stock</div>						
794
						</div>
817
						</div>
795
					</div>
818
					</div>
796
				</div>
819
				</div>
797
				<div class="row">
820
				<div class="row">
-
 
821
				<div class="Mobile">
798
					#foreach($brandStockPrice in $brandStockPrices)
822
					#foreach($brandStockPrice in $brandStockPrices)
-
 
823
					
799
					<div class="col-lg-3">
824
					<div class="col-lg-3">
800
						<div class="card card-default">
825
						<div class="card card-default">,
801
							<span class="card-body" style="padding-bottom:0px">
826
							<span class="card-body" style="padding-bottom:0px">
802
								<table>
827
								<table>
803
									<thead>
828
									<thead>
804
										<tr><td colspan="2">Current Stock</td></tr>
829
										<tr><td colspan="2">Current Stock</td></tr>
805
									</thead>
830
									</thead>
Line 815... Line 840...
815
								#else
840
								#else
816
								<p>&nbsp;</p>
841
								<p>&nbsp;</p>
817
								#end
842
								#end
818
							</span>
843
							</span>
819
							<span class="card-img" >
844
							<span class="card-img" >
820
							<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()" class="cover" id="stockcatalog">
845
							<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()" class="cover" id="stockcatalog" class="$brandStockPrice.getBrand()">
821
							</span>
846
							</span></span>
822
						</div>
847
						</div>
823
					</div>
848
					</div>
824
					#end
849
					#end
825
				</div>
850
					</div>
826
			
-
 
827
			<div class="row">
851
					<div class="row">
828
			
852
			
829
					<div class="col-lg-3">
853
					<div class="col-lg-3">
830
						<div class="card card-default">
854
						<div class="card card-default">
831
							<span class="card-body" style="padding-bottom:0px">
855
							<span class="card-body" style="padding-bottom:57px">
832
								<table>
856
								<table>
833
									<thead>
857
									<thead>
834
										<tr><td colspan="2">Current Stock</td></tr>
858
										<tr><td colspan="2">Current Stock</td></tr>
835
									</thead>
859
									</thead>
836
									<tbody>
860
									<tbody>
837
										<tr><th>Value</th><td><span class="currency">$accesoriesStock</span></td></tr>
861
										<tr><th>Value</th><td><span class="currency">$accesoriesStock</span></td></tr>
838
									</tbody>
862
									</tbody>
839
								</table>
863
								</table>
840
							</span>
864
							</span>
841
							<span class="card-img">
865
							<span class="card-img">
842
								<img src="resources/images/accessories.jpg" style = "padding:8px" >
866
								<img src="resources/images/accessories.jpg"  id="accesoriesStock" class="accesoriesClass">
843
							</span>
867
							</span>
844
						</div>
868
						</div>
845
					</div>
869
					</div>
846
					
870
					
847
				</div>
871
				</div>
-
 
872
				</div>
-
 
873
			
848
			
874
			
849
				<div class="row">
875
				<div class="row">
850
					
876
					
851
					<div class="col-lg-8">
877
					<div class="col-lg-8">
852
					<canvas id="bar-chart" width="518" height="420"></canvas>
878
					<canvas id="bar-chart" width="518" height="420"></canvas>