-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMtoICaudit.html
More file actions
executable file
·210 lines (204 loc) · 8.58 KB
/
MtoICaudit.html
File metadata and controls
executable file
·210 lines (204 loc) · 8.58 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="en">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Manager to IC Audit Tool</title>
<link rel="stylesheet" href="public/stylesheets/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="public/stylesheets/fonts.css" type="text/css">
<link rel="stylesheet" href="public/stylesheets/theme.min.css" type="text/css">
<link rel="stylesheet" href="public/stylesheets/main.css" type="text/css">
<link rel="stylesheet" href="public/stylesheets/bootstrap-table.min.css" type="text/css">
</head>
<header>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<span style="color:#d9534f" class="glyphicon glyphicon-briefcase" aria-hidden="true"></span>
<span style="color:#e2e2e2">Tammy's Toolkit</span>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right" id="buildMenu">
<!-- <li><a href="#">Link</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Tools <span class="caret"></span>
</a>
<ul class="dropdown-menu">
</ul>
</li>
</ul>
</div>
</div>
</nav>
</header>
<body>
<div class="master-container">
<div class="container" style="background:rgba(0,0,0,.1);min-height:100vh;">
<div class="vertical-spacer"></div>
<div class="jumbotron" id="mainJumbotron">
<h2>
Manager to IC Audit Tool
<span style="color:#5cb85c" class="glyphicon glyphicon glyphicon-stats" aria-hidden="true"></span>
</h2>
<p>
This tool is used to easily create a report that can be sent to Peeps Partners, notifying them of
Managers without subordinates.
</p>
</div>
<div id="fileSelect">
<div class="section-rule"><label>Step 1</label></div>
<div class="row form-section">
<div class="col-sm-6 col-sm-push-6">
<div class="well">
Select the source <em>master</em> file that (CSV or XLSX) that contains the primary information.
</div>
</div>
<div class="col-sm-6 col-sm-pull-6">
<div id="inputs" class="clearfix">
<label class="btn btn-primary btn-file btn-lg" style="display:inline-block;">
Select Primary File
<input type="file" id="fileMaster" data-heirarchy="true" name="files1[]" multiple style="display:none"/>
</label>
<span class="fileName"></span>
</div>
</div>
</div>
</div>
<div id="fileSelect2">
<div class="section-rule"><label>Step 2</label></div>
<div class="row form-section">
<div class="col-sm-6 col-sm-push-6">
<div class="well">
Select the source <em>exception</em> file (CSV or XLSX) that contains the exception information.
</div>
</div>
<div class="col-sm-6 col-sm-pull-6">
<div id="inputs" class="clearfix">
<label class="btn btn-primary btn-file btn-lg" style="display:inline-block;">
Select Exception File
<input type="file" id="fileException" name="files2[]" multiple style="display:none"/>
</label>
<span class="fileName"></span>
</div>
</div>
</div>
</div>
<div id="mainForm">
<div class="section-rule"><label>Step 3</label></div>
<div class="row form-section">
<div class="col-sm-6 col-sm-push-6">
<div class="well">
Select the mTeam Member to build the report from
</div>
</div>
<div class="col-sm-6 col-sm-pull-6">
<div class="form-group">
<label for="mTeamMember"></label>
<select name="mTeamMember" class="form-control">
<option value='null'>- Please Select -</option>
</select>
</div>
</div>
</div>
<div id="mTeamDirectGroup">
<div class="section-rule"><label>Step 4</label></div>
<div class="row form-section">
<div class="col-sm-6 col-sm-push-6">
<div class="well">
Select the mTeam Directs that you wish to process this report on. <br><strong>Scroll down to
see the results.</strong>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6">
<div id="mTeamDirect"></div>
</div>
</div>
</div>
<div id="resultsPreviewGroup">
<div class="section-rule"><label>Step 5</label></div>
<div class="well">
Take a moment to review the results before downloading the output file.
</div>
<div id="resultsPreview">
<div id="toolbar">
<!-- <select class="form-control">
<option value="">Export Basic</option>
<option value="all">Export All</option>
<option value="selected">Export Selected</option>
</select> -->
</div>
<table id="previewTable">
<thead></thead>
</table>
</div>
</div>
<div id="downloadGroup">
<div class="section-rule"><label>Step 6</label></div>
<div class="row form-section">
<div class="col-sm-6 col-sm-push-6">
<div class="well">
Download your results file.
</div>
</div>
<div class="col-sm-6 col-sm-pull-6">
<button id="downloadFile" class="btn btn-success btn-lg">Download</button>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="public/js/libs/jquery/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="public/js/libs/bootstrap/bootstrap.min.js" type="text/javascript"></script>
<script src="public/js/libs/jquery-csv/jquery.csv.min.js" type="text/javascript"></script>
<script src="public/js/data/fileRequirements.js" type="text/javascript"></script>
<script src="public/js/fileHandler.js" type="text/javascript"></script>
<script src="public/js/updatePage.js" type="text/javascript"></script>
<script src="public/js/libs/bootstrap-table/bootstrap-table.js" type="text/javascript"></script>
<script src="public/js/libs/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js" type="text/javascript"></script>
<script src="public/js/libs/bootstrap-table/extensions/export/tableExport.js" type="text/javascript"></script>
<script src="public/js/libs/FileSaver/FileSaver.min.js" type="text/javascript"></script>
<script src="public/js/libs/js-xlsx/xlsx.core.min.js" type="text/javascript"></script>
<script src="public/js/libs/jsPDF/jspdf.min.js" type="text/javascript"></script>
<script src="public/js/libs/jsPDF-AutoTable/jspdf.plugin.autotable.js" type="text/javascript"></script>
<script src="public/js/libs/bootstrap-table/extensions/export/bootstrap-table-export.min.js" type="text/javascript"></script>
<script src="public/js/libs/jquery/jquery.base64.js" type="text/javascript"></script>
<script src="public/js/data/tile_list.js" type="text/javascript"></script>
<script src="public/js/buildTiles.js" type="text/javascript"></script>
<script type="text/javascript">
$("#buildMenu").buildMenu(toolboxItems)
</script>
<!-- Modals -->
<div id="errorModal" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Oops, something went wrong</h4>
</div>
<div class="modal-body">
<p id="errorMessage">Some text in the modal.</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
<footer>
<div class="container footer">Created by Tim Ramsier | <a href="mailto:timramsier@gmail.com">Tim.Ramsier@gmail.com</a> | 2016</div>
</footer>
</html>