summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/webinterface/reconnect.tmpl
blob: ee0d2c007b779433fd00bbdfab60d2116830c168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>JDownloader - WebInterface v<tmpl_var webinterface_version></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link href="jd.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="scripts.js"></script>
</head>

<body>

<div id="message">
<A  href="index.tmpl" name="Wait 30 seconds or Click here" target="_self">Manual Reconnect ... (Wait <span id="countdown">30</span> seconds or click here)</A>
</div>

<script language="javascript">
<!--
countdown(30, 'countdown');
// -->
</script>

</body>
</html>