-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (191 loc) · 11.3 KB
/
index.html
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css">
<link href="style.css" rel="stylesheet" type="text/css">
<title>MDB TO CSV AND XLS</title>
</head>
<body>
<div class="jumbotron text-center">
<h1>MDB TO CSV AND XLS</h1>
<p>Please set mdb, csv, and xls path, then press download button!</p>
</div>
<div class="container">
<div class="section-group">
<div class="row">
<div class="col-sm-4">
<h5>INPUT MDB <span style="color: #3237d7">FILE</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">MDB</span>
<input id="mdb_path" type="text" class="form-control" name="mdb_path" placeholder="D:\LeadDB_ThisSMALL.mdb">
</div>
<h5>INPUT COUNT EXCEL <span style="color: #3237d7">FILE</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">COUNT</span>
<input id="count_xls_path" type="text" class="form-control" name="count_xls_path" placeholder="D:\Query Counts.xls">
</div>
</div>
<div class="col-sm-4">
<h5>INPUT CSV DOWNLOAD <span style="color: red">FOLDER</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">CSV</span>
<input id="csv_path" type="text" class="form-control" name="csv_path" placeholder="D:\work\CSV">
</div>
<h5>INPUT CSV PREVIOUS DOWNLOAD <span style="color: red">FOLDER</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">CSV</span>
<input id="csv_previous_path" type="text" class="form-control" name="csv_previous_path" placeholder="D:\work\CSV\01022023 8AM">
</div>
</div>
<div class="col-sm-4">
<h5>INPUT XLS DOWNLOAD <span style="color: red">FOLDER</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">XLS</span>
<input id="xls_path" type="text" class="form-control" name="xls_path" placeholder="D:\work\XLS">
</div>
<h5>INPUT XLS PREVIOUS DOWNLOAD <span style="color: red">FOLDER</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">XLS</span>
<input id="xls_previous_path" type="text" class="form-control" name="xls_previous_path" placeholder="D:\work\xls\01022023 8AM">
</div>
</div>
</div>
<div class="row" style="margin-top: 2rem">
<div class="col-sm-4">
<h5>INPUT TRC DOWNLOAD <span style="color: red">FOLDER</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">TRC</span>
<input id="trc_path" type="text" class="form-control" name="trc_path" placeholder="D:\work\TRC">
</div>
<h5>INPUT TRC PREVIOUS DOWNLOAD <span style="color: red">FOLDER</span> PATH</h5>
<div class="input-group">
<span class="input-group-addon">TRC</span>
<input id="trc_previous_path" type="text" class="form-control" name="trc_previous_path" placeholder="D:\work\TRC\01022023 8AM">
</div>
</div>
<div class="col-sm-8 row form-horizontal" style="margin-top: 1rem; text-align: center !important;">
<div class="row">
<div class="col-sm-4 input-group col-sm-offset-1" style="float:left;">
<span class="input-group-addon">Sender</span>
<input id="sender_id" type="text" class="form-control" name="sender_id" placeholder="Sender Gmail ID">
</div>
<div class="col-sm-3 input-group" style="float:left;">
<span class="input-group-addon">Password</span>
<input id="password" type="text" class="form-control" name="password" placeholder="password">
</div>
<div class="col-sm-4 input-group" style="float: left;">
<span class="input-group-addon">Receiver</span>
<input id="receiver_id" type="text" class="form-control" name="receiver_id" placeholder="Receiver Gmail ID">
</div>
</div>
<div class="form-group row" style="margin-top: 1rem;">
<div class="col-sm-2 col-sm-offset-3">
<button type="button" class="btn btn-success" id="shai1">Shai 1</button>
</div>
<div class="col-sm-2">
<button type="button" class="btn btn-success" id="shai2">Shai 2</button>
</div>
<div class="col-sm-2">
<button type="button" class="btn btn-success" id="palm1">Palm 1</button>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-3" for="download_file_type">Download Way</label>
<div class="col-sm-2">
<select class="form-control" id="download_time" name="download_time">
<option value="8AM">8AM</option>
<option value="2PM">2PM</option>
</select>
</div>
<div class="col-sm-4">
<select class="form-control" id="download_file_type" name="download_file_type">
<option value="all">CSV & XLS & TRC</option>
<option value="csv">CSV</option>
<option value="xls">XLS</option>
<option value="trc">TRC</option>
</select>
</div>
<div class="col-sm-3">
<button type="button" class="btn btn-primary" id="btn_download">DOWNLOAD</button>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-3 col-sm-offset-1 folder-name">Folder Name</label>
<div class="col-sm-4">
<input id="folder_name" type="text" class="form-control" name="folder_name" placeholder="01022023 8AM">
</div>
</div>
</div>
</div>
</div>
<div class="row mt-1" style="margin-top: 2rem">
</div>
<div class="row">
<div class="col-sm-7 section-group select-group" id="csv_group">
<form class="row form-horizontal">
<div class="form-group">
<label class="control-label col-sm-4 col-sm-offset-4 group-name">CSV FILE LIST</label>
</div>
<div class="form-group">
<label class="control-label col-sm-8 csv-file-name csv-file-0">00_ALL_01262023 2PM_CA Window Door</label>
<label class="control-label col-sm-4 csv-file-name csv-file-6">06_BAY_01262023 2PM North</label>
</div>
<div class="form-group">
<label class="control-label col-sm-8 csv-file-name csv-file-1">01_ALL_01262023 2PM_KitchenBathDecksRenovate.csv</label>
<label class="control-label col-sm-4 csv-file-name csv-file-7">07_OR_01262023 2PM</label>
</div>
<div class="form-group">
<label class="control-label col-sm-8 csv-file-name csv-file-2">02_LA_01262023 2PM</label>
<label class="control-label col-sm-4 csv-file-name csv-file-8">08_TX_Austin_01262023 2PM</label>
</div>
<div class="form-group">
<label class="control-label col-sm-8 csv-file-name csv-file-3">03_SD_01262023 2PM</label>
<label class="control-label col-sm-4 csv-file-name csv-file-9">09_TX_Houston_01262023 2PM</label>
</div>
<div class="form-group">
<label class="control-label col-sm-8 csv-file-name csv-file-4">04_WA_01262023 2PM</label>
<label class="control-label col-sm-4 csv-file-name csv-file-10">10_TX_Dallas_01262023 2PM</label>
</div>
<div class="form-group">
<label class="control-label col-sm-8 csv-file-name csv-file-5">05_BAY_01262023 2PM South</label>
</div>
</form>
</div>
<div class="col-sm-5 section-group select-group" id="xls_group">
<form class="row form-horizontal">
<div class="form-group">
<label class="control-label col-sm-8 col-sm-offset-2 group-name">Excel Sheet LIST</label>
</div>
<div class="form-group">
<label class="control-label col-sm-6 excel-file-name">Excel File Name</label>
<label class="control-label col-sm-6 excel-file-name" id="excel_file_name">01262023 2PM_PALM.xls</label>
</div>
<div class="form-group">
<label class="control-label col-sm-6 text-center">WA</label>
</div>
<div class="form-group">
<label class="control-label col-sm-6 text-center">BAY</label>
</div>
<div class="form-group">
<label class="control-label col-sm-6 text-center">SD</label>
</div>
<div class="form-group">
<label class="control-label col-sm-6 text-center">LA</label>
</div>
<div class="form-group">
<label class="control-label col-sm-6 text-center">FL</label>
</div>
</form>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script src="http://malsup.github.io/jquery.blockUI.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script>
<script src="app.js"></script>
</body>
</html>