-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.html
206 lines (193 loc) · 9.03 KB
/
plugin.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
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<!--===========
==== JS
=============-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="https://dl.frontapp.com/libs/frontjs.min.js"></script>
<script type="text/javascript" src="usbl-plugin.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/fontjs.min.js"></script>
<!--===========
==== CSS
=============-->
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" type="text/css" href="css/materialize.min.css" />
<!--===========
==== Fonts
=============-->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="center-align" id="logo">
<br>
<img src="images/ublogo.png" width="50px">
</div>
<!-- Block for wide layout-->
<div class="center-align mediBtns">
<h5 class="center-align h-onetwo-rem" id="contact-list">Contact</h5>
<a class="button-tag button-tag_blue helper-w-200px" id="customer" onclick="tagCustomerSupport()">
<span>Customer</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagCSMSupport()" id="csm">
<span>CSM</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagSalesSupport()" id="sales">
<span>Sales</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblOther()" id="other">
<span>Other</span>
</a><br>
</div>
<div class="center-align mediBtns">
<h5 class="center-align h-onetwo-rem" id="domain-list">Domain</h5>
<a class="button-tag button-tag_blue helper-w-200px" id="ask" onclick="tagDomainAsk()">
<span>Ask</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagDomainAnalyse()" id="analyse">
<span>Analyze</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagDomainAct()" id="act">
<span>Act</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagDomainMobile()" id="mobile">
<span>Mobile</span>
</a><br>
</div>
<div class="center-align mediBtns">
<h5 class="center-align h-onetwo-rem" id="product-list" style="display:none;">Product</h5>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblWebsites()" id="u4w" style="display:none;">
<span>U4W</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblEmail()" id="u4e" style="display:none;">
<span>U4E</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblApps()" id="u4a" style="display:none;">
<span>U4A</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblInPage()" id="in-page" style="display:none;">
<span>In-Page</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblAccount()" id="account" style="display:none;">
<span>Account</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblApi()" id="api" style="display:none;">
<span>API</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblGeneral()" id="general" style="display:none;">
<span>General</span>
</a>
</div>
<div class="center-align mediBtns">
<h5 class="center-align h-onetwo-rem" id="subject-list" style="display:none;">Subject</h5>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblButton()" id="button" style="display:none;">
<span>Button</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblForm()" id="form" style="display:none;">
<span>Form</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblCampaign()" id="campaign" style="display:none;">
<span>Campaign</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblCustomization()" id="customization1" style="display:none;">
<span>Customization</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblSDK()" id="sdk" style="display:none;">
<span>SDK</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblIntegration()" id="integration1" style="display:none;">
<span>Integration</span>
</a>
<!-- <a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblBug()">
<span>Bug</span>
</a> -->
</div>
<div class="center-align mediBtns">
<h5 class="center-align h-onetwo-rem" id="area-list" style="display:none;">Area</h5>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblCreation()" id="creation" style="display:none;">
<span>Creation</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblImplementation()" id="implementation" style="display:none;">
<span>Implementation</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblAnalysis()" id="analysis" style="display:none;">
<span>Analysis</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblSetup()" id="setup" style="display:none;">
<span>Setup</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblTargeting()" id="targeting" style="display:none;">
<span>Targeting</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblCustomization()" id="customization2" style="display:none;">
<span>Customization</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblIntegration()" id="integration2" style="display:none;">
<span>Integration</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblAccess()" id="access" style="display:none;">
<span>Access</span>
</a>
<a class="button-tag button-tag_blue helper-w-200px" onclick="tagUsblRoles()" id="roles" style="display:none;">
<span>Roles</span>
</a>
</div>
<div class="center-align mediBtns">
<h5 class="center-align h-onetwo-rem" id="misc-list" style="display:none;">Misc Tags</h5>
<a class="button-tag button-tag_grey helper-w-200px" onclick="tagUsblLead()" id="lead" style="display:none;">
<span>Lead</span>
</a>
<a class="button-tag button-tag_grey helper-w-200px" onclick="tagUsblBlog()" id="blog" style="display:none;">
<span>Blog</span>
</a>
<a class="button-tag button-tag_grey helper-w-200px" onclick="tagUsblSpam()" id="spam" style="display:none;">
<span>Spam</span>
</a>
<a class="button-tag button-tag_grey helper-w-200px" onclick="tagUsblOoo()" id="ooo" style="display:none;">
<span>Ooo</span>
</a>
</div>
<!-- Block for Switches-->
<div class="center-align">
<h5 class="center-align h-onetwo-rem">Layout</h5>
<!-- Switch for switchting layouts-->
<div class="switch">
<label>
<i class="fa fa-expand" aria-hidden="true"></i>
<input type="checkbox" onclick="changePluginLayout()" id="mySwitch">
<span class="lever"></span>
<i class="fa fa-compress" aria-hidden="true"></i>
</label>
</div>
<br>
</div>
<div class="center-align mediBtns">
<a class="button-tag button-tag_grey helper-w-200px" id="reset" style="display:none;">
<span>Reset Selection</span>
</a>
</div>
<!--WIP for Zendesk Integration
<div class="row" id="zendeskSearchBlock">
<form class="col s12">
<div class="row">
<div class="input-field col s8">
<i class="material-icons prefix">search</i>
<input id="icon_prefix zendeskSearchKey" type="text" class="validate">
<label for="icon_prefix">Keyword</label>
</div>
<div class="input-field col s4">
<a class="waves-effect waves-light btn red" onclick="getZendeskArticles()">Search</a>
</div>
</div>
</form>
</div>
<div class="row" id="zendeskResultsBlock"> -->
<!--placeholder for Zendesk Results -->
</div>
<!-- Additional JavaScript for plugin-->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>