-
Notifications
You must be signed in to change notification settings - Fork 62
/
loading.php
29 lines (29 loc) · 953 Bytes
/
loading.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>vtiger | loading...</title>
<meta name="author" content="Javanile">
<meta name="description" content="Waiting vtiger preparation...">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="font-family:arial;font-size:15px">
<div style="text-align:center;margin-top:150px">
<img src="/layouts/v7/resources/Images/vtiger.png" alt="vtiger" width="300" />
<p>
<img src="/libraries/jquery/select2/spinner.gif"
alt="loading..."
style="vertical-align:baseline;margin-bottom:-2px" />
%%MESSAGE%%
</p>
</div>
<div style="position:absolute;bottom:0;right:0;color:#eee;margin-right:4px;font-size:12px;">
Javanile
</div>
<script>
setTimeout(function() {
window.location.replace('/index.php')
}, 15000)
</script>
</body>
</html>