浏览代码

Show best match.

pull/24/head
Ben Kurtovic 11 年前
父节点
当前提交
dc399ed184
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      pages/copyvios.mako

+ 3
- 0
pages/copyvios.mako 查看文件

@@ -85,6 +85,9 @@
<h2 id="cv-result-header">No violations detected in <a href="${page.url}">${page.title | h}</a>.</h2>
% endif
<ul id="cv-result-list">
% if not result.violation:
<li>Best match: <a href="${result.url | h}">${result.url | urlstrip, h}</a>.</li>
% endif
<li><b><tt>${round(result.confidence * 100, 1)}%</tt></b> confidence of a violation.</li>
% if result.cached:
<li>Results are <a id="cv-cached" href="#">cached


正在加载...
取消
保存