|
|
@@ -11,6 +11,10 @@ |
|
|
|
<div id="info-box" class="red-box"> |
|
|
|
<p>Couldn't find any text in <a href="${query.url | h}">${query.url | h}</a>. <i>Note:</i> only HTML and plain text pages are supported, and content generated by JavaScript or found inside iframes is ignored.</p> |
|
|
|
</div> |
|
|
|
% elif query.error == "timeout": |
|
|
|
<div id="info-box" class="red-box"> |
|
|
|
<p>The URL <a href="${query.url | h}">${query.url | h}</a> timed out before any data could be retrieved.</p> |
|
|
|
</div> |
|
|
|
% elif not query.site: |
|
|
|
<div id="info-box" class="red-box"> |
|
|
|
<p>The given site (project=<b><span class="mono">${query.project | h}</span></b>, language=<b><span class="mono">${query.lang | h}</span></b>) doesn't seem to exist. It may also be closed or private. <a href="//${query.lang | h}.${query.project | h}.org/">Confirm its URL.</a></p> |
|
|
|