mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
p
This commit is contained in:
parent
178a021761
commit
5f6aaf6020
2 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
{{ icon_big('warning') }}
|
{{ icon_big('warning') }}
|
||||||
<div>
|
<div>
|
||||||
<p><strong>{{ _('Error!') }}</strong> {{ _('Engines cannot retrieve results.') }}</p>
|
<p><strong>{{ _('Error!') }}</strong> {{ _('Engines cannot retrieve results.') }}</p>
|
||||||
<p><b>此页面将在 <span id="countdown">15</span> 秒后重试,请勿关闭浏览器。</b></p>
|
<p><b>此页面将在 <span id="countdown">30</span> 秒后重试,请勿关闭浏览器。</b></p>
|
||||||
<script>
|
<script>
|
||||||
let timeLeft = 15;
|
let timeLeft = 30;
|
||||||
const countdownEl = document.getElementById("countdown");
|
const countdownEl = document.getElementById("countdown");
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
timeLeft--;
|
timeLeft--;
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
{{ icon_big('warning') }}
|
{{ icon_big('warning') }}
|
||||||
<div>
|
<div>
|
||||||
<p><strong>{{ _('Error!') }}</strong> {{ _('Engines cannot retrieve results.') }}</p>
|
<p><strong>{{ _('Error!') }}</strong> {{ _('Engines cannot retrieve results.') }}</p>
|
||||||
<p><b>此页面将在 <span id="countdown">15</span> 秒后重试,请勿关闭浏览器。</b></p>
|
<p><b>此页面将在 <span id="countdown">30</span> 秒后重试,请勿关闭浏览器。</b></p>
|
||||||
<script>
|
<script>
|
||||||
let timeLeft = 15;
|
let timeLeft = 30;
|
||||||
const countdownEl = document.getElementById("countdown");
|
const countdownEl = document.getElementById("countdown");
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
timeLeft--;
|
timeLeft--;
|
||||||
|
|
Loading…
Add table
Reference in a new issue