fix type ipv4adr / ipv6adr -> ipv4addr / ipv6addr, css defs missing?

This commit is contained in:
Thomas Waldmann 2013-10-03 01:15:22 +02:00
parent 9f4de23dd8
commit 7fb19ebb11
2 changed files with 6 additions and 6 deletions

View File

@ -51,16 +51,16 @@
<h3>General Information</h3>
<p>We try to get your IP addresses through a trick. We host two fake images on a IPv4-only and a IPv6-only host and we can associate those with your session.
If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using IPv6 and vice versa.</p>
<b>Your IPv4:</b> <span class="ipv4adr">{{ request.session.ipv4 }}</span> <br>
<b>Your IPv6:</b> <span class="ipv6adr">{{ request.session.ipv6 }}</span>
<b>Your IPv4:</b> <span class="ipv4addr">{{ request.session.ipv4 }}</span> <br>
<b>Your IPv6:</b> <span class="ipv6addr">{{ request.session.ipv6 }}</span>
</div>
</div>
<div class="col-lg-6">
<div class="well well-sm">
<h3>Host Information</h3>
<p>This information comes directly from the name server and shows the current IPs set for your host.</p>
<b>Host IPv4:</b> <span class="ipv4adr">{{ host.getIPv4 }}</span> <br>
<b>Host IPv6:</b> <span class="ipv6adr">{{ host.getIPv6 }}</span>
<b>Host IPv4:</b> <span class="ipv4addr">{{ host.getIPv4 }}</span> <br>
<b>Host IPv6:</b> <span class="ipv6addr">{{ host.getIPv6 }}</span>
</div>
</div>
</div>

View File

@ -56,8 +56,8 @@
<div class="well well-sm">
<h3>Information</h3>
<p>We try to get your IP addresses through a trick. We host two fake images on a IPv4 and IPv6 domain and we can associate those with your session. If we find an IP address, we will update this information accordingly. This allows us to get your IPv4 address even when you are using your IPv6 and vice versa.</p>
<b>your IPv4:</b> <span class="ipv4adr">{{ request.session.ipv4 }}</span> <br>
<b>your IPv6:</b> <span class="ipv6adr">{{ request.session.ipv6 }}</span>
<b>your IPv4:</b> <span class="ipv4addr">{{ request.session.ipv4 }}</span> <br>
<b>your IPv6:</b> <span class="ipv6addr">{{ request.session.ipv6 }}</span>
</div>
</div>
</div>