-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathauthorization2KB-2.html
210 lines (155 loc) · 6.26 KB
/
authorization2KB-2.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
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Faveo Helpdesk | Self Hosted & Cloud Based Customer Support Software</title>
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/faveo-favicon144x114.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/faveo-favicon114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/faveo-favicon72x72.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/faveo-favicon57x57.png">
<link rel="shortcut icon" href="assets/ico/faveo-favicon32x32.png">
</head>
<body>
<div class="container mt-5">
<div class="content-area">
<div class="row">
<div id="content" class="site-content col-md-6 offset-md-3">
<article class="hentry">
<div class="text-center">
<img alt="Faveo Helpdesk" width="100" height="50" src="../HTML/assets/img/faveologo.png">
</div>
<!-- CARD -->
<div class="card shadow-sm mt-4 ">
<div class="card-header border-1 bg-white d-flex text-center" >
<span>Sign in with Faveo </span>
</div>
<div class="card-body">
<h4 class="card-title text-6 text-center">Sign in to faveohelpdesk.com</h4>
<div class="container mt-4 text-center">
<img class="rounded-circle" alt="avatar1"
src="https://mdbcdn.b-cdn.net/img/new/avatars/9.webp" width="50" height="50" />
<p class="card-text">[email protected]</p>
</div>
<div class="container text-center mt-3">
<p>
By continuing, Faveo will share your name, email address, language prefernace, and profile picture with <a class="text-primary" href="https://www.faveohelpdesk.com/" target="_blank">faveohelpdesk.com</a>. See faveohelpdesk.com's privacy policy and terms of service.
<br>
You can manage sign in with Faveo in your <a class="text-primary" href="#">Faveo account</a>.
</p>
</div>
<hr class="mt-5 text-secondary">
<div class="row mt-4">
<div class="col text-start">
<a class="btn btn-light text-small" href="#" role="button"
><strong>Cancel</strong> </a>
</div>
<div class="col text-end">
<a class="btn btn-main text-small"
href="#"
role="button" data-loading-text="Loading..."><strong>Authorize support</strong> </a>
</div>
</div>
</div>
</div>
<!-- CARD -->
<div class="text-end">
<select class="form-select-sm bg-transparent border-0 text-secondary text-xsmall" width="100" aria-label="form-select-sm">
<option selected>English</option>
<option value="1">Spanish</option>
<option value="2">Italian</option>
<option value="3">English</option>
</select>
</div>
</article>
</div><!-- #content -->
</div>
</div><!-- .content-area -->
<div class="container footer-container bottom-0">
<p class="text-secondary text-center text-xsmall">Copyright © 2024 <a class="text-primary" href="#" target="_blank">Ladybird Web Solution.</a> All rights reserved. Powered by <a
class="text-primary" href="#" target="_blank">Faveo.</a></p>
</div>
</div>
<script type="text/javascript" src="assets/app/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/app/js/popper.min.js"></script>
<script type="text/javascript" src="assets/app/js/bootstrap.bundle.min.js"></script>
<script async>
let normalCSS = [
{
rel: 'stylesheet', type: 'text/css', href: 'assets/bootstrap/css/bootstrap.min.css'
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/app/css/app.css',
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/app/css/edit.css',
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/app/css/custom.css',
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/font-awesome/css/all.min.css'
}
// Add more objects for additional links
];
let rtlCSS = [
{
rel: 'stylesheet', type: 'text/css', href: 'assets/bootstrap/css/bootstrap.rtl.min.css'
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/app/css/rtl/app.css',
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/app/css/rtl/edit.css',
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/app/css/rtl/custom.css',
},
{
rel: 'stylesheet', type: 'text/css', href: 'assets/font-awesome/css/all.min.css'
}
// Add more objects for additional links
];
const urlParams = new URLSearchParams(window.location.search);
const body = document.body;
const flagIcon = document.getElementById('flagIcon');
if (urlParams.get('lang') && urlParams.get('lang') === 'ar') {
var existingLinks = document.querySelectorAll('link[rel="stylesheet"]');
existingLinks.forEach(function (link) {
link.parentNode.removeChild(link);
});
flagIcon.src = './assets/img/ar.png';
flagIcon.alt = 'Arabic';
body.setAttribute('dir', 'rtl');
rtlCSS.forEach(function (linkData) {
var link = document.createElement('link');
link.rel = linkData.rel;
link.type = linkData.type;
link.href = linkData.href;
// Append the link element to the document's head
document.head.appendChild(link);
});
setTimeout(() => {
body.style.display = 'block';
}, 1000)
} else {
var existingLinks1 = document.querySelectorAll('link[rel="stylesheet"]');
existingLinks1.forEach(function (link) {
link.parentNode.removeChild(link);
});
normalCSS.forEach(function (linkData) {
var link = document.createElement('link');
link.rel = linkData.rel;
link.type = linkData.type;
link.href = linkData.href;
// Append the link element to the document's head
document.head.appendChild(link);
});
setTimeout(() => {
}, 1000)
}
</script>
<link rel="stylesheet" href="assets/pages/authorization2KB.css">
</body>
</html>