summaryrefslogtreecommitdiffstats
path: root/src/html
diff options
context:
space:
mode:
authorNiklas Goby2011-02-22 14:40:04 +0100
committerNiklas Goby2011-02-22 14:40:04 +0100
commit8fbc4f6ca1ac9d9ed680248a04f00a91f917cf43 (patch)
tree80273e70ea61aba1daca22aeb5cb751eac0d9a20 /src/html
parentSimplified printing of the application path; more cleanup (diff)
downloadfbgui-8fbc4f6ca1ac9d9ed680248a04f00a91f917cf43.tar.gz
fbgui-8fbc4f6ca1ac9d9ed680248a04f00a91f917cf43.tar.xz
fbgui-8fbc4f6ca1ac9d9ed680248a04f00a91f917cf43.zip
changes in the fbbrowser class, added some slots for the jsOject and signals in the jsObject
Diffstat (limited to 'src/html')
-rw-r--r--src/html/errorPage.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/html/errorPage.html b/src/html/errorPage.html
deleted file mode 100644
index 271d9fe..0000000
--- a/src/html/errorPage.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
-<head>
-
-<script type="text/javascript">
-function quitProgramm(){
-webkitTest.signalQuitAll();
-}
-
-</script>
-
-</head>
-<body>
-<h1>ERROR</h1>
-
-<p>
-No Internet Connection or Server is down.
-
-
-Please contact your Administrator.
-</p>
-
-<form name="formular">
- <p>
- <input type="button" name="quitProgramm_Button" value="quit programm"
- onclick="quitProgramm()">
- </p>
-</form>
-
-</body>
-</html>