diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 01:19:51 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-25 01:19:51 +0100 | 
| commit | 08d4252602a3f18f7faa28aad11786cbba94b199 (patch) | |
| tree | 48cc5445d28e2c8b227929756e8e2191c9598e50 /htmls | |
| parent | updated TODO, fixed History menu shortcut, updated Message.sh (diff) | |
| download | rekonq-08d4252602a3f18f7faa28aad11786cbba94b199.tar.xz | |
keep house in order..
Diffstat (limited to 'htmls')
| -rw-r--r-- | htmls/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | htmls/notfound.html | 66 | 
2 files changed, 0 insertions, 70 deletions
| diff --git a/htmls/CMakeLists.txt b/htmls/CMakeLists.txt deleted file mode 100644 index 5b35db92..00000000 --- a/htmls/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -INSTALL( FILES -    notfound.html -    DESTINATION ${DATA_INSTALL_DIR}/rekonq/htmls -) diff --git a/htmls/notfound.html b/htmls/notfound.html deleted file mode 100644 index 09039eb1..00000000 --- a/htmls/notfound.html +++ /dev/null @@ -1,66 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> -<head> -<title>%1</title> -<style  type="text/css"> -body { -  padding: 3em 0em; -  background: #eeeeee; -} -hr { -  color: lightgray; -  width: 100%; -} -img { -  float: left; -  opacity: .8; -} -#box { -  background: white; -  border: 1px solid lightgray; -  width: 600px; -  padding: 60px; -  margin: auto; -} -h1 { -  font-size: 130%; -  font-weight: bold; -  border-bottom: 1px solid lightgray; -  margin-left: 48px; -} -h2 { -  font-size: 100%; -  font-weight: normal; -  border-bottom: 1px solid lightgray; -  margin-left: 48px; -} -ul { -  font-size: 80%; -  padding-left: 48px; -  margin: 0; -} -#reloadButton { -  padding-left: 48px; -} -</style> -</head> -<body> -  <div id="box"> -    <img src="%2" width="16" height="16" alt="Not found" /> -    <h1>%3</h1> -    <h2>When connecting to: %4.</h2> -    <ul> -      <li>Check the address for errors such as <b>ww</b>.kde.org -      instead of <b>www</b>.kde.org</li> -      <li>If the address is correct, try to check the network -      connection.</li> -      <li>If your computer or network is protected by a firewall or -      proxy, make sure that rekonq is permitted to access -      the network.</li> -      <li>Of course, if rekonq doesn't work properly, you can always  -      say it's a programmer error ;)</li> -    </ul> -    <br/><br/> -  </div> -</body> -</html> | 
