Procházet zdrojové kódy

Number of queries is meaningless for comparison mode.

pull/24/head
Ben Kurtovic před 9 roky
rodič
revize
fdbf7b2dd4
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      templates/index.mako

+ 2
- 0
templates/index.mako Zobrazit soubor

@@ -179,6 +179,8 @@
% endif
% if result.cached:
<li>Results are <a id="cv-cached" href="#">cached<span>To save time (and money), this tool will retain the results of checks for up to 72 hours. This includes the URLs of the checked sources, but neither their content nor the content of the article. Future checks on the same page (assuming it remains unchanged) will not involve additional search queries, but a fresh comparison against the source URL will be made. If the page is modified, a new check will be run.</span></a> from <abbr title="${result.cache_time}">${result.cache_age} ago</abbr>. Originally generated in <span class="mono">${round(result.time, 3)}</span> seconds using <span class="mono">${result.queries}</span> queries. <a href="${request.url | httpsfix, h}&amp;nocache=1">Bypass the cache.</a></li>
% elif result.action == "compare":
<li>Results generated in <span class="mono">${round(result.time, 3)}</span> seconds.</li>
% else:
<li>Results generated in <span class="mono">${round(result.time, 3)}</span> seconds using <span class="mono">${result.queries}</span> queries.</li>
% endif


Načítá se…
Zrušit
Uložit