Subversion Repositories SmartDukaan

Rev

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

Rev 28134 Rev 28136
Line 1... Line 1...
1
<style>
1
<style>
2
.table {
2
.table {
3
	background-image:
3
	background-image:
4
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='100px'><text transform='translate(20, 100) rotate(-45)' fill='rgb(211,211,211)' font-size='20'>$partnerId</text></svg>");
4
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='100px' width='100px'><text transform='translate(20, 100) rotate(-45)' fill='rgb(211,211,211)' font-size='20'>$partnerCode</text></svg>");
5
}
5
}
6
</style>
6
</style>
7
 
7
 
8
<script type="text/javascript">
8
<script type="text/javascript">
9
	$('input[name="extendDatetime"]').daterangepicker(getSingleDatePicker(),
9
	$('input[name="extendDatetime"]').daterangepicker(getSingleDatePicker(),
Line 15... Line 15...
15
	});
15
	});
16
 
16
 
17
	$(document).ready(function() {
17
	$(document).ready(function() {
18
		console.log('$partnerType')
18
		console.log('$partnerType')
19
		$('#partner-category').val('$partnerType');
19
		$('#partner-category').val('$partnerType');
-
 
20
 
-
 
21
		$('#offr-des').contextmenu(function() {
-
 
22
			return false;
-
 
23
		});
-
 
24
 
-
 
25
		$('#sch-des').contextmenu(function() {
-
 
26
			return false;
-
 
27
		});
-
 
28
 
20
	});
29
	});
21
</script>
30
</script>
22
 
31
 
23
<section class="wrapper">
32
<section class="wrapper">
24
	<div class="row">
33
	<div class="row">
Line 67... Line 76...
67
		</div>
76
		</div>
68
	</div>
77
	</div>
69
	<div id="schemes-table">
78
	<div id="schemes-table">
70
		<div class="row">
79
		<div class="row">
71
			<div class="col-lg-12">
80
			<div class="col-lg-12">
72
				<table class="table table-border table-condensed table-bordered">
81
				<table class="table table-border table-condensed table-bordered"
-
 
82
					id="sch-des">
73
					<tbody>
83
					<tbody>
74
						<tr>
84
						<tr>
75
							<th>ID</th>
85
							<th>ID</th>
76
							<th>Name</th>
86
							<th>Name</th>
77
							<th>Description</th>
87
							<th>Description</th>
Line 131... Line 141...
131
	</div>
141
	</div>
132
	#end
142
	#end
133
	<div class="row">
143
	<div class="row">
134
		<div class="col-lg-12">
144
		<div class="col-lg-12">
135
			<h3>Other Schemes</h3>
145
			<h3>Other Schemes</h3>
136
			<table class="table table-border table-condensed table-bordered">
146
			<table class="table table-border table-condensed table-bordered"
-
 
147
				id="offr-des">
137
				<tr>
148
				<tr>
138
					<th>Name</th>
149
					<th>Name</th>
139
					<th>Margin Based On</th>
150
					<th>Margin Based On</th>
140
					<th>Sale Criteria</th>
151
					<th>Sale Criteria</th>
141
					<th>Sale Target</th>
152
					<th>Sale Target</th>