summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/plugins/webinterface/restart.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/jdownloader/plugins/webinterface/restart.tmpl')
-rw-r--r--bin/jdownloader/plugins/webinterface/restart.tmpl25
1 files changed, 0 insertions, 25 deletions
diff --git a/bin/jdownloader/plugins/webinterface/restart.tmpl b/bin/jdownloader/plugins/webinterface/restart.tmpl
deleted file mode 100644
index fe8b1e0..0000000
--- a/bin/jdownloader/plugins/webinterface/restart.tmpl
+++ /dev/null
@@ -1,25 +0,0 @@
-<!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 10 seconds or Click here" target="_self">Restarting JD ... (Wait <span id="countdown">10</span> seconds or click here)</A>
-</div>
-
-<script language="javascript">
-<!--
-countdown(10, 'countdown');
-// -->
-</script>
-
-</body>
-</html> \ No newline at end of file