summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidgoahead/web/none.html
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidgoahead/web/none.html')
-rw-r--r--cleopatre/application/spidgoahead/web/none.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/cleopatre/application/spidgoahead/web/none.html b/cleopatre/application/spidgoahead/web/none.html
deleted file mode 100644
index 6f8fd62e8c..0000000000
--- a/cleopatre/application/spidgoahead/web/none.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<html>
-<head>
-<link rel="stylesheet" href="style/normal_ws.css" type="text/css">
-<style type='text/css'>
-a:link, a:visited {
-color: black;
-
-}
-a { text-decoration: none;}
-
-a:focus { outline: none; }
-
-a:hover {
-color:red;
-}
-</style>
-<script type='text/javascript'>
-function showConsole()
-{
- if(document.getElementById("error_console").style.visibility == "visible")
- {
- document.getElementById("error_console").style.visibility = "hidden";
- }
- else
- {
- document.getElementById("error_console").style.visibility = "visible";
- }
-}
-
-</script>
-
-</head>
-<body bgcolor="#FFFFFF" style='background-image:url(/logo-spidcom.jpg);background-repeat:no-repeat;background-position: center right'>
-<!--<div id='title' style='line-height:45px;width:500px;height:45px;margin-left:5%;margin-top:5px;background-image:url(/logo-spidcom.jpg);background-repeat:no-repeat;background-position: center right'><a href='javascript:showConsole();'>Show/Hide ASP console :</a></div><br>-->
-<div id='title' style='width:500px;margin-left:5%;margin-top:5px;'><a href='javascript:showConsole();'>Show/Hide ASP console :</a></div><br>
-<div style='width:500px;border-style:dotted;border-width:thin;border-color:red;margin-left:5%;margin-bottom:15px;visibility:hidden' id='error_console'> </div>
-
-</body>
-
-</html> \ No newline at end of file