Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-04-21 00:49:45 +0000
committerMazen Faraj2005-04-21 00:49:45 +0000
commit0c37e43161b78fbfdaaf016fae4c17a29ac65ad3 (patch)
tree7dbad0420cb2e6084a9e5e0924369bc9bf7c3668 /org.eclipse.ui.intro/invalidPage
parenta950914f128f3641658ba955a31a3a2fbde3656f (diff)
downloadeclipse.platform.ua-0c37e43161b78fbfdaaf016fae4c17a29ac65ad3.tar.gz
eclipse.platform.ua-0c37e43161b78fbfdaaf016fae4c17a29ac65ad3.tar.xz
eclipse.platform.ua-0c37e43161b78fbfdaaf016fae4c17a29ac65ad3.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.intro/invalidPage')
-rw-r--r--org.eclipse.ui.intro/invalidPage/invalidPage.xhtml43
-rw-r--r--org.eclipse.ui.intro/invalidPage/showerr_tsk.gifbin0 -> 605 bytes
2 files changed, 43 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro/invalidPage/invalidPage.xhtml b/org.eclipse.ui.intro/invalidPage/invalidPage.xhtml
new file mode 100644
index 000000000..e8b26483b
--- /dev/null
+++ b/org.eclipse.ui.intro/invalidPage/invalidPage.xhtml
@@ -0,0 +1,43 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Invalid Eclipse Welcome Page</title>
+<style type="text/css">
+ html {overflow:auto;}
+</style>
+
+</head>
+
+<body style="padding: 0">
+
+<p>
+<img border="0" src="showerr_tsk.gif" width="16" height="16" align="left" style="float: left; padding-right:2px" alt="Error image" /></p>
+<address>
+ <span style="font-style: normal">
+ <b>Error loading Welcome page</b></span></address>
+<address>
+ The content of this welcome page could not be loaded. The file was either
+ not found or is not well formed XHTML / XML. </address>
+<ul>
+ <li>
+ <address>check the log file for
+details.
+ </address></li>
+ <li>
+ <address>you can validate the page by using the
+ <a href="http://org.eclipse.ui.intro/openBrowser?url=http://validator.w3.org">W3
+Markup Validation Service</a>.</address></li>
+ <li>
+ <address>after fixing problem, you can
+ <a href="http://org.eclipse.ui.intro/openBrowser?url=http://validator.w3.org">
+ re-load the welcome view</a> without the need to re-launch another
+ runtime-workbench.</address></li>
+</ul>
+<p>&nbsp;</p>
+
+</body>
+
+</html> \ No newline at end of file
diff --git a/org.eclipse.ui.intro/invalidPage/showerr_tsk.gif b/org.eclipse.ui.intro/invalidPage/showerr_tsk.gif
new file mode 100644
index 000000000..2ff667899
--- /dev/null
+++ b/org.eclipse.ui.intro/invalidPage/showerr_tsk.gif
Binary files differ

Back to the top