Subversion Repositories SmartDukaan

Rev

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

Rev 27526 Rev 27596
Line 34... Line 34...
34
	<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css" />
34
	<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css" />
35
    <link rel="stylesheet" type="text/css" href="resources/css/multi.min.css"/>
35
    <link rel="stylesheet" type="text/css" href="resources/css/multi.min.css"/>
36
	<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
36
	<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
37
	<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
37
	<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
38
	<style type="text/css">
38
	<style type="text/css">
-
 
39
	
-
 
40
	
-
 
41
	#stockcatalog:hover{
-
 
42
	cursor:pointer;
-
 
43
	    background: #2F4F4F;
-
 
44
	
-
 
45
	}
-
 
46
	#stockcatalog{
-
 
47
 
-
 
48
    -moz-border-radius: 4px;
-
 
49
    border-radius: 4px;
-
 
50
    border: solid 1px #20538D;
-
 
51
    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);
-
 
53
    background-image: linear-gradient(#4682B4, #dae5f4);
-
 
54
    color: #FFF;
-
 
55
    padding: 8px 12px;
-
 
56
    text-decoration: none;
-
 
57
	
-
 
58
	
-
 
59
	}
-
 
60
 
39
		.loading {
61
		.loading {
40
  			display: none;
62
  			display: none;
41
		}
63
		}
42
		.breadcrumb {
64
		.breadcrumb {
43
    		padding: 0 15px;
65
    		padding: 0 15px;
Line 792... Line 814...
792
								</p>
814
								</p>
793
								#else
815
								#else
794
								<p>&nbsp;</p>
816
								<p>&nbsp;</p>
795
								#end
817
								#end
796
							</span>
818
							</span>
797
							<span class="card-img">
819
							<span class="card-img" >
798
								<img src="${brandStockPrice.getBrandUrl()}" class="cover">
820
							<img src="${brandStockPrice.getBrandUrl()}" data-stockbrand="$brandStockPrice.getBrand()" class="cover" id="stockcatalog">
799
							</span>
821
							</span>
800
						</div>
822
						</div>
801
					</div>
823
					</div>
802
					#end
824
					#end
803
				</div>
825
				</div>
Line 815... Line 837...
815
										<tr><th>Value</th><td><span class="currency">$accesoriesStock</span></td></tr>
837
										<tr><th>Value</th><td><span class="currency">$accesoriesStock</span></td></tr>
816
									</tbody>
838
									</tbody>
817
								</table>
839
								</table>
818
							</span>
840
							</span>
819
							<span class="card-img">
841
							<span class="card-img">
820
								<img src="resources/images/accessories.jpg" style = "padding:8px">
842
								<img src="resources/images/accessories.jpg" style = "padding:8px" >
821
							</span>
843
							</span>
822
						</div>
844
						</div>
823
					</div>
845
					</div>
824
					
846
					
825
				</div>
847
				</div>