-
Notifications
You must be signed in to change notification settings - Fork 0
/
geoip-modal.html
29 lines (29 loc) · 1.31 KB
/
geoip-modal.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
<div id="gdnr-modal" class="gdnr-modal modal fade" tabindex="-1" role="dialog" aria-labelledby="gdnr-modal-label">
<style>
.gdnr-extra { font-size: 12px; }
</style>
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="gdnr-title modal-title" id="gdnr-modal-label">Localized Page Detected</h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p class="gdnr-description">You're visiting our <span class="gdnr-current text-teal font-weight-bold"></span> website, would you like to go to the <span class="gdnr-redirect font-weight-bold"></span> version?</p>
</div>
<div class="modal-footer d-block text-center">
<div class="gdnr-action">
<button type="button" class="gdnr-cancel btn btn-outline-primary" data-dismiss="modal">No, stay here</button>
<button type="button" class="gdnr-confirm btn btn-primary">Yes, please</button>
</div>
<div class="gdnr-extra mt-2">
<ul class="gdnr-list list-inline link-white">
<li class="list-inline-item">All versions:</li>
</ul>
</div>
</div>
</div>
</div>
</div>