-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodes.php
More file actions
85 lines (52 loc) · 2.39 KB
/
codes.php
File metadata and controls
85 lines (52 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?php include 'general/header.php';?>
<div id="content" style="margin-top:-40px;">
<div class="container">
<!-- /Normal -->
<!-- /Breadcrumbs line -->
<!--=== Page Header ===-->
<div class="page-header">
<div class="page-title">
<div class="form-group">
<form method="post">
<div class="col-md-9">
</div>
</div>
</div>
</div>
<!-- /Page Header -->
<!--=== Page Content ===-->
<div class="row" >
<!--=== Example Box ===-->
<div class="col-md-12">
<!--=== Page Content ===-->
<div class="row">
<!-- <table class="table table-striped table-bordered table-hover" id="showexport" style="width: 500px;">
<thead>
<tr>
<th>Date</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td > <input type="text" name="date" class="form-control pickdateofferfind" value="<?php echo (isset($_GET['scrapeStartDate']) ? $_GET['scrapeStartDate'] : '');?> "> </td>
<td> <input type="submit" name="sbmDate" class="form-control btn btn-success" value="Set date"> </td>
</tr>
</tbody>
</table> -->
<!-- /.container -->
<div class="loading" style="font-weight: bold; color:green;"> </div>
<div class="wrapper">
<div class="wrapper-row">
<div id="loading" > <img src="images/ajax-loader.gif"> </div>
<div id="example1" ></div>
</div>
</div>
<script src="js/codes.js" data-scrapestartdate="<?php echo ( $_GET['scrapeStartDate'] || strlen($_GET['scrapeStartDate']) > 0 ? $_GET['scrapeStartDate'] : 0 );?>" data-apiurl="<?php echo $apiUrl;?>" data-country="<?php echo $_GET['lang'];?>" id="offerfinder"> </script>
</div>
</div>
<!-- /.container -->
</div>
</div>
</body>
</html>