Subversion Repositories SmartDukaan

Rev

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

Rev 23556 Rev 23557
Line 1... Line -...
1
<lablel>Scheme Ids(Comma Separated)</label>
-
 
2
<input type="text" id="schemeids"/>
-
 
3
<lablel>Item Ids(Comma Separated)</label>
-
 
4
<input type="text id="schemeids"></>
-
 
5
1
<style>
-
 
2
	.table-striped > tbody > tr:nth-child(odd) > td{
-
 
3
  		background: white;
-
 
4
  		background-color: white;
-
 
5
	}
-
 
6
	.table-striped > tbody > tr:nth-child(even) > td{
-
 
7
  		background: white;
-
 
8
  		background-color:white;
-
 
9
	}
-
 
10
	.table-striped > tbody > tr:hover > td,
-
 
11
	.table-striped > tbody > tr:hover {
-
 
12
		background-color: #e98c8f;
-
 
13
	  	color:white;
-
 
14
	}
-
 
15
	.btn:hover{
-
 
16
  		color: grey;
-
 
17
  		text-decoration: none;
-
 
18
	}
-
 
19
	.btn-primary:hover{
-
 
20
  		color: grey;
-
 
21
  		text-decoration: none;
-
 
22
	}
-
 
23
	.sale-details{
-
 
24
		cursor:pointer;
-
 
25
	}
-
 
26
</style>
-
 
27
 
-
 
28
<section class="wrapper">
-
 
29
	<div class="row">
-
 
30
		<div class="col-lg-12">
-
 
31
			<h3 class="page-header"><i class="icon_document_alt"></i>SCHEMES</h3>
-
 
32
			<ol class="breadcrumb">
-
 
33
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
-
 
34
				<li><i class="icon_document_alt"></i>ADD SCHEMES</li>				  	
-
 
35
			</ol>
-
 
36
		</div>
-
 
37
	</div>
-
 
38
	<div class="row">
-
 
39
		<div class="col-lg-12">
-
 
40
			<lablel>Scheme Ids(Comma Separated)</label>
-
 
41
			<input type="text" id="schemeids"/>
-
 
42
			<lablel>Item Ids(Comma Separated)</label>
-
 
43
			<input type="text" id="itemids" />
-
 
44
			<button class="btn btn-primary add-schemes">Add Schemes</button>
-
 
45
		</div>
-
 
46
	</div>
-
 
47
</section>
-
 
48
6
49