-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
168 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>Client's Website</title> | ||
<script type="text/javascript"> | ||
window.TENEOCTX || (TENEOCTX = {}); | ||
TENEOCTX = { | ||
eventSource: "leopard-embed", | ||
pageTitle: document.title, | ||
pageUrl: window.location.href, | ||
pageTopic: "Help", | ||
message: "This was sent from the customer's web site" | ||
}; | ||
</script> | ||
</head> | ||
<body> | ||
<!-- (function() { | ||
var b = document.body; | ||
var scr = document.createElement('script'); | ||
scr.src = 'https://192.168.1.112:8080/static/embed-leopard.js'; | ||
b.appendChild(scr); | ||
})(); --> | ||
<!-- use the full url to static/embed-leopard.js below | https://domain.com/static/embed-leopard.js --> | ||
<div id="leopardChatWindow"></div> | ||
<script src="static/embed-leopard.js"></script> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>Client's Website</title> | ||
<script type="text/javascript"> | ||
window.TENEOCTX || (TENEOCTX = {}); | ||
TENEOCTX = { | ||
eventSource: "leopard-embed", | ||
pageTitle: document.title, | ||
pageUrl: window.location.href, | ||
pageTopic: "Help", | ||
message: "This was sent from the customer's web site" | ||
}; | ||
</script> | ||
<style> | ||
.highlight:focus { | ||
border: 3px solid red; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<!-- (function() { | ||
var b = document.body; | ||
var scr = document.createElement('script'); | ||
scr.src = 'https://192.168.1.112:8080/static/embed-leopard.js'; | ||
b.appendChild(scr); | ||
})(); --> | ||
<!-- use the full url to static/embed-leopard.js below | https://domain.com/static/embed-leopard.js --> | ||
<input type="button" class="highlight" /> | ||
<input type="button" class="highlight" /> | ||
<div id="leopardChatWindow"></div> | ||
<input type="button" class="highlight" /> | ||
<script src="static/embed-leopard.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.