Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Updated HTML files for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TETYYS committed Aug 30, 2015
1 parent 24aeb50 commit 67b1098
Show file tree
Hide file tree
Showing 6 changed files with 1,511 additions and 1 deletion.
37 changes: 36 additions & 1 deletion config/html/check.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,14 @@
});
});
</script>
<style>
pre {
height: auto;
max-height: 400px;
overflow: auto;
overflow-y: none;
}
</style>
<div class="container-fluid">
<!-- Page Heading -->
<div class="row" style="padding-bottom:15px">
Expand Down Expand Up @@ -227,7 +235,7 @@
</div>
</div>
<div class="row">
<div class="alert fade in col-lg-6 text-center" id="zen" style="padding: 0; margin-right: 15px; visibility: hidden">
<div class="alert fade in col-lg-6 text-center" id="zen" style="padding: 0; margin-right: 15px; visibility: hidden; height: 68px">
<a id="zenLink"><img style="position: absolute; right: 5px; top: 5px;" src="/spamhaus/zen.gif"></a>
<h3 id="zenImgWrap"><img id="zenImg"></h3>
</div>
Expand All @@ -246,6 +254,33 @@
<h3 style="margin:10px" id="rdnsText"></h3>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
<i class="fa fa-flag"></i> Flags
</h3>
</div>
{T_CHECK_COND_INVALID_CERT}
<div class="panel-body alert-danger">
<div class="row">
<div class="col-lg-1">
<span class="fa-stack fa-lg fa-4x">
<i class="fa fa-lock fa-stack-1x" style="color:black"></i>
<i class="fa fa-ban fa-stack-2x text-danger"></i>
</span>
</div>
<div class="col-lg-11">
<p>Proxy server sends invalid SSL certificate and probably is spying on users.</p>
<p>Certificate fingerprint: {T_CHECK_COND_INVALID_CERT_FINGERPRINT}</p>
<pre class="alert-danger">{T_CHECK_COND_INVALID_CERT_INFO}</pre>
</div>
</div>
{T_CHECK_ELSE_COND_INVALID_CERT}
<div class="panel-body">
<i class="fa fa-check fa-4x"></i> None
{T_CHECK_END_COND_INVALID_CERT}
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
1 change: 1 addition & 0 deletions config/html/files/css/bootstrap-multiselect.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 67b1098

Please sign in to comment.